Skip to content

Commit 5a7febe

Browse files
Merge pull request #15 from akretion/16.0-account_invoice_supplierinfo_update
[UPD] view_move_form from account_invoice_view
2 parents a1f2417 + 44f5550 commit 5a7febe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

account_invoice_supplierinfo_update/views/account_invoice_view.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<field name="model">account.move</field>
55
<field name="inherit_id" ref="account.view_move_form" />
66
<field name="arch" type="xml">
7-
<xpath expr="//button[@name='action_post']" position="after">
7+
<xpath expr="//button[@name='button_draft']" position="after">
88
<button
99
name="check_supplierinfo"
1010
string="Check Supplier Infos"

0 commit comments

Comments
 (0)