Saturday, July 2, 2022
4 changes · master
Miscellaneous changes
Before this commit When removing the last word of an html container, the last space was not transformed into an `nbsp`. This caused google chrome to not render the space. Task-2809312 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#94894 Forward-Port-Of: odoo/odoo#93811
Original PR description
Before this commit When removing the last word of an html container, the last space was not transformed into an `nbsp`. This caused google chrome to not render the space. Task-2809312 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#94894 Forward-Port-Of: odoo/odoo#93811
When sending an invoice to the SII edi, the field TipoDesglose is required. In case we have a foreign customer outside of Spain, we are filtering the taxes information based on the tax scope (services or goods). In case the tax scope is not filled in, TipoDesglose is not provided and this will cause the request to fail, with no clear reason for the user. We should add an UserError message to make it clear enough so the user can fix it himself. Description of the issue/feature this PR ad
Original PR description
When sending an invoice to the SII edi, the field TipoDesglose is required. In case we have a foreign customer outside of Spain, we are filtering the taxes information based on the tax scope (services or goods). In case the tax scope is not filled in, TipoDesglose is not provided and this will cause the request to fail, with no clear reason for the user. We should add an UserError message to make it clear enough so the user can fix it himself. Description of the issue/feature this PR addresses: opw-2886985 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 Forward-Port-Of: odoo/odoo#95122 Forward-Port-Of: odoo/odoo#94688
Forward-Port-Of: odoo/odoo#95157 Forward-Port-Of: odoo/odoo#95109
Original PR description
Forward-Port-Of: odoo/odoo#95157 Forward-Port-Of: odoo/odoo#95109
Cause: The tests fails because the expected price is not the right one. It is because that when installing the l10n module, it changed the current company currency (if no localization set) but not the pricelist. Solution: For the tests, change pricelist currency of the main website with company currency. opw-2899730 Forward-Port-Of: odoo/odoo#94983
Original PR description
Cause: The tests fails because the expected price is not the right one. It is because that when installing the l10n module, it changed the current company currency (if no localization set) but not the pricelist. Solution: For the tests, change pricelist currency of the main website with company currency. opw-2899730 Forward-Port-Of: odoo/odoo#94983