[IMP]pms: document_numbers and vat sync

This commit is contained in:
Darío Lodeiros
2022-03-19 12:06:52 +01:00
parent b34c7c410e
commit bb6c40f523
3 changed files with 86 additions and 0 deletions

View File

@@ -64,6 +64,12 @@
<field name="is_agency" />
</group>
</xpath>
<xpath expr="//field[@name='vat']" position="after">
<field
name="vat_document_type"
attrs="{'invisible':[('vat','=',False)]}"
/>
</xpath>
<xpath
expr="//notebook/page[@name='sales_purchases']/group/group/field[@name='company_id']"
position="after"