Skip to content

Commit

Permalink
[IMP] mrp_workorder_grouping_by_material: pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
oihane committed Jul 4, 2024
1 parent 3f006e0 commit 5415eb4
Showing 1 changed file with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<data noupdate="1">
<odoo noupdate="1">
<!-- Multi -->
<record model="ir.rule" id="mrp_workorder_nest_rule">
<field name="name">mrp_workorder_nest multi-company</field>
<field
name="model_id"
search="[('model','=','mrp.workorder.nest')]"
model="ir.model"
/>
name="model_id"
search="[('model','=','mrp.workorder.nest')]"
model="ir.model"
/>
<field name="global" eval="True" />
<field name="domain_force">[('company_id', 'in', company_ids)]</field>
</record>

</data>
</odoo>

0 comments on commit 5415eb4

Please sign in to comment.