Skip to content

Commit

Permalink
Merge PR #1023 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by rousseldenis
  • Loading branch information
OCA-git-bot committed Jul 12, 2024
2 parents 0beef47 + 6c9a5ea commit 81a6ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subscription_oca/views/res_partner_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<field name="model">res.partner</field>
<field name="inherit_id" ref="base.view_partner_form" />
<field name="arch" type="xml">
<button name="action_view_partner_invoices" position="after">
<div name="button_box" position="inside">
<field name="subscription_ids" invisible="1" />
<button
type="object"
Expand All @@ -22,7 +22,7 @@
<span class="o_stat_text">Subscriptions</span>
</div>
</button>
</button>
</div>
</field>
</record>
</odoo>

0 comments on commit 81a6ca0

Please sign in to comment.