Browse Source
[REFACT] replace national register number by email
[REFACT] replace national register number by email
Due to a legal issue we won't use the national register number anymore. So the unique identification will now be made through the email of the partner from now.pull/10/head
houssine
5 years ago
17 changed files with 59 additions and 157 deletions
-
22easy_my_coop/controllers/main.py
-
62easy_my_coop/models/coop.py
-
13easy_my_coop/models/partner.py
-
6easy_my_coop/view/operation_request_view.xml
-
1easy_my_coop/view/subscription_request_view.xml
-
14easy_my_coop/view/subscription_template.xml
-
47easy_my_coop/wizard/create_subscription_from_partner.py
-
2easy_my_coop/wizard/create_subscription_from_partner.xml
-
10easy_my_coop/wizard/update_partner_info.py
-
1easy_my_coop/wizard/update_share_line.py
-
1easy_my_coop_ch/__openerp__.py
-
6easy_my_coop_ch/models/coop.py
-
13easy_my_coop_ch/views/subscription_request_view.xml
-
2easy_my_coop_ch/views/subscription_template.xml
-
6easy_my_coop_export_xlsx/wizard/export_global_wizard.py
-
5easy_my_coop_fr/models/coop.py
-
5easy_my_coop_fr/views/subscription_template.xml
@ -1,13 +0,0 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<odoo> |
|||
<data> |
|||
<record id="subscription_request_form" model="ir.ui.view"> |
|||
<field name="name">subscription.request.form</field> |
|||
<field name="model">subscription.request</field> |
|||
<field name="inherit_id" ref="easy_my_coop.subscription_request_form"/> |
|||
<field name="arch" type="xml"> |
|||
<field name="no_registre" position="replace"/> |
|||
</field> |
|||
</record> |
|||
</data> |
|||
</odoo> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue