Skip to content

Commit

Permalink
[FIX] subscription_oca: better partner form inheriting
Browse files Browse the repository at this point in the history
  • Loading branch information
GSLabIt committed Jan 31, 2024
1 parent 4118e64 commit 7a89a3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions subscription_oca/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
* `Ooops404 <https://www.ooops404.com>`__:

* Ilyas <[email protected]>
* Giovanni Serra <[email protected]>
2 changes: 1 addition & 1 deletion subscription_oca/views/res_partner_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<record id="res_partner_view_form" model="ir.ui.view">
<field name="name">res.partner.form</field>
<field name="model">res.partner</field>
<field name="inherit_id" ref="base.view_partner_form" />
<field name="inherit_id" ref="account.partner_view_buttons" />
<field name="arch" type="xml">
<button name="action_view_partner_invoices" position="after">
<field name="subscription_ids" invisible="1" />
Expand Down

0 comments on commit 7a89a3e

Please sign in to comment.