[SOLVE] temp solution by disable signup template
This commit is contained in:
parent
d30f667373
commit
32ebee1f2c
|
|
@ -267,16 +267,16 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!-- signup exstra fields -->
|
<!-- 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">
|
<xpath expr="//form" position="attributes">
|
||||||
<attribute name="action">/tender_signup</attribute>
|
<attribute name="action">/tender_signup</attribute>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//form[@class='oe_signup_form']" position="attributes">
|
<xpath expr="//form[@class='oe_signup_form']" position="attributes">
|
||||||
<attribute name="enctype">multipart/form-data</attribute>
|
<attribute name="enctype">multipart/form-data</attribute>
|
||||||
</xpath>
|
</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">
|
<xpath expr="//div[@class='form-group field-name']" position="replace">
|
||||||
<div class="form-group field-name">
|
<div class="form-group field-name">
|
||||||
<label for="name" class="control-label">Company Name</label>
|
<label for="name" class="control-label">Company Name</label>
|
||||||
|
|
@ -377,6 +377,6 @@
|
||||||
|
|
||||||
</xpath>
|
</xpath>
|
||||||
|
|
||||||
</template>
|
</template> -->
|
||||||
</data>
|
</data>
|
||||||
</odoo>
|
</odoo>
|
||||||
Loading…
Reference in New Issue