changeset cfaaad850190 in modules/company:6.0
details: https://hg.tryton.org/modules/company?cmd=changeset&node=cfaaad850190
description:
Ensure companies is on a new row in user form
issue10445
review359641006
(grafted from db4ba5342aa662fcb36555c034a32292ed9b5c56)
diffstat:
view/user_form.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r 962b36bf8090 -r cfaaad850190 view/user_form.xml
--- a/view/user_form.xml Mon May 03 15:38:53 2021 +0200
+++ b/view/user_form.xml Sun Jun 06 09:31:56 2021 +0200
@@ -11,6 +11,8 @@
<label name="employee"/>
<field name="employee" widget="selection"/>
+ <newline/>
+
<field name="companies" colspan="2"/>
<field name="employees" colspan="2"/>
</xpath>