Add company_user depends

This commit is contained in:
Raimon Esteve 2019-03-05 13:48:05 +01:00
parent e1ec91c741
commit 0230063a60
3 changed files with 1 additions and 23 deletions

View File

@ -1,12 +0,0 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.ui.view" id="company_view_form">
<field name="model">company.company</field>
<field name="inherit" ref="company.company_view_form"/>
<field name="name">company_form</field>
</record>
</data>
</tryton>

View File

@ -3,6 +3,6 @@ version=4.8.0
depends:
account_invoice
company_account_sync
company_user
xml:
invoice.xml
company.xml

View File

@ -1,10 +0,0 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/form/notebook" position="before">
<label name="intercompany_user"/>
<field name="intercompany_user"/>
</xpath>
</data>