account_invoice_update_wizard: inactive update of broken payment term

We should add test and fix it
This commit is contained in:
Sébastien BEAU
2022-07-09 22:55:03 +02:00
committed by Florian da Costa
parent 66f72145d5
commit 6ff99bd91f

View File

@@ -18,7 +18,8 @@
<field string="Bill Reference" attrs="{'invisible': [('move_type', 'not in', ('in_invoice', 'in_refund'))]}" name="ref"/>
<field string="Customer Reference" attrs="{'invisible': [('move_type', 'not in', ('out_invoice', 'out_refund'))]}" name="ref"/>
<field name="invoice_origin"/>
<field name="invoice_payment_term_id" widget="selection"/>
<!-- update of payment term is broken -->
<!-- <field name="invoice_payment_term_id" widget="selection"/>-->
<field name="partner_bank_id"/>
<field name="user_id" options="{'no_open': True, 'no_create': True, 'no_create_edit': True}"/>
</group>