Skip to content

Commit

Permalink
Update res_partner_view.xml
Browse files Browse the repository at this point in the history
No need to write on customer_rank and supplier_rank here.
This creates a conflict with partner_manual_rank module.
  • Loading branch information
Martronic-SA authored Sep 23, 2024
1 parent 70b6e0e commit 9ea5f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contract/views/res_partner_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<field name="groups_id" eval="[(4, ref('account.group_account_invoice'))]" />
<field type="xml" name="arch">
<xpath expr="//div[@name='button_box']" position="inside">
<field name="customer_rank" invisible="1" />
<field name="customer_rank" invisible="1" readonly="1"/>
<button
name="act_show_contract"
type="object"
Expand All @@ -24,7 +24,7 @@
string="Sale Contracts"
/>
</button>
<field name="supplier_rank" invisible="1" />
<field name="supplier_rank" invisible="1" readonly="1"/>
<button
name="act_show_contract"
type="object"
Expand Down

0 comments on commit 9ea5f74

Please sign in to comment.