Sunday, July 21, 2024
3 changes
1 change
Miscellaneous changes
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
2 changes
Enhancements to existing features
The stock reporting logic now uses the module's configured table name instead of assuming a fixed database table. This makes it easier for custom or extended modules to reuse the same reporting code with their own tables, reducing future customization effort.
Original PR description
This allows extending modules to use the same code for new database tables.
Miscellaneous changes
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