Sunday, March 30, 2025
4 changes · saas-18.1
Miscellaneous changes
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
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#199802 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#199802 Forward-Port-Of: odoo/odoo#199580
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
- 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