Daily updates from Odoo
Thursday, March 24, 2022
5 changes · master
Enhancements to existing features
The embedded spreadsheet tool in Documents has been updated to better handle formulas that use the percent symbol. This helps users work with percentage-based calculations more reliably in spreadsheets stored in Odoo Documents.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/c2a9bbac [IMP] formulas : handle % symbol in formulas
Users can now turn a helpdesk ticket into a project task, or convert a task back into a helpdesk ticket, without manually copying details. This saves time and helps route customer feedback, investigations, or bugs to the right team faster.
Original PR description
In some cases, a ticket can lead to the creation of tasks. For instance: - the customer submitted a suggestion/feedback that is forwarded to the R&D - the ticket needs further investigation from an expert team, outside of the support It can also be the case the other way around. For example, a customer might report a weird behavior to the R&D, that turns out to be a bug that needs to be forwarded to the helpdesk. Currently, the user has to manually create the record and copy all the information by hand. This is annoying and time consuming. This PR adds an action to directly convert a ticket into a task, and vice versa. Task 2687048
The Mongolian financial reports now include profit and loss results and better account coverage. This gives businesses a more complete and accurate view of financial performance and position for local reporting needs.
Original PR description
Improve financial report by including the p&l result, and making sure all relevant accounts are present in them. Task id #2585627
Digest email images are now hosted on Odoo's servers instead of being stored inside each customer database. This keeps marketing and guidance images visible in previously sent emails even after a trial or database has expired.
Original PR description
Purpose ======= Pictures from the digest emails are currently stored on the database itself, meaning that if the database expires (e.g. after trial expires) all pictures from previously sent emails won't be visible. This is an issue since digest tips are meant as a marketing tool to bring people to Odoo after trying a database. Pictures are now stored on Odoo's server (https://download.odoocdn.com/digests) so that the pictures will still be visible after the database has expired. Changes in the URL were made in PR in v15, this PR deletes all pictures from repository. Task-2372195
The Finnish balance sheet and profit and loss reports were updated to use more reliable account codes instead of optional account tags. English versions of both reports were also added, making them easier to use for international teams.
Original PR description
Build Finnish Balance Sheet with domains on account_id.code rather than account_id.tags; the latter being not required fields. Also add an english version of both reports. Task id #2520452