Merge pull request #218 from expsa/temp_solution_online_tender

[SOLVE] temp solution by disable signup template
This commit is contained in:
Tahir Hassan 2024-07-16 12:16:14 +04:00 committed by GitHub
commit bc1c54cc66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -267,16 +267,16 @@
</template>
<!-- signup exstra fields -->
<template id="signup_inherit" inherit_id="auth_signup.signup" name="Custom Sign Up">
<!-- <template id="signup_inherit" inherit_id="auth_signup.signup" name="Custom Sign Up">
<xpath expr="//form" position="attributes">
<attribute name="action">/tender_signup</attribute>
</xpath>
<xpath expr="//form[@class='oe_signup_form']" position="attributes">
<attribute name="enctype">multipart/form-data</attribute>
</xpath>
</template>
</template> -->
<template id="custom_signup" inherit_id="auth_signup.fields" name="Custom signup form">
<!-- <template id="custom_signup" inherit_id="auth_signup.fields" name="Custom signup form">
<xpath expr="//div[@class='form-group field-name']" position="replace">
<div class="form-group field-name">
<label for="name" class="control-label">Company Name</label>
@ -377,6 +377,6 @@
</xpath>
</template>
</template> -->
</data>
</odoo>