Sunday, July 21, 2024
2 changes · master
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