Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration to version 16.0 #1157

Open
37 of 55 tasks
sbidoul opened this issue Oct 3, 2022 · 31 comments
Open
37 of 55 tasks

Migration to version 16.0 #1157

sbidoul opened this issue Oct 3, 2022 · 31 comments
Labels
help wanted no stale Use this label to prevent the automated stale action from closing this PR/Issue. work in progress
Milestone

Comments

@sbidoul
Copy link
Member

sbidoul commented Oct 3, 2022

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

@sbidoul sbidoul added help wanted no stale Use this label to prevent the automated stale action from closing this PR/Issue. work in progress labels Oct 3, 2022
@sbidoul sbidoul added this to the 16.0 milestone Oct 3, 2022
@rousseldenis rousseldenis pinned this issue Nov 9, 2022
@rousseldenis
Copy link
Sponsor Contributor

rousseldenis commented Nov 9, 2022

@MiquelRForgeFlow I will work on product_abc_classification following comments on #781 and try to make converging.

I will take v10 version as base.

@MiquelRForgeFlow
Copy link
Contributor

MiquelRForgeFlow commented Nov 9, 2022

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.

@rousseldenis
Copy link
Sponsor Contributor

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

product_secondary_unit migred here #1193

@rousseldenis
Copy link
Sponsor Contributor

rousseldenis commented Nov 24, 2022

Migrating product_packaging_type to product_packaging_level following #1213

@imarulbala
Copy link

imarulbala commented Nov 29, 2022

Migration to version 16.0

@rousseldenis
Copy link
Sponsor Contributor

Will migrate product_packaging_type_pallet => product_packaging_level_pallet

@mohammadazeem786
Copy link

mohammadazeem786 commented Dec 2, 2022

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

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

mohammadazeem786 commented Dec 2, 2022

Migration to version 16.0

@matiasperalta1
Copy link

product_code_mandatory #1237

@rafaelbn
Copy link
Member

@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
Copy link
Contributor

product_attribute_archive #1301

@astirpe
Copy link
Member

astirpe commented Mar 16, 2023

@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
Copy link
Sponsor Contributor

I will migrate product_expiry_configurable

@yaazkal
Copy link

yaazkal commented Apr 11, 2023

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

@angelmoya
Copy link
Member

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

@hugo-cordoba
Copy link
Contributor

hugo-cordoba commented Jun 6, 2023

I am working on 'product_pricelist_simulation' #1348

@hugo-cordoba
Copy link
Contributor

hugo-cordoba commented Jun 6, 2023

I am working on 'product_pricelist_simulation_margin'. This module arises from the conversation held in OCA/margin-analysis#177 PR: #1354

@flalexg
Copy link

flalexg commented Jun 7, 2023

Working on product_multi_price

@aliciagaarzo
Copy link

aliciagaarzo commented Jun 7, 2023

Im working on 'product_main_supplierinfo' #1353

@martiqubiq
Copy link

working on product_pricelist_by_contact

@hugho-ad
Copy link

Hello

product_pricelist_supplierinfo missing from the list @pedrobaeza @rousseldenis

@pedrobaeza
Copy link
Member

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

@bosd
Copy link
Contributor

bosd commented Jun 22, 2023

product_profile in #1366

@andreagidaltig
Copy link
Contributor

Hello

product_pricelist_supplierinfo missing from the list @pedrobaeza @rousseldenis

Working on product_pricelist_supplierinfo

@michaelslade54
Copy link

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

@nuprodRomainF
Copy link

Hello we migrate product_category_product_link

#1420

@Kev-Roche
Copy link
Contributor

Hello,
Migration of product_tier_validation : #1539

@Kev-Roche
Copy link
Contributor

Hello, I'm migrating :

@MarioLM-23
Copy link

MarioLM-23 commented Apr 9, 2024

Migration of product_code_mandatory module #1575

@alessandro-fiorino
Copy link

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted no stale Use this label to prevent the automated stale action from closing this PR/Issue. work in progress
Projects
None yet
Development

No branches or pull requests