[IMP]membership_invoice_payment_mode: add invoice date in membership invoice wizard

This commit is contained in:
2024-05-24 10:51:28 +02:00
parent 78e84abfa3
commit 06f52380d4
4 changed files with 37 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
<field name="arch" type="xml">
<xpath expr="//field[@name='member_price']" position="after">
<field name="payment_mode_id" options="{'no_create_edit': True, 'no_open': True}" />
<field name="date_invoice"/>
</xpath>
</field>
</record>