Sunday, March 30, 2025
6 changes · saas-18.2
Resolved issues and error corrections
Small styling issues in Odoo Discuss were corrected to make the messaging interface look more polished and consistent. This helps users experience a smoother, clearer communication workspace without changing existing workflows.
Miscellaneous changes
Before this commit and since https://github.com/odoo/odoo/pull/110188, The people invited to a channel by someone in a call in that channel wouldn't receive a call invitation, as the invitation parameter was omitted during the refactor. This commit fixes this issue. Forward-Port-Of: odoo/odoo#200878 Forward-Port-Of: odoo/odoo#199580
Original PR description
Before this commit and since https://github.com/odoo/odoo/pull/110188, The people invited to a channel by someone in a call in that channel wouldn't receive a call invitation, as the invitation parameter was omitted during the refactor. This commit fixes this issue. Forward-Port-Of: odoo/odoo#200878 Forward-Port-Of: odoo/odoo#199580
When a step in an onboarding tour ask for an edit on an autocomplete input, selecting a dropdown item valid the step. And if the next step was a click on a dropdown item, this step is also validated. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#203519
Original PR description
When a step in an onboarding tour ask for an edit on an autocomplete input, selecting a dropdown item valid the step. And if the next step was a click on a dropdown item, this step is also validated. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#203519
- Introduces a custom report handler for the Italian "Libro Giornale" variant of journal report. - Fetches and processes journal entry data, including date, journal name, labels, debit, credit, and account details. - Builds an SQL query to retrieve and structure accounting transactions in chronological order. - Groups journal entries, formats columns, and calculates total debit and credit values. - Ensures proper date formatting (`YYYY-MM-DD`) and structured report output for complia
Original PR description
- Introduces a custom report handler for the Italian "Libro Giornale" variant of journal report. - Fetches and processes journal entry data, including date, journal name, labels, debit, credit, and account details. - Builds an SQL query to retrieve and structure accounting transactions in chronological order. - Groups journal entries, formats columns, and calculates total debit and credit values. - Ensures proper date formatting (`YYYY-MM-DD`) and structured report output for compliance with Italian accounting standards. - Adds the report generation date to the PDF upon extraction - I have added display_type in the query of journal report to use it in sorting task-4502158 Forward-Port-Of: odoo/enterprise#78746
Commit https://github.com/odoo/enterprise/commit/0461225242188dd64b50a663d54fd9dcbf4a8bae removed the partial namespace, but it should only have been removed for `OsobaNiefizyczna`. Also fixed the `country_code` for foreign VAT companies with the VAT number that does not begin with the `country_code`. Ticket [link](https://www.odoo.com/odoo/project/967/tasks/4502550) opw-4502550 Forward-Port-Of: odoo/enterprise#81359
Original PR description
Commit https://github.com/odoo/enterprise/commit/0461225242188dd64b50a663d54fd9dcbf4a8bae removed the partial namespace, but it should only have been removed for `OsobaNiefizyczna`. Also fixed the `country_code` for foreign VAT companies with the VAT number that does not begin with the `country_code`. Ticket [link](https://www.odoo.com/odoo/project/967/tasks/4502550) opw-4502550 Forward-Port-Of: odoo/enterprise#81359
Since 17.0, and before this commit, when the user navigates from an account report to another page and then comes back to the report through the breadcrumb, the user is brought to the top of the report. In 16.0, the user would be brought to the same position they were looking at. This commit brings this behavior back. task-4578468 Forward-Port-Of: odoo/enterprise#82496 Forward-Port-Of: odoo/enterprise#82072
Original PR description
Since 17.0, and before this commit, when the user navigates from an account report to another page and then comes back to the report through the breadcrumb, the user is brought to the top of the report. In 16.0, the user would be brought to the same position they were looking at. This commit brings this behavior back. task-4578468 Forward-Port-Of: odoo/enterprise#82496 Forward-Port-Of: odoo/enterprise#82072