forked from OCA/manufacture
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] mrp_bom_version: Migration to 16.0
- Loading branch information
Kay K. Cross
committed
Oct 21, 2024
1 parent
c15be7d
commit a90ab95
Showing
12 changed files
with
243 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<openerp> | ||
<data> | ||
<record id="mt_active" model="mail.message.subtype"> | ||
<field name="name">MRP BoM Active</field> | ||
<field name="res_model">mrp.bom</field> | ||
<field name="default" eval="False" /> | ||
<field name="description">MRP BoM Active</field> | ||
</record> | ||
</data> | ||
</openerp> | ||
<odoo> | ||
<record id="mt_active" model="mail.message.subtype"> | ||
<field name="name">MRP BoM Active</field> | ||
<field name="res_model">mrp.bom</field> | ||
<field name="default" eval="False" /> | ||
<field name="description">MRP BoM Active</field> | ||
</record> | ||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<openerp> | ||
<data noupdate="1"> | ||
<record id="group_mrp_bom_version" model="res.groups"> | ||
<field name="name">MRP BoM version</field> | ||
<field name="category_id" ref="base.module_category_hidden" /> | ||
</record> | ||
</data> | ||
</openerp> | ||
<odoo noupdate="1"> | ||
<record id="group_mrp_bom_version" model="res.groups"> | ||
<field name="name">MRP BoM version</field> | ||
<field name="category_id" ref="base.module_category_hidden" /> | ||
</record> | ||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.