Skip to content

Commit

Permalink
[18.0][MIG] stock_operating_unit: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BT-dlagin committed Dec 10, 2024
1 parent beae1cd commit f044180
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
2 changes: 1 addition & 1 deletion stock_operating_unit/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "Stock with Operating Units",
"summary": "Adds the concept of operating unit (OU) in stock management",
"version": "17.0.1.0.0",
"version": "18.0.1.0.0",
"category": "Generic Modules/Sales & Purchases",
"author": "ForgeFlow, "
"Serpent Consulting Services Pvt. Ltd., "
Expand Down
19 changes: 0 additions & 19 deletions stock_operating_unit/demo/stock_demo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,6 @@
<record id="stock.stock_location_components" model="stock.location">
<field name="operating_unit_id" ref="operating_unit.main_operating_unit" />
</record>
<!-- Multi Company -->
<!-- Child Company 1-->
<record id="stock.res_company_1" model="res.company">
<field name="name">Your company child</field>
</record>
<record id="operating_unit_shop0" model="operating.unit">
<field name="name">Chicago</field>
<field name="code">CH</field>
<field name="partner_id" ref="stock.res_partner_company_1" />
<field name="company_id" ref="stock.res_company_1" />
</record>
<!-- Chicago Warehouse -->
<record id="stock.stock_warehouse_shop0" model="stock.warehouse">
<field name="operating_unit_id" ref="operating_unit_shop0" />
</record>
<!-- Your Company, Chicago shop -->
<record id="stock.stock_location_shop0" model="stock.location">
<field name="operating_unit_id" ref="operating_unit_shop0" />
</record>
<!--B2B-->
<record id="stock_warehouse_b2b" model="stock.warehouse">
<field name="name">B2B Warehouse</field>
Expand Down
1 change: 1 addition & 0 deletions stock_operating_unit/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
- Nicola Studer \<<nicola.studer@braintec-group.com>\>
- Kitti U. \<<kittiu@ecosoft.co.th>\>
- Alan Ramos \<<alan.ramos@jarsa.com>\>
- Daniel Lagin \<<daniel.lagin@braintec.com>\>

0 comments on commit f044180

Please sign in to comment.