Skip to content

Commit

Permalink
[FIX] mrp_subcontracting_purchase: Demo files are renamed and readme …
Browse files Browse the repository at this point in the history
…is updated.
  • Loading branch information
geomer198 committed Oct 13, 2023
1 parent 0765765 commit a1c6816
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion mrp_subcontracting_purchase/README.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
This module is a backport from Odoo SA and as such, it is not included in the OCA CLA.
This bridge module adds some smart buttons between Purchase and Subcontracting

**DISCLAIMER:** This module is a backport from Odoo SA and as such, it is not included in the OCA CLA.

That means we do not have a copy of the copyright on it like all other OCA modules.
14 changes: 7 additions & 7 deletions mrp_subcontracting_purchase/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"views/stock_picking_views.xml",
],
"demo": [
"demo/0001_demo_product_category.xml",
"demo/0011_demo_stock_location.xml",
"demo/0002_demo_partner_subcontract.xml",
"demo/0003_demo_product_test_product.xml",
"demo/0005_demo_product_supplierinfo.xml",
"demo/0004_demo_bom_subcontract.xml",
"demo/0006_demo_stock_rules.xml",
"demo/product_category_demo.xml",
"demo/stock_location_demo.xml",
"demo/partner_subcontract_demo.xml",
"demo/product_product_demo.xml",
"demo/product_supplierinfo_demo.xml",
"demo/bom_subcontract_demo.xml",
"demo/stock_rules_demo.xml",
],
"installable": True,
"auto_install": True,
Expand Down

0 comments on commit a1c6816

Please sign in to comment.