fixed setup

develop
Ahmed Aly 2017-12-07 14:07:28 +01:00
parent 43cbbac96a
commit 3a95f9df32
4 changed files with 8 additions and 1 deletions

View File

@ -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"/>

View File

@ -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>

View File

@ -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':

View File

@ -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'