details:   https://code.tryton.org/tryton/commit/f1b3083e0ff0
branch:    default
user:      Cédric Krier <[email protected]>
date:      Tue May 05 16:39:29 2026 +0200
description:
        Add optionally a journal column on the invoice list
diffstat:

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

diffs (11 lines):

diff -r 4e0b720d156d -r f1b3083e0ff0 
modules/account_invoice/view/invoice_tree.xml
--- a/modules/account_invoice/view/invoice_tree.xml     Tue Apr 28 19:32:51 
2026 +0200
+++ b/modules/account_invoice/view/invoice_tree.xml     Tue May 05 16:39:29 
2026 +0200
@@ -3,6 +3,7 @@
 this repository contains the full copyright notices and license terms. -->
 <tree>
     <field name="company" optional="1"/>
+    <field name="journal" optional="1"/>
     <field name="type"/>
     <field name="number"/>
     <field name="reference"/>

Reply via email to