changeset c174fe563e2b in modules/account_invoice:default
details: 
https://hg.tryton.org/modules/account_invoice?cmd=changeset;node=c174fe563e2b
description:
        Show lines to pay on invoice form

        issue9069
        review266821007
diffstat:

 CHANGELOG             |  1 +
 view/invoice_form.xml |  1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 96977e5f75f9 -r c174fe563e2b CHANGELOG
--- a/CHANGELOG Sun Mar 01 16:12:37 2020 +0100
+++ b/CHANGELOG Wed Mar 04 10:24:45 2020 +0100
@@ -1,3 +1,4 @@
+* Show lines to pay on invoice form
 * Add invoice date on credit wizard
 * Take lines without maturity date as payable
 
diff -r 96977e5f75f9 -r c174fe563e2b view/invoice_form.xml
--- a/view/invoice_form.xml     Sun Mar 01 16:12:37 2020 +0100
+++ b/view/invoice_form.xml     Wed Mar 04 10:24:45 2020 +0100
@@ -70,6 +70,7 @@
             <field name="amount_to_pay_today"/>
             <label name="amount_to_pay"/>
             <field name="amount_to_pay"/>
+            <field name="lines_to_pay" colspan="4" 
view_ids="account_invoice.move_line_view_list_to_pay"/>
             <field name="payment_lines" colspan="4"
                 view_ids="account_invoice.move_line_view_list_payment"/>
             <field name="reconciliation_lines" colspan="4" 
view_ids="account_invoice.move_line_view_list_payment"/>

Reply via email to