OCA / odoo-pim

GNU Affero General Public License v3.0
39 stars 60 forks source link

[16.0][MIG] pim: Migration to 16.0 + remove completeness dependency #184

Open myrrkel opened 5 months ago

myrrkel commented 5 months ago

This PR contains initOS migrations:

and ADD pim_product_attribute_set_completeness

I added a new module pim_product_attribute_set_completeness to remove product_attribute_set_completeness dependency from pim. This dependency was added to display 2 fields in the product list view. This was adding too much complexity to maintain the pim app because product_attribute_set_completeness depends on attribute_set_completeness, witch depends on component_event (from the 'connector' repository) witch requires cachetools python module.

pim_product_attribute_set_completeness is now adding product_attribute_set_completeness and add the fields in the pim product list view.

simahawk commented 3 months ago

Is this replacing completely https://github.com/OCA/odoo-pim/pull/165 If yes, @dsolanki-initos fine for you? Could you have a look? Yet, the history does not look good. Regarding the refactoring... @rousseldenis could you please give a feedback?