changeset 5bf1fbfdee8d in modules/account_invoice:default
details: 
https://hg.tryton.org/modules/account_invoice?cmd=changeset&node=5bf1fbfdee8d
description:
        Restore accounting date in form view

        It was wrongly removed by changeset 81860b110704

        issue11903
diffstat:

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

diffs (11 lines):

diff -r 06b657529465 -r 5bf1fbfdee8d view/invoice_form.xml
--- a/view/invoice_form.xml     Mon Oct 31 16:59:37 2022 +0100
+++ b/view/invoice_form.xml     Mon Nov 21 10:10:57 2022 +0100
@@ -57,6 +57,7 @@
             <label name="account"/>
             <field name="account"/>
             <label name="accounting_date"/>
+            <field name="accounting_date"/>
             <field name="alternative_payees" colspan="4"/>
             <label name="move"/>
             <field name="move"/>

Reply via email to