Migration to version 18.0
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
pos_partner_firstname is out of date
https://github.com/odoo/odoo/commit/2c068a719617314a3c7c875af7f9027d0531652c
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
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
- pos_hide_cost_price_and_margin #1286
- 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
- pos_show_clock #1314
- pos_lot_barcode #1337
Since this PR, odoo 18.0 has a similar feature to pos_lot_selection so it is no longer needed
pos_auto_invoice: https://github.com/OCA/pos/pull/1456
pos_stock_available_online https://github.com/OCA/pos/pull/1457
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