Skip to content

Commit

Permalink
[IMP] website_sale_cancel_not_show: Improve domain
Browse files Browse the repository at this point in the history
  • Loading branch information
unaiberis authored and anajuaristi committed Oct 15, 2024
1 parent 1833a2e commit 6b380f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website_sale_cancel_not_show/views/ir_rule.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<record id="portal_partner_quotations_sales_orders_rule" model="ir.rule">
<field name="name">Portal Partner Quotations/Sales Orders Rule</field>
<field name="model_id" ref="sale.model_sale_order" />
<field name="groups" eval="[(4, ref('base.group_portal'))]" />
<field name="perm_read">1</field>
<field name="perm_write">1</field>
<field name="perm_create">0</field>
Expand Down

0 comments on commit 6b380f1

Please sign in to comment.