Skip to content

Commit

Permalink
[UPD] view_move_form from account_invoice_view
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudelva committed May 30, 2024
1 parent a1f2417 commit 44f5550
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<field name="model">account.move</field>
<field name="inherit_id" ref="account.view_move_form" />
<field name="arch" type="xml">
<xpath expr="//button[@name='action_post']" position="after">
<xpath expr="//button[@name='button_draft']" position="after">
<button
name="check_supplierinfo"
string="Check Supplier Infos"
Expand Down

0 comments on commit 44f5550

Please sign in to comment.