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
1 changed files with 8 additions and 1 deletions

View File

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