Skip to content

Commit

Permalink
Merge pull request #15 from akretion/16.0-account_invoice_supplierinf…
Browse files Browse the repository at this point in the history
…o_update

[UPD] view_move_form from account_invoice_view
  • Loading branch information
sebastienbeau authored Jun 12, 2024
2 parents a1f2417 + 44f5550 commit 5a7febe
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 5a7febe

Please sign in to comment.