changeset 5a569a2e48a8 in modules/account:default
details: https://hg.tryton.org/modules/account?cmd=changeset&node=5a569a2e48a8
description:
Add optional company on account type list
This is useful in multi-company case.
diffstat:
view/account_type_list.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (10 lines):
diff -r 1ad767c6d3b6 -r 5a569a2e48a8 view/account_type_list.xml
--- a/view/account_type_list.xml Thu May 19 11:00:18 2022 +0200
+++ b/view/account_type_list.xml Thu May 19 11:00:52 2022 +0200
@@ -2,5 +2,6 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tree>
+ <field name="company" optional="1"/>
<field name="rec_name" expand="1"/>
</tree>