Daily updates from Odoo
Monday, August 19, 2019
8 changes
Resolved issues and error corrections
This update removes leftover debugging code from the restaurant point of sale module. It keeps the codebase cleaner and helps avoid confusion for future maintenance, with no expected change for everyday users.
Original PR description
Forgot to remove unused function with pudb in a248171d96de3ad6d8e22c855886dfae61e145e2 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an issue where the Sales CRM area used the wrong date field after a recent change. It helps keep sales reporting and related CRM information aligned with the correct dates.
This fixes an error that could occur when adding a new section to an online course from the website. Course managers can now organize course content into sections without being interrupted by a system traceback.
Original PR description
Description of the issue/feature this PR addresses: Task ID: https://www.odoo.com/web?#id=2053822&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Receipt styling now loads correctly in Point of Sale, so printed receipts use the expected layout. This prevents formatting problems that could cause receipt printing to fail for cashiers and customers.
Original PR description
The CSS for receipts to be printed was not loaded correctly in the POS. The format of the receipt was wrong and the printing failed. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Returned delivery items are now correctly marked so sales orders automatically reduce the delivered quantity when a refund return is created. This keeps sales and inventory records aligned and helps prevent incorrect refund or fulfillment information.
Original PR description
When create a return from a delivery order, the field `to_return` must be True, so the delivered quantity of the sale order will be updated by default. But it wasn't the case before this commit ! Thus, adds a test to be aware in the case something goes wrong again. Task #2050183
The Salary Package Configurator app now uses the same Human Resources category label as related payroll apps. This prevents duplicate app categories and makes the apps list cleaner and easier to navigate.
Original PR description
See https://github.com/odoo/odoo/issues/34531 Fixes https://github.com/odoo/odoo/issues/34531 It fixes the following issue: > This is because the app hr_contract_salary has "Human Resource" in its manifest while the app l10n_in_hr_payroll has "Human Resources" in its manifest.
This update fixes a typo in the map settings description and adds missing translated text. It helps users see clearer, properly localized wording when configuring map-related options.
Original PR description
Fixes a typo in the field description and adds missing translation terms
Merchant receipts in Point of Sale are now sent to the IoT Box using the correct check. This ensures businesses receive the expected printed merchant copy after payments, reducing missed paperwork and manual reprints.
Original PR description
We didn't check the correct variable before sending the receipts for merchants to the IoT Box to be printed.