Fix view inheritance.

This commit is contained in:
Albert Cervera i Areny 2022-05-06 22:42:00 +02:00
parent e3ecc794c3
commit 19eff5bd4d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/form/label[@name='postal_code']" position="before">
<xpath expr="//label[@name='postal_code']" position="before">
<label name="location"/>
<field name="location" colspan="3"/>
<newline/>