Added page General to location form view.

This commit refs #22535
This commit is contained in:
ramon.vidal 2022-07-01 13:52:22 +02:00 committed by Sergio Morillo
parent 30a1f2a8a9
commit 8a21cc6d4a

View file

@ -2,9 +2,16 @@
<!-- The COPYRIGHT file at the top level of <!-- The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. --> this repository contains the full copyright notices and license terms. -->
<data> <data>
<!-- Replace -->
<xpath expr="/form/field[@name='waste_locations']" position="replace"/>
<xpath expr="/form/field[@name='childs']" position="replace"/>
<xpath expr="/form" position="inside"> <xpath expr="/form" position="inside">
<notebook> <notebook>
<page id="general" string="General">
<field name="childs" colspan="2"/>
<field name="waste_locations" colspan="2"/>
</page>
</notebook> </notebook>
</xpath> </xpath>
</data> </data>