changeset 1ad767c6d3b6 in modules/account:default
details: https://hg.tryton.org/modules/account?cmd=changeset&node=1ad767c6d3b6
description:
        Display childs of account type in form view

        This eases the creation of children type.
diffstat:

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

diffs (10 lines):

diff -r f76b28cf1512 -r 1ad767c6d3b6 view/account_type_form.xml
--- a/view/account_type_form.xml        Wed May 18 18:25:51 2022 +0200
+++ b/view/account_type_form.xml        Thu May 19 11:00:18 2022 +0200
@@ -32,4 +32,6 @@
         <label name="expense"/>
         <field name="expense" xexpand="0" width="25"/>
     </group>
+
+    <field name="childs" colspan="6"/>
 </form>

Reply via email to