[IMP] event_generate_quotation_from_registration: add terms to financiers of registration

This commit is contained in:
clementthomas
2025-01-24 10:00:15 +01:00
parent c8e2f102ee
commit a123c3cc88
2 changed files with 3 additions and 1 deletions

View File

@@ -11,7 +11,8 @@
<field name="financier_ids" nolabel="1" colspan="2">
<tree editable="bottom">
<field name="financier_id" />
<field name="amount" />
<field name="amount" />
<field name="terms" />
<field name="quotation_id" readonly="True" />
</tree>
</field>