Daily updates from Odoo
Navigate
Branch
Thursday, June 24, 2021
7 changes
Code cleanup and technical improvements
German tax identification fields have been moved from the German point-of-sale certification area to the broader German localization module. This makes the information available in the more appropriate place for German businesses, without changing day-to-day workflows.
Original PR description
…10n_de` module These fields are more relevant in the German localization rather than the German POS localization Related community PR: https://github.com/odoo/odoo/pull/72590
Miscellaneous changes
…quisitions There was a typo which led to an error in the calculation of the depreciation table totals, for the total_acquisitions value. Forward-Port-Of: odoo/enterprise#19223
Original PR description
…quisitions There was a typo which led to an error in the calculation of the depreciation table totals, for the total_acquisitions value. Forward-Port-Of: odoo/enterprise#19223
Old account has been dropped by DHL. Here is the new one. Forward-Port-Of: odoo/enterprise#19213 Forward-Port-Of: odoo/enterprise#19184
Original PR description
Old account has been dropped by DHL. Here is the new one. Forward-Port-Of: odoo/enterprise#19213 Forward-Port-Of: odoo/enterprise#19184
Forward-Port-Of: odoo/enterprise#19192 Forward-Port-Of: odoo/enterprise#19060
Original PR description
Forward-Port-Of: odoo/enterprise#19192 Forward-Port-Of: odoo/enterprise#19060
Task 2469086 Forward-Port-Of: odoo/enterprise#18337 Forward-Port-Of: odoo/enterprise#17957
Original PR description
Task 2469086 Forward-Port-Of: odoo/enterprise#18337 Forward-Port-Of: odoo/enterprise#17957
This reverts commit 5291022580025633fd868c74da01570b543b641a. Commit fixing a test that was green before, and red after... See comments on PR #17543 Forward-Port-Of: odoo/enterprise#19135
Original PR description
This reverts commit 5291022580025633fd868c74da01570b543b641a. Commit fixing a test that was green before, and red after... See comments on PR #17543 Forward-Port-Of: odoo/enterprise#19135
**Encoding issue on the '_at_mention_analyser' function** Impacted versions: - saas-14.3 Steps to reproduce: 1. On a task, create a next activity for someone else 2. As admin, create a next activity for demo user 3. Save it -> Crash Current behavior: - The system throws an exception: `TypeError: cannot use a string pattern on a bytes-like object` Expected behavior: - The system should decode the bytearray into a string and not raise an exception ---
Original PR description
**Encoding issue on the '_at_mention_analyser' function** Impacted versions: - saas-14.3 Steps to reproduce: 1. On a task, create a next activity for someone else 2. As admin, create a next activity for demo user 3. Save it -> Crash Current behavior: - The system throws an exception: `TypeError: cannot use a string pattern on a bytes-like object` Expected behavior: - The system should decode the bytearray into a string and not raise an exception --- Task id: 2547442 Forward-Port-Of: odoo/enterprise#18842