Thursday, March 26, 2026
2 changes · 18.0
Enhancements to existing features
This update allows users to manually upload CL EDI invoices through a new system, streamlining invoice processing. The system now also automatically extracts specific fuel taxes from these invoices, improving accuracy and reducing manual data entry. This enhancement supports compliance with Chilean regulations.
Original PR description
- Adding the functionality of manually uploading CL EDI documents through fetchmail_server functions. Unrecognized documents are parsed as vendor bills. - Adjusting fetchmail_server behavior to read specific fuel taxes from vendor bills. Can be extended for other taxes. task-4259393
This update enhances budget reporting by automatically including asset accounts (current, non-current, and fixed) in budget tracking. Previously, budget reports only considered expense accounts. This change provides a more complete view of financial performance and allows for better asset management within the Odoo Enterprise system.
Original PR description
Expand the scope of budget tracking to include asset accounts. Modified the account filtering logic so that when a budget type is set to "Expenses" or "Both", the query includes 'asset_current', 'asset_non_current', and 'asset_fixed' account types. task-5994048