Skip to content

Commit

Permalink
[FIX]accoount_credit_control: Fix Partner smart button to show all re…
Browse files Browse the repository at this point in the history
…lated credit control lines
  • Loading branch information
javierjcf committed Oct 28, 2024
1 parent 18c22a8 commit 5d41efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions account_credit_control/views/res_partner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<field name="res_model">credit.control.line</field>
<field name="binding_model_id" ref="base.model_res_partner" />
<field name="binding_view_types">form</field>
<field name="target">new</field>
<field name="view_mode">form</field>
<field name="target">current</field>
<field name="view_mode">tree,form</field>
</record>

<record id="partner_view_buttons" model="ir.ui.view">
Expand Down

0 comments on commit 5d41efd

Please sign in to comment.