fixed setup
parent
43cbbac96a
commit
3a95f9df32
|
|
@ -21,6 +21,10 @@
|
||||||
<field name="company"/>
|
<field name="company"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
|
||||||
|
<field name="opt_out" position="attributes">
|
||||||
|
<attribute name="groups"/>
|
||||||
|
</field>
|
||||||
|
|
||||||
<xpath expr="//field[@name='child_ids']/form/sheet/group/group[1]/label"
|
<xpath expr="//field[@name='child_ids']/form/sheet/group/group[1]/label"
|
||||||
position="before">
|
position="before">
|
||||||
<field name="company"/>
|
<field name="company"/>
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
<field name="model_id" ref="account.model_account_invoice"/>
|
<field name="model_id" ref="account.model_account_invoice"/>
|
||||||
<field name="binding_model_id" ref="account.model_account_invoice"/>
|
<field name="binding_model_id" ref="account.model_account_invoice"/>
|
||||||
<field name="binding_type">action</field>
|
<field name="binding_type">action</field>
|
||||||
<field name="state">code</field>9
|
<field name="state">code</field>
|
||||||
<field name="code">records.reimburse_invoice()</field>
|
<field name="code">records.reimburse_invoice()</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -136,6 +136,7 @@ def main():
|
||||||
#'consume_tours',
|
#'consume_tours',
|
||||||
'disable_planners',
|
'disable_planners',
|
||||||
'set_admin_rights',
|
'set_admin_rights',
|
||||||
|
'load_languages'
|
||||||
]
|
]
|
||||||
|
|
||||||
if cmd == 'setup':
|
if cmd == 'setup':
|
||||||
|
|
|
||||||
|
|
@ -130,6 +130,8 @@ class Config():
|
||||||
'report_intrastat',
|
'report_intrastat',
|
||||||
'dp_sale_hide_discount',
|
'dp_sale_hide_discount',
|
||||||
'connector',
|
'connector',
|
||||||
|
'product_tax_multicompany_default',
|
||||||
|
'contract',
|
||||||
'dp_intercompany_invoicing',
|
'dp_intercompany_invoicing',
|
||||||
'dp_retail_invoice'
|
'dp_retail_invoice'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue