[ADD] Invoice qty

This commit is contained in:
Dario Lodeiros
2019-01-17 23:21:53 +01:00
parent 45ebbdc4a9
commit c5d3f7facc
7 changed files with 60 additions and 56 deletions

View File

@@ -9,6 +9,9 @@
<field name="folio_ids" widget="many2many_tags"/>
<field name="from_folio" invisible="1" />
</xpath>
<xpath expr="//field[@name='product_id']" position="after">
<field name="reservation_line_ids" widget="many2many_tags"/>
</xpath>
<xpath expr="//button[@name='%(account.action_account_invoice_payment)d']" position="attributes">
<attribute name="attrs">{'invisible': ['|',('from_folio','=',True)]}</attribute>
</xpath>