Friday, March 26, 2021
8 changes · master
Resolved issues and error corrections
This fixes the Belgian salary package configuration for hospital insurance so the benefit is handled correctly. It helps ensure employee salary offers and related HR contract details reflect the proper insurance option.
Miscellaneous changes
cc @jco-odoo @ren-odoo Forward-Port-Of: odoo/enterprise#17312
Original PR description
cc @jco-odoo @ren-odoo Forward-Port-Of: odoo/enterprise#17312
We should call get_warnings on each record in the loop instead of on the whole recordset to avoid a singleton error. opw-2485914 Forward-Port-Of: odoo/enterprise#17314
Original PR description
We should call get_warnings on each record in the loop instead of on the whole recordset to avoid a singleton error. opw-2485914 Forward-Port-Of: odoo/enterprise#17314
Before this commit, on mobile with an RTL language, the "back-arrow" in the breadcrumb wasn't pointing to the right direction (i.e. kept the left direction of LTR language). This commit properly rotates it depending on the language direction. Steps to reproduce: 1. Login with an user with RTL language (like Arabic) 2. Go to project apps > 3. Open a task 4. The display arrow for going back to the previous view isn't in the right position => Bug Task ID: 2361323 Forward-Port-Of:
Original PR description
Before this commit, on mobile with an RTL language, the "back-arrow" in the breadcrumb wasn't pointing to the right direction (i.e. kept the left direction of LTR language). This commit properly rotates it depending on the language direction. Steps to reproduce: 1. Login with an user with RTL language (like Arabic) 2. Go to project apps > 3. Open a task 4. The display arrow for going back to the previous view isn't in the right position => Bug Task ID: 2361323 Forward-Port-Of: odoo/enterprise#17285
This solves a problem in test data for document type 110 (lack of city "Scranton" Forward-Port-Of: odoo/enterprise#17226
Original PR description
This solves a problem in test data for document type 110 (lack of city "Scranton" Forward-Port-Of: odoo/enterprise#17226
### Task 452 **Description of the issue/feature this PR addresses:** For the new service digital VAT Book from AFIP, it is mandatory present the txt files preserving the original amount for each currency **Current behavior before PR:** If you have an invoice with a different currency than the one in your company, when you get the txt files to import in AFIP the values are translated to the company currency. **Desired behavior after PR is merged:** If you have an invoice with a diffe
Original PR description
### Task 452 **Description of the issue/feature this PR addresses:** For the new service digital VAT Book from AFIP, it is mandatory present the txt files preserving the original amount for each currency **Current behavior before PR:** If you have an invoice with a different currency than the one in your company, when you get the txt files to import in AFIP the values are translated to the company currency. **Desired behavior after PR is merged:** If you have an invoice with a different currency than the one in your company, when you get the txt files to import in AFIP it keeps the original amounts. Forward-Port-Of: odoo/enterprise#15911
Currently, the timer is not displayed as running in kanban view of timesheet even it's started. So in this commit, * Prevent that the timer is only shown after 1 sec when page is loaded by outsourcing the refresh functionnality and caling it directly before creating the interval. * Ensure that the time is always correct (even when blocking the JS thread like in debug, or who knows for any reason) by computing it in each interval. * Move the layout change before the interval star
Original PR description
Currently, the timer is not displayed as running in kanban view of timesheet even it's started. So in this commit, * Prevent that the timer is only shown after 1 sec when page is loaded by outsourcing the refresh functionnality and caling it directly before creating the interval. * Ensure that the time is always correct (even when blocking the JS thread like in debug, or who knows for any reason) by computing it in each interval. * Move the layout change before the interval starts TaskId : 2472756 Forward-Port-Of: odoo/enterprise#17304
- Go to Accounting > Customers > Invoices - Create an invoice and register paymnent - Go to Accounting > Reporting > Cash Flow Statement The account move lines linked to the payment do not appear in the report. Since this commit https://github.com/odoo/enterprise/commit/faa703057fbcd4036befc8654dd2816e529397ec#diff-2b5df4f7b5c6c8a0138101b2f104476c8fe0cab00191df361073176158fcf742R118, only the account move lines linked to the default account of the journal are displayed. opw-2451173 Fo
Original PR description
- Go to Accounting > Customers > Invoices - Create an invoice and register paymnent - Go to Accounting > Reporting > Cash Flow Statement The account move lines linked to the payment do not appear in the report. Since this commit https://github.com/odoo/enterprise/commit/faa703057fbcd4036befc8654dd2816e529397ec#diff-2b5df4f7b5c6c8a0138101b2f104476c8fe0cab00191df361073176158fcf742R118, only the account move lines linked to the default account of the journal are displayed. opw-2451173 Forward-Port-Of: odoo/enterprise#17202