-
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] product_configurator: Migration to 16.0
- Loading branch information
1 parent
eecec3a
commit 028f171
Showing
36 changed files
with
1,194 additions
and
1,344 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" ?> | ||
<odoo> | ||
<data noupdate="1"> | ||
<record id="manager_product_configuration_settings" model="ir.config_parameter"> | ||
<field | ||
name="key" | ||
>product_configurator.manager_product_configuration_settings</field> | ||
<field name="value">True</field> | ||
</record> | ||
</data> | ||
<odoo noupdate="1"> | ||
<record id="manager_product_configuration_settings" model="ir.config_parameter"> | ||
<field | ||
name="key" | ||
>product_configurator.manager_product_configuration_settings</field> | ||
<field name="value">True</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<odoo> | ||
<data noupdate="1"> | ||
|
||
<record id="seq_config_session" model="ir.sequence"> | ||
<field name="name">Configuration Session</field> | ||
<field name="code">product.config.session</field> | ||
<field name="prefix">CS</field> | ||
<field name="padding">4</field> | ||
</record> | ||
|
||
</data> | ||
<odoo noupdate="1"> | ||
<record id="seq_config_session" model="ir.sequence"> | ||
<field name="name">Configuration Session</field> | ||
<field name="code">product.config.session</field> | ||
<field name="prefix">CS</field> | ||
<field name="padding">4</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
Oops, something went wrong.