OCA / product-attribute

Odoo Product Attribute
https://odoo-community.org/project/product-maintainers-27
GNU Affero General Public License v3.0
184 stars 697 forks source link

Migration to version 16.0 #1157

Open sbidoul opened 2 years ago

sbidoul commented 2 years ago

Todo

https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-16.0

Modules to migrate

Missing module? Check https://github.com/OCA/maintainer-tools/wiki/%5BFAQ%5D-Missing-modules-in-migration-issue-list

rousseldenis commented 1 year ago

@MiquelRForgeFlow I will work on product_abc_classification following comments on https://github.com/OCA/product-attribute/pull/781 and try to make converging.

I will take v10 version as base.

MiquelRForgeFlow commented 1 year ago

Isn't it better to get as base what is done in v13 and then refactor it in the way is commented in https://github.com/OCA/product-attribute/pull/781? I think this way will be easier to review.

rousseldenis commented 1 year ago

Isn't it better to get as base what is done in v13 and then refactor it in the way is commented in #781? I think this way will be easier to review.

Mmmh, can try

otmanelagy commented 1 year ago

product_secondary_unit migred here #1193

rousseldenis commented 1 year ago

Migrating product_packaging_type to product_packaging_level following https://github.com/OCA/product-attribute/issues/1213

imarulbala commented 1 year ago

Migration to version 16.0

rousseldenis commented 1 year ago

Will migrate product_packaging_type_pallet => product_packaging_level_pallet

mohammadazeem786 commented 1 year ago

Migration to version 16.0

I we will not migrate the module because of the new functionality in Odoo 16: https://github.com/odoo/odoo/blob/16.0/addons/product/models/product_tag.py

These are the differences i can see between new functionality in Odoo 16 and OCA Module :

  1. Unique constraints is only for name in odoo16 where OCA has unique constraints for company wise and name.
  2. Product count is not present in Odoo16.
  3. Product tags field is only in form view in odoo16 but OCA has tags in kanban,search,tree and form view.
  4. Record rules are not present for multi company for tags but present in OCA.
mohammadazeem786 commented 1 year ago

Migration to version 16.0

matiasperalta1 commented 1 year ago

product_code_mandatory https://github.com/OCA/product-attribute/pull/1237

rafaelbn commented 1 year ago

@rousseldenis product_category_product_link I think is already in Odoo CE core. Both 15 and 16. At least I can go from categories to products. Just in case 😄

Rferri44-S73 commented 1 year ago

product_attribute_archive https://github.com/OCA/product-attribute/pull/1301

astirpe commented 1 year ago

@rafaelbn indeed from a functional point of view, module product_category_product_link doesn't add anything new, since standard Odoo allows to go from categories to products. However product_category_product_link is just a technical module, adding a field product_template_ids inside the product category. That field is used by other modules, like product_category_tax, so I'm going to port product_category_product_link anyway.

rousseldenis commented 1 year ago

I will migrate product_expiry_configurable

yaazkal commented 1 year ago

Hi mods, I can see that @astirpe has actually migrated product_category_product_link here in this PR: https://github.com/OCA/product-attribute/pull/1302 if you can check and merge. Note this is need in order to validate this other PR from the account-financial-tools repo: https://github.com/OCA/account-financial-tools/pull/1618

angelmoya commented 1 year ago

Hi, can you update product_category_active, that was migrated on #1253

hugo-cordoba commented 1 year ago

I am working on 'product_pricelist_simulation' https://github.com/OCA/product-attribute/pull/1348

hugo-cordoba commented 1 year ago

I am working on 'product_pricelist_simulation_margin'. This module arises from the conversation held in https://github.com/OCA/margin-analysis/pull/177 PR: https://github.com/OCA/product-attribute/pull/1354

flalexg commented 1 year ago

Working on product_multi_price

aliciagaarzo commented 1 year ago

Im working on 'product_main_supplierinfo' https://github.com/OCA/product-attribute/pull/1353

martiqubiq commented 1 year ago

working on product_pricelist_by_contact

hugho-ad commented 1 year ago

Hello

product_pricelist_supplierinfo missing from the list @pedrobaeza @rousseldenis

pedrobaeza commented 1 year ago

Are you going to provide a PR with the migration? If so, we launch the command from the PR itself.

bosd commented 1 year ago

product_profile in #1366

andreagidaltig commented 1 year ago

Hello

product_pricelist_supplierinfo missing from the list @pedrobaeza @rousseldenis

Working on product_pricelist_supplierinfo

michaelslade54 commented 1 year ago

Hi, I am working on product_state_active and product_state_history. Pull Requests: product_state_active #1392 product_state_history #1396

nuprodRomainF commented 1 year ago

Hello we migrate product_category_product_link

https://github.com/OCA/product-attribute/pull/1420

Kev-Roche commented 7 months ago

Hello, Migration of product_tier_validation : https://github.com/OCA/product-attribute/pull/1539

Kev-Roche commented 6 months ago

Hello, I'm migrating :

MarioLM-23 commented 6 months ago

Migration of product_code_mandatory module #1575

alessandro-fiorino commented 2 months ago

Migration to version 16.0

  • product_template_tags

I we will not migrate the module because of the new functionality in Odoo 16: https://github.com/odoo/odoo/blob/16.0/addons/product/models/product_tag.py

It has been migrated after all https://github.com/OCA/product-attribute/tree/16.0/product_template_tags, shoud the status be updated and marked as done ?