Fix xpath on the view.

This commit is contained in:
Juanjo Garcia 2019-10-31 16:44:31 +01:00
parent 8431693c50
commit c527184d44

View file

@ -3,7 +3,7 @@
copyright notices and license terms. -->
<data>
<xpath
expr="/form/notebook/page[@id='sale']/group/group[@id='buttons']/button[@name='cancel']"
expr="/form/group[@id='buttons']/button[@name='cancel']"
position="before">
<button name="recompute_price"/>
</xpath>