Skip to content

Commit

Permalink
[FIX] viin_brand_account: add priority for record inherits use remove
Browse files Browse the repository at this point in the history
  • Loading branch information
SonCrits committed Jul 26, 2024
1 parent 651379f commit 0fdf0b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions viin_brand_account/wizard/account_tour_upload_bill.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<record id="account_tour_upload_bill" model="ir.ui.view">
<field name="name">account.tour.upload.bill</field>
<field name="model">account.tour.upload.bill</field>
<field name="priority">100</field>
<field name="inherit_id" ref="account.account_tour_upload_bill" />
<field name="arch" type="xml">
<xpath expr="//h2" position="replace" mode="inner">
Expand Down

0 comments on commit 0fdf0b8

Please sign in to comment.