Ecocentral/ecocentral#152: include in_refund invoices. rappel_pending readonly. vendor ref in invoice lines

This commit is contained in:
Luis 2026-06-23 12:16:47 +02:00
parent 4c07dd042d
commit 29ef56b800
5 changed files with 140 additions and 18 deletions

View file

@ -24,6 +24,10 @@
<field name="move_ids">
<tree string="Vendor Bills" editable="0">
<field name="name"/>
<field name="move_type"
widget="badge"
decoration-info="move_type == 'in_invoice'"
decoration-danger="move_type == 'in_refund'"/>
<field name="partner_id"/>
<field name="invoice_date"/>
<field name="amount_untaxed"