Daily updates from Odoo
Navigate
Branch
Saturday, August 27, 2022
8 changes
Enhancements to existing features
This update brings the spreadsheet engine up to date, improving Excel export behavior and adding a more flexible color picker for custom colors. It also fixes an issue where large-number formatting could incorrectly remove decimal values, helping preserve accurate spreadsheet presentation.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/aeb309a3 [IMP] xlsx: export data from both Core and UI plugins https://github.com/odoo/o-spreadsheet/commit/8526d1f2 [IMP] model: does not allow to use ui getters in a core plugin https://github.com/odoo/o-spreadsheet/commit/59485cdd [IMP] components: select custom color with color picker https://github.com/odoo/o-spreadsheet/commit/9275bb55 [FIX] formulas: `FORMAT.LARGE.NUMBER` format purges decimals
The accounting import instructions now include direct buttons to launch the WinBooks and French FEC import wizards. This makes it faster for users to start these specialized data imports from the standard accounting import flow.
Original PR description
A new import template has been added to import data in the `account` module. These modules extend the instructions to include direct buttons to the import wizards. see odoo/odoo#90474 Task-2709470
Key accounting views, including move line lists and activity widgets, were migrated to a newer interface framework. This should improve maintainability and consistency while preserving the main user workflows, with related tests and guided tours adjusted for the transition.
Original PR description
Migrate to owl: move_line_list vat_activity (extension of community) and some code cleanup
Belgian users can now manually import SODA files from CODABOX into Odoo to create miscellaneous journal entries for salary payments. This reduces manual data entry by detecting SODA files during upload or drag-and-drop and creating entries with all included lines.
Original PR description
SODA is a standard file format created by CODABOX to describe the Accounting Entries to create coming from the payment of salaries in Belgium. Users in Belgium can use CODABOX that serves as an aggregator of data coming from the various Social Secretariat (Partena, Securex, SD Worx, etc), compile them and produce them in that standard format. The objective of this PR is to allow the user to import the SODA files they get from their CODABOX account and import them manually in Odoo to create their Miscelaneous entries. When using Drag & Import or the Upload functionality on Journal Entries or via the Drag & Drop on a Miscellaneous Journal, detect if the file is a SODA and create the appropriate entry with all the lines included. Dependent on l10n_be. Task-2258457
This update improves the user experience around extracting information from expense receipts. It should make the expense submission flow clearer and easier for employees who use receipt scanning.
Resolved issues and error corrections
This corrects a broken mapping used by the Amazon sales integration after a previous change introduced an error. It helps ensure Amazon-related sales operations are matched correctly, reducing the risk of failed or incorrect processing.
Original PR description
Error introduced here: - https://github.com/odoo/enterprise/pull/30175
The Chilean activity description information is moved to the shared localization layer so it is available where online sales require it. This prevents checkout or sales flows from missing a mandatory company/customer detail.
Original PR description
since this value is used as a required field in website sale
Features or functions removed from Odoo
This update rolls back recent cash discount changes because the implementation did not fully cover the intended business process. The team plans to revisit the feature later with a more complete solution, reducing the risk of incomplete behavior in accounting workflows.
Original PR description
Current task is not covered the whole cash discount feature. For now, we decided to revert the current feature and make a new more complete one later. This reverts commit c3f16e8bc4fba7b639cd121d406cb53df60b6eee.