pos icon indicating copy to clipboard operation
pos copied to clipboard

Migration to version 18.0

Open OCA-git-bot opened this issue 1 year ago • 10 comments

Todo

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

Modules to migrate

  • [x] pos_barcode_rule_priced_with_change_rate - By @trisdoan - #1346
  • [x] pos_display_order_number - By @trisdoan - #1353
  • [x] pos_display_total_quantity - By @trisdoan - #1352
  • [x] pos_divide_order_summary - By @trisdoan - #1351
  • [ ] pos_hide_cost_price_and_margin
  • [ ] pos_lot_barcode
  • [ ] pos_lot_selection
  • [ ] pos_order_to_sale_order - By @benwillig - #1429
  • [ ] pos_partner_birthdate
  • [ ] pos_partner_firstname
  • [ ] pos_partner_ref
  • [ ] pos_partner_second_lastname
  • [ ] pos_payment_change - By @Abranes - #1453
  • [ ] pos_product_expiry
  • [ ] pos_product_template
  • [ ] pos_user_restriction - By @christian-ramos-tecnativa - #1455

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

OCA-git-bot avatar Oct 06 '24 15:10 OCA-git-bot

pos_partner_firstname is out of date

https://github.com/odoo/odoo/commit/2c068a719617314a3c7c875af7f9027d0531652c

Borruso avatar Nov 29 '24 13:11 Borruso

Thanks @Borruso I guest the other pos_partner_* will be in the same situation, isn't it?

Aside from removing from this list is recommended to do a PR to oca/Openupgrade to declare that the module is not longer needed. An example of that: https://github.com/OCA/OpenUpgrade/pull/4497/commits/e08fcf3bf6b492cdc4a76b47deb8ba01e33fe45a

chienandalu avatar Nov 29 '24 14:11 chienandalu

Thanks @Borruso I guest the other pos_partner_* will be in the same situation, isn't it?

Aside from removing from this list is recommended to do a PR to oca/Openupgrade to declare that the module is not longer needed. An example of that: OCA/OpenUpgrade@e08fcf3

Yes, all in the same situation

Borruso avatar Nov 29 '24 15:11 Borruso

  • pos_hide_cost_price_and_margin #1286

BhaveshHeliconia avatar Jan 16 '25 11:01 BhaveshHeliconia

  • pos_edit_order_line #1293
  • pos_order_new_line #1295
  • pos_order_remove_line #1296
  • pos_product_mergeable_line #1298
  • pos_order_reorder #1297
  • pos_ticket_extra_company_info_l10n_fr #1299
  • pos_order_copy #1294

BhaveshHeliconia avatar Feb 03 '25 11:02 BhaveshHeliconia

  • pos_show_clock #1314

BhaveshHeliconia avatar Feb 21 '25 10:02 BhaveshHeliconia

  • pos_lot_barcode #1337

BhaveshHeliconia avatar Feb 24 '25 12:02 BhaveshHeliconia

Since this PR, odoo 18.0 has a similar feature to pos_lot_selection so it is no longer needed

Kimkhoi3010 avatar Mar 26 '25 04:03 Kimkhoi3010

pos_auto_invoice: https://github.com/OCA/pos/pull/1456

trisdoan avatar Nov 18 '25 05:11 trisdoan

pos_stock_available_online https://github.com/OCA/pos/pull/1457

nikul-serpentcs avatar Nov 19 '25 11:11 nikul-serpentcs

Hello What do you think of migrating pos_product_template to v18 ? Odoo has managed the variants but without showing the variant images... I can see 2 options :

  • porting pos_product_template to v18 with ability to show the variant images
  • new module pos_product_variant_image Best regards

cvinh avatar Dec 15 '25 22:12 cvinh