e-commerce icon indicating copy to clipboard operation
e-commerce copied to clipboard

Migration to version 16.0

Open sbidoul opened this issue 2 years ago • 18 comments

Todo

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

Modules to migrate

  • [x] website_sale_attribute_filter_form_submit - By @miguel-S73 - #757
  • [x] website_sale_attribute_filter_multiselect - By @miguel-S73 - #758
  • [x] website_sale_cart_expire - By @Highcooley - #785
  • [x] website_sale_category_breadcrumb - By @carlos-lopez-tecnativa - #953
  • [ ] website_sale_checkout_country_vat
  • [x] website_sale_checkout_skip_payment - By @kisuka - #803
  • [x] website_sale_comparison_hide_price - By @dsolanki-initos - #794
  • [ ] website_sale_hide_empty_category
  • [x] website_sale_hide_price - By @JrAdhoc - #716
  • [x] website_sale_invoice_address - By @suker - #837
  • [x] website_sale_order_type - By @pilarvargas-tecnativa - #826
  • [x] website_sale_product_assortment - By @pilarvargas-tecnativa - #873
  • [x] website_sale_product_attachment - By @ernesto-garcia-tecnativa - #829
  • [x] website_sale_product_attribute_filter_collapse - By @pilarvargas-tecnativa - #825
  • [x] website_sale_product_attribute_value_filter_existing - By @anothingguy - #773
  • [x] website_sale_product_brand - By @miguel-S73 - #742
  • [x] website_sale_product_description - By @matiasperalta1 - #791
  • [x] website_sale_product_detail_attribute_image - By @Segui-S73 - #759
  • [ ] website_sale_product_detail_attribute_value_image
  • [x] website_sale_product_item_cart_custom_qty - By @pilarvargas-tecnativa - #835
  • [x] website_sale_product_minimal_price - By @sbiosca-s73 - #857
  • [x] website_sale_product_reference_displayed - By @bvanjeelharia - #710
  • [x] website_sale_require_legal - By @pilarvargas-tecnativa - #850
  • [ ] website_sale_require_login
  • [ ] website_sale_secondary_unit
  • [x] website_sale_stock_available - By @bvanjeelharia - #708
  • [x] website_sale_stock_list_preview - By @ernesto-garcia-tecnativa - #832
  • [x] website_sale_stock_provisioning_date - By @ernesto-garcia-tecnativa - #846
  • [x] website_sale_suggest_create_account - By @pilarvargas-tecnativa - #836
  • [x] website_sale_tax_toggle - By @carlos-lopez-tecnativa - #952
  • [x] website_sale_vat_required - By @pilarvargas-tecnativa - #841
  • [x] website_sale_wishlist_keep - By @pilarvargas-tecnativa - #831
  • [x] website_snippet_product_category - By @pilarvargas-tecnativa - #824

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

sbidoul avatar Oct 03 '22 16:10 sbidoul

Working on website_sale_suggest_create_account #705

jok-adhoc avatar Dec 14 '22 18:12 jok-adhoc

The functionality of website_sale_require_login is now included in v16 as a native feature. Therefore this module could be depreciated. The new feature included in v16 let you select how is able to checkout on your eCommerce based in 3 different options:

  1. Optional.
  2. Disabled (buy as guest).
  3. Mandatory (no guest checkout)

mac-adhoc avatar Dec 15 '22 19:12 mac-adhoc

website_sale_hide_price migration on #716

JrAdhoc avatar Dec 27 '22 17:12 JrAdhoc

website_sale_product_brand migration on https://github.com/OCA/e-commerce/pull/742

miguel-S73 avatar Jan 30 '23 10:01 miguel-S73

Possible to add website_sale_tax_toggle to the wishlist ?

valkenpower avatar Mar 01 '23 09:03 valkenpower

website_sale_product_attribute_value_filter_existing https://github.com/OCA/e-commerce/pull/773

anothingguy avatar Mar 09 '23 10:03 anothingguy

website_sale_comparison_hide_price

dsolanki-initos avatar Apr 12 '23 04:04 dsolanki-initos

website_sale_product_description

dsolanki-initos avatar Apr 12 '23 04:04 dsolanki-initos

Website_tax_toggle

valkenpower avatar Apr 12 '23 10:04 valkenpower

Can someone make the 16 branch as the default one?

liebana avatar Aug 16 '23 15:08 liebana

.

robmarinussen avatar Aug 17 '23 12:08 robmarinussen

website_sale_invoice_address migration on #837

suker avatar Sep 01 '23 13:09 suker

website_sale_product_assortment migration on #854

suker avatar Oct 10 '23 17:10 suker

website_sale_exception migration on #865

This module is not in the list because its migrations hasn't been merged since it was added to 12.0

danielduqma avatar Dec 11 '23 14:12 danielduqma

Hi, I see website_sale_product_attribute_filter_category is not listed in the issue, maybe it has been replaced by other module or is just that no one is working on it?

yaazkal avatar Jun 17 '24 16:06 yaazkal

Website_tax_toggle

Hi @valkenpower , did you have any PR for this. AFAICS, the way Odoo handle price in website has massively changed in v16 and no longer relies on user groups.

flotho avatar Jul 01 '24 08:07 flotho

website_sale_hide_empty_category migration on #950

JrAdhoc avatar Jul 15 '24 19:07 JrAdhoc

website_sale_category_breadcrumb https://github.com/OCA/e-commerce/pull/953

carlos-lopez-tecnativa avatar Jul 18 '24 16:07 carlos-lopez-tecnativa