This commit is contained in:
2026-02-07 20:21:51 +01:00
parent 34166dedc6
commit c1a4b442a3
12 changed files with 171 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
<form>
<label name="dimension"/>
<field name="dimension"/>
<label name="value"/>
<field name="value"/>
</form>

View File

@@ -0,0 +1,4 @@
<tree editable="1">
<field name="dimension"/>
<field name="value"/>
</tree>

View File

@@ -0,0 +1,8 @@
<form>
<label name="name"/>
<field name="name"/>
<label name="code"/>
<field name="code"/>
<label name="active"/>
<field name="active"/>
</form>

View File

@@ -0,0 +1,5 @@
<tree>
<field name="name"/>
<field name="code"/>
<field name="active"/>
</tree>

View File

@@ -0,0 +1,14 @@
<form col="4">
<label name="dimension"/>
<field name="dimension"/>
<label name="name"/>
<field name="name"/>
<label name="code"/>
<field name="code"/>
<label name="parent"/>
<field name="parent"/>
<label name="active"/>
<field name="active"/>
<newline/>
<field name="children" colspan="4"/>
</form>

View File

@@ -0,0 +1,7 @@
<tree editable="1">
<field name="dimension"/>
<field name="name"/>
<field name="code"/>
<field name="parent"/>
<field name="active"/>
</tree>

View File

@@ -59,5 +59,8 @@ this repository contains the full copyright notices and license terms. -->
<newline/>
<field name="required_documents" colspan="4"/>
</page>
<page string="Dimensions" id="di">
<field name="analytic_dimensions" colspan="4"/>
</page>
</xpath>
</data>