Open myrrkel opened 5 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?
This PR contains initOS migrations:
and ADD pim_product_attribute_set_completeness
I added a new module
pim_product_attribute_set_completeness
to removeproduct_attribute_set_completeness
dependency frompim
. This dependency was added to display 2 fields in the product list view. This was adding too much complexity to maintain thepim
app becauseproduct_attribute_set_completeness
depends onattribute_set_completeness
, witch depends oncomponent_event
(from the 'connector' repository) witch requirescachetools
python module.pim_product_attribute_set_completeness is now adding product_attribute_set_completeness and add the fields in the pim product list view.