[SOLVE] temp solution by disable signup template

This commit is contained in:
AHIDev 2024-07-16 12:13:22 +04:00
parent d30f667373
commit 32ebee1f2c
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>