|
|
@ -29,7 +29,9 @@ |
|
|
|
<group col="2"> |
|
|
|
<field name="name"/> |
|
|
|
<field name="description"/> |
|
|
|
<field name="query_ids"> |
|
|
|
</group> |
|
|
|
<group string="Queries"> |
|
|
|
<field name="query_ids" nolabel="1" colspan="2"> |
|
|
|
<tree string="Queries" editable="bottom"> |
|
|
|
<field name="name"/> |
|
|
|
<field name="model_id"/> |
|
|
@ -40,7 +42,9 @@ |
|
|
|
<field name="domain"/> |
|
|
|
</tree> |
|
|
|
</field> |
|
|
|
<field name="kpi_ids"> |
|
|
|
</group> |
|
|
|
<group string="KPI's"> |
|
|
|
<field name="kpi_ids" nolabel="1" colspan="2"> |
|
|
|
<tree string="KPI's" editable="bottom"> |
|
|
|
<field name="sequence" widget="handle"/> |
|
|
|
<field name="description"/> |
|
|
@ -57,7 +61,7 @@ |
|
|
|
</tree> |
|
|
|
</field> |
|
|
|
</group> |
|
|
|
<group col="2" string="Legend (for expression)"> |
|
|
|
<group col="2" string="Legend (for kpi expressions)"> |
|
|
|
<group> |
|
|
|
<label colspan="2" string="Expressions are of the form <field><mode>[accounts][domain]"/> |
|
|
|
<label colspan="2" string="Possible values for 'field' can be:"/> |
|
|
@ -171,9 +175,15 @@ |
|
|
|
<field name="landscape_pdf" /> |
|
|
|
<field name="root_account"/> |
|
|
|
<field name="company_id" groups="base.group_multi_company"/> |
|
|
|
<field name="date"/> |
|
|
|
<field name="target_move"/> |
|
|
|
<field name="period_ids" colspan="4"> |
|
|
|
</group> |
|
|
|
<group col="4" string="Periods"> |
|
|
|
<group colspan="2"> |
|
|
|
<field name="date"/> |
|
|
|
</group> |
|
|
|
<newline/> |
|
|
|
<group> |
|
|
|
<field name="period_ids" colspan="4" nolabel="1"> |
|
|
|
<tree string="KPI's" editable="bottom" colors="red:valid==False"> |
|
|
|
<field name="sequence" widget="handle"/> |
|
|
|
<field name="name"/> |
|
|
@ -192,6 +202,7 @@ |
|
|
|
</tree> |
|
|
|
</field> |
|
|
|
</group> |
|
|
|
</group> |
|
|
|
</sheet> |
|
|
|
</form> |
|
|
|
</field> |
|
|
|