changeset 1bf313a302b5 in modules/account:default
details: https://hg.tryton.org/modules/account?cmd=changeset&node=1bf313a302b5
description:
Add company to tree view
It is needed because client validation enforce parent company through
domain
inversion of the group.
issue11611
review417591003
diffstat:
view/account_type_tree.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (9 lines):
diff -r b93e0a86f433 -r 1bf313a302b5 view/account_type_tree.xml
--- a/view/account_type_tree.xml Sat Aug 06 10:44:34 2022 +0200
+++ b/view/account_type_tree.xml Sat Aug 06 10:44:58 2022 +0200
@@ -3,4 +3,5 @@
this repository contains the full copyright notices and license terms. -->
<tree>
<field name="name" expand="1"/>
+ <field name="company" optional="1"/>
</tree>