change version 5.4 and view xpath

This commit is contained in:
Alnus Tmp 2020-05-19 12:34:51 -05:00
parent 067acb8758
commit 694ded1de7
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[tryton]
version=0.0.2
version=5.4.0
depends:
ir
purchase

View File

@ -1,9 +1,9 @@
<?xml version="1.0"?>
<data>
<xpath
expr="/form/notebook/page[@id='purchase']/group[@id='amount_buttons']/group[@id='buttons']/button[@name='confirm']"
expr="/form/group[@id='buttons']/button[@name='confirm']"
position="after">
<button name="draft_to_done" string="Finalizar Automaticamente"
icon="tryton-go-jump"/>
</xpath>
</data>
</data>