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)
And small FIX in _build_attribute_field()
[UPD] README.rst [UPD] README.rst
[UPD] README.rst
[UPD] README.rst [UPD] README.rst [ADD] icon.png
Apply dotfiles [UPD] Update product_attribute_set.pot
[UPD] Update product_attribute_set.pot
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: odoo-pim-14.0/odoo-pim-14.0-product_attribute_set Translate-URL: https://translation.odoo-community.org/projects/odoo-pim-14-0/odoo-pim-14-0-product_attribute_set/
Currently translated at 100.0% (27 of 27 strings) Translation: odoo-pim-14.0/odoo-pim-14.0-product_attribute_set Translate-URL: https://translation.odoo-community.org/projects/odoo-pim-14-0/odoo-pim-14-0-product_attribute_set/es_AR/
Currently translated at 100.0% (15 of 15 strings) Translation: odoo-pim-16.0/odoo-pim-16.0-product_attribute_set Translate-URL: https://translation.odoo-community.org/projects/odoo-pim-16-0/odoo-pim-16-0-product_attribute_set/es/
Currently translated at 100.0% (15 of 15 strings) Translation: odoo-pim-16.0/odoo-pim-16.0-product_attribute_set Translate-URL: https://translation.odoo-community.org/projects/odoo-pim-16-0/odoo-pim-16-0-product_attribute_set/es_AR/
Currently translated at 80.0% (12 of 15 strings) Translation: odoo-pim-16.0/odoo-pim-16.0-product_attribute_set Translate-URL: https://translation.odoo-community.org/projects/odoo-pim-16-0/odoo-pim-16-0-product_attribute_set/fr/
Currently translated at 100.0% (15 of 15 strings) Translation: odoo-pim-16.0/odoo-pim-16.0-product_attribute_set Translate-URL: https://translation.odoo-community.org/projects/odoo-pim-16-0/odoo-pim-16-0-product_attribute_set/it/
Currently translated at 100.0% (15 of 15 strings) Translation: odoo-pim-16.0/odoo-pim-16.0-product_attribute_set Translate-URL: https://translation.odoo-community.org/projects/odoo-pim-16-0/odoo-pim-16-0-product_attribute_set/tr/
Currently translated at 100.0% (17 of 17 strings) Translation: odoo-pim-16.0/odoo-pim-16.0-product_attribute_set Translate-URL: https://translation.odoo-community.org/projects/odoo-pim-16-0/odoo-pim-16-0-product_attribute_set/it/
Currently translated at 100.0% (17 of 17 strings) Translation: odoo-pim-16.0/odoo-pim-16.0-product_attribute_set Translate-URL: https://translation.odoo-community.org/projects/odoo-pim-16-0/odoo-pim-16-0-product_attribute_set/es_AR/
Replace the complex method of finding default category ID with a direct reference to self.categ_id, which is more straightforward and efficient. The previous implementation used an extra search call that was unnecessary.
This was referenced Dec 21, 2025
Open
Co-authored-by: Miquel Raïch <[email protected]>
MiquelRForgeFlow
approved these changes
Feb 16, 2026
sbiosca-s73
approved these changes
Mar 5, 2026
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.
New attempt fighting git to get the correct history.
Continuation of #227