Daily updates from Odoo
Friday, July 8, 2022
1 change · master
Code cleanup and technical improvements
Accounting account categories were simplified by replacing a separate account type model with a direct account type field. This reduces configuration complexity and updates related accounting workflows such as reconciliation, assets, transfers, and consolidation to use the new structure.
Original PR description
Task: 2856281 - Remove user_type_id, account.account.type model, internal_type - Add account_type that is a simple selection field - Move internal_group and include_initial_balance to account.account - Because of these changes, type_control_ids on account.journal is also removed