Skip to content

Commit

Permalink
[FIX] stock_rules not in external id
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronHForgeFlow committed Mar 12, 2024
1 parent 0cf845c commit 324aa75
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions addons/stock/migrations/13.0.1.1/noupdate_changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
<odoo>
<!-- <record id="product_pulled_flow_comp_rule" model="ir.rule">
<field name="domain_force">['|',('company_id','=',False),('company_id', 'in', company_ids)]</field>
</record>-->
</record>
<record id="route_warehouse0_mto" model="stock.location.route">
<field name="name">Replenish on Order (MTO)</field>
</record>
<!-- <record id="sequence_mrp_op" model="ir.sequence">
<field name="company_id"/>
</record>-->
<record id="stock_inventory_comp_rule" model="ir.rule">
<field name="domain_force">[('company_id', 'in', company_ids)]</field>
</record>
Expand Down Expand Up @@ -38,5 +35,5 @@
</record>
<record id="stock_warehouse_orderpoint_rule" model="ir.rule">
<field name="domain_force">[('company_id', 'in', company_ids)]</field>
</record>
</record> -->
</odoo>

0 comments on commit 324aa75

Please sign in to comment.