Wednesday, July 15, 2026
3 changes · 19.0
Enhancements to existing features
Imported XML invoices can include technical codes inside note fields. This update hides those codes from the invoice form so users see cleaner, more business-friendly invoice notes.
Original PR description
When importing an xml, in the notes you can have codes. We don't want them to be shown in the form view of invoice. task-6365267 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The French accounting chart now includes additional 2026 plan accounts for impairments on tangible fixed assets. This helps keep French financial reporting aligned with official account mappings and reduces manual adjustments.
Original PR description
Add the missing 2912, 2913, 2914, and 2915 accounts from the 2026 PCG so the French chart matches the balance sheet impairment mappings for tangible fixed assets. task-6226138 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The journal creation wizard can now be navigated with keyboard arrow keys, making setup faster and easier for users who prefer keyboard workflows. This improves accessibility and efficiency during accounting configuration without changing the underlying process.
Original PR description
This commit aims to allow for navigation through the journal create wizard via keybaord arrows. Related Odoofin PR: https://github.com/odoo/odoofin/pull/502 task-5796200