Daily updates from Odoo
Sunday, February 25, 2024
3 changes · master
Miscellaneous changes
*datev_reports,pos_cert,pos_res_cert,reports After 15.0, part of the German localization modules have been moved to the DIN5008 modules to be shared with other countries. We migrate the translations here to the correct modules in the versions after 15.0 and complete missing ones. opw-3669388 Related to https://github.com/odoo/odoo/pull/153845 Forward-Port-Of: odoo/enterprise#57380 Forward-Port-Of: odoo/enterprise#56503
Original PR description
*datev_reports,pos_cert,pos_res_cert,reports After 15.0, part of the German localization modules have been moved to the DIN5008 modules to be shared with other countries. We migrate the translations here to the correct modules in the versions after 15.0 and complete missing ones. opw-3669388 Related to https://github.com/odoo/odoo/pull/153845 Forward-Port-Of: odoo/enterprise#57380 Forward-Port-Of: odoo/enterprise#56503
Steps to reproduce: - Install eCommerce Rental module - For a rentable product add an optional product - Now go to the shop and to the rentable product - Select the rental period to a week for exemple - Click on "add to cart" Issues: The price is right but the duration displayed is wrong. Solution: The info are updated by this code: https://github.com/odoo/enterprise/blob/7172d0cd24dbfd9efcb01a793b8e30b797159903/website_sale_renting/static/src/js/variant_mixin.js#L44-L46. Since
Original PR description
Steps to reproduce: - Install eCommerce Rental module - For a rentable product add an optional product - Now go to the shop and to the rentable product - Select the rental period to a week for exemple - Click on "add to cart" Issues: The price is right but the duration displayed is wrong. Solution: The info are updated by this code: https://github.com/odoo/enterprise/blob/7172d0cd24dbfd9efcb01a793b8e30b797159903/website_sale_renting/static/src/js/variant_mixin.js#L44-L46. Since we didn't have the o_renting_details parent the code couldn't put the right info. opw-3730055 Forward-Port-Of: odoo/enterprise#57297 Forward-Port-Of: odoo/enterprise#56715
Currently if demo data is not installed, the planning tour will be blocked at the Publish & Send part since there are no shift assigned to an employee. To allow the tour to run even without any demo data, we need to add an employee and make sure that the user assigns a shift to this employee This should be forward ported from 15.0 to master on every stable version Task-3617611 Forward-Port-Of: odoo/enterprise#57260 Forward-Port-Of: odoo/enterprise#53411
Original PR description
Currently if demo data is not installed, the planning tour will be blocked at the Publish & Send part since there are no shift assigned to an employee. To allow the tour to run even without any demo data, we need to add an employee and make sure that the user assigns a shift to this employee This should be forward ported from 15.0 to master on every stable version Task-3617611 Forward-Port-Of: odoo/enterprise#57260 Forward-Port-Of: odoo/enterprise#53411