Open
Conversation
New organization : - attribute_set (former base_custom_attribute) - product_attribute_set (former pim_custom_attribute but without menus) - pim (The "PIM application" former pim_base) - pim_attrubute_set (depends on product_attribute_set and adds menus in the PIM application)
attribute_set need 'include_native_attribute' param in context in order to work properly
Author
|
/ocabot migration pim |
Contributor
|
Sorry @bosd you are not allowed to mark the addon to be migrated. To do so you must either have push permissions on the repository, or be a declared maintainer of all modified addons. If you wish to adopt an addon and become it's maintainer, open a pull request to add your GitHub login to the |
| License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). --> | ||
| <odoo> | ||
| <record id="group_pim_reader" model="res.groups"> | ||
| <field name="name">Reader</field> |
There was a problem hiding this comment.
Suggested change
| <field name="name">Reader</field> | |
| <field name="name">PIM Reader</field> |
| </field> | ||
| </record> | ||
| <record id="group_pim_user" model="res.groups"> | ||
| <field name="name">User</field> |
There was a problem hiding this comment.
Suggested change
| <field name="name">User</field> | |
| <field name="name">PIM User</field> |
| </field> | ||
| </record> | ||
| <record id="group_pim_manager" model="res.groups"> | ||
| <field name="name">Manager</field> |
There was a problem hiding this comment.
Suggested change
| <field name="name">Manager</field> | |
| <field name="name">PIM Manager</field> |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on #226
#227 Replaced by #232