Change 1 of 45
Accounting Firms mode settings
The "Accounting Firms mode" settings have been updated to increase their flexibility.
Official Odoo 20 release note
In plain words
The old single "Accounting Firms mode" dropdown is split into three separate company settings: Quick encoding (the "Total (tax inc.)" field that builds lines for you), Document's sequence editable, and Review data. You can now turn on only the parts you need.
Where to find it
- Accounting > Configuration > Settings
- Scroll to the Accounting Firms mode block.
For users
Settings show three independent checkboxes under Accounting Firms mode instead of one selection.
For developers
New company fields quick_edit_mode_enabled, document_sequence_editable and set_to_review_documents; quick_edit_mode is now only shown when quick encoding is enabled.
Upgrading from Odoo 19
Code that tested quick_edit_mode alone to decide if sequences are editable should check document_sequence_editable instead.
