Sunday, July 21, 2024
3 changes · saas-17.2
Miscellaneous changes
… node This [commit](https://github.com/odoo/enterprise/commit/42534b4d035f8dd02b3fd6bf330fefe5b4a31c45) introduced the new version 3.1 of the Delivery Guide. It also introduced an unwanted Traceback when generating the Delivery Guide using 'No Federal Highways' as 'Transport Type', since the CartaPorte node is only rendered in the XML when using 'Federal Transport'. no-task (internal feedback) Forward-Port-Of: odoo/enterprise#67017 Forward-Port-Of: odoo/enterprise#66828
Original PR description
… node This [commit](https://github.com/odoo/enterprise/commit/42534b4d035f8dd02b3fd6bf330fefe5b4a31c45) introduced the new version 3.1 of the Delivery Guide. It also introduced an unwanted Traceback when generating the Delivery Guide using 'No Federal Highways' as 'Transport Type', since the CartaPorte node is only rendered in the XML when using 'Federal Transport'. no-task (internal feedback) Forward-Port-Of: odoo/enterprise#67017 Forward-Port-Of: odoo/enterprise#66828
Description of the issue/behavior this commit fixes: Specific instances of fiscal positions using country groups instead of countries, we can have fiscal positions that should be displayed in the Tax Report which end up not being shown and selectable. --- Desired behavior after the commit is merged: This commit fixes the FP that are excluded from the fiscal position selector. --- Community PR: https://github.com/odoo/odoo/pull/133749 task-3088020 Forward-Port-Of: odoo/enterpr
Original PR description
Description of the issue/behavior this commit fixes: Specific instances of fiscal positions using country groups instead of countries, we can have fiscal positions that should be displayed in the Tax Report which end up not being shown and selectable. --- Desired behavior after the commit is merged: This commit fixes the FP that are excluded from the fiscal position selector. --- Community PR: https://github.com/odoo/odoo/pull/133749 task-3088020 Forward-Port-Of: odoo/enterprise#67065 Forward-Port-Of: odoo/enterprise#61969
Description of the issue/behavior this commit addresses: The restrictions on fiscal positions using a foreign VAT are too restricitve, this commits addresses the issue by allowing new scenarios. --- Desired behavior after the commit is merged : This commit allows to use a foreign VAT with only a country group which will automatically set the corresponding country on the FP. For example, you can now use a Belgian VAT number on the country group Europe and therefore use that fiscal
Original PR description
Description of the issue/behavior this commit addresses: The restrictions on fiscal positions using a foreign VAT are too restricitve, this commits addresses the issue by allowing new scenarios. ---…
Description of the issue/behavior this commit addresses: The restrictions on fiscal positions using a foreign VAT are too restricitve, this commits addresses the issue by allowing new scenarios. --- Desired behavior after the commit is merged : This commit allows to use a foreign VAT with only a country group which will automatically set the corresponding country on the FP. For example, you can now use a Belgian VAT number on the country group Europe and therefore use that fiscal positions for all countries in Europe which do not have their own. On a fiscal position with a foreign VAT, this commit allows the user to set a country which is not the country linked to the foreign VAT. For example, if you are belgian, you have a warehouse in France and export goods to Germany, you can create a fiscal position with a french foreign vat and germany as country. This commit also allows a lot more "duplicates". You can set multiple FP inside the same country depending on the states/foreign vat you set it up with. --- enterprise: https://github.com/odoo/enterprise/pull/61969 task-3088020 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#173976 Forward-Port-Of: odoo/odoo#133749