Skip to content

[19.0][MIG] pim#231

Open
bosd wants to merge 35 commits intoOCA:19.0from
bosd:19.0-pim
Open

[19.0][MIG] pim#231
bosd wants to merge 35 commits intoOCA:19.0from
bosd:19.0-pim

Conversation

@bosd
Copy link
Copy Markdown

@bosd bosd commented Nov 27, 2025

Depends on #226
#227 Replaced by #232

clementmbr and others added 30 commits November 27, 2025 00:02
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
@bosd
Copy link
Copy Markdown
Author

bosd commented Nov 27, 2025

/ocabot migration pim

@OCA-git-bot
Copy link
Copy Markdown
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 maintainers key of its manifest.

@bosd bosd marked this pull request as ready for review November 27, 2025 11:17
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>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<field name="name">Manager</field>
<field name="name">PIM Manager</field>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.