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