Daily updates from Odoo
Wednesday, January 29, 2025
4 changes · 18.0
Enhancements to existing features
Accounting users can now enter several account prefixes in a single analytic plan line, such as 51, 61, and 71 together. This makes analytic plan setup faster and easier to maintain when the same rules apply to multiple account ranges.
Original PR description
This commit allows the user to put multiple accounts prefix on a single analytic plan line. So, if the user want to add the accounts 51000, 61000 and 71000, he can now add this: 51, 61, 71 in the same line. task-4294662
Users can now use “child of” and “parent of” hierarchy filters more easily in the domain selector when the selected relationship field supports them. The selector also supports choosing multiple records for these filters, making it faster to build accurate hierarchical searches.
Original PR description
First commit introduces the allow_hierachy_operators description on relational fields while second commit allows to use the hierarchical operators (child_of/parent_of) on these fields inside the domain selector while also allowing multiselection with these operators. task-4492974
This update makes small visual refinements across Odoo Discuss, live chat, and messaging elements so key content is easier to focus on. It improves spacing, contrast, badge sizing, hover states, and dark-theme readability for a cleaner day-to-day communication experience.
Ecuadorian localization now supports creating purchase withholding documents when companies distribute dividends to shareholders from a closed fiscal period. This helps businesses meet local electronic reporting and tax withholding requirements for dividend payments more consistently.
Original PR description
Implement dividens in purchase withholdings. When a company pays its shareholders some profits from the closed fiscal period, there is also a Purchase WTH needs to be created. task: 865