Tuesday, December 10, 2024
2 changes · master
Enhancements to existing features
Australian TPAR taxes, fiscal positions, and reporting are moved out of the standard Australian accounting setup into an optional child chart of accounts. This keeps the default setup lighter for most Australian businesses while still allowing companies that need TPAR support to add it later.
Original PR description
The TPAR taxes, fiscal positions and report are not something that is used by most companies in Australia. As of now, 18 out of 35 taxes in the Australian package are TPAR taxes. This doesn't make much sense to install so much data for it to be useless by most users. So we will instead put the TPAR data into a child COA, that can be installed if needed. This PR also contains a commit that allows to install a child chart template when a company is using a parent one, in order to allow installing additional data later on if it becomes needed. Task id #4062853
Odoo Studio now uses the newer URL format so users keep a clearer navigation path and breadcrumb history while editing. This makes moving between screens more reliable, including cases where Studio opens from views without a saved underlying action.
Original PR description
Supports action stack in url, navigation is better, actions and breadcrumbs are btter handled and can be respawn. task-4356704