Daily updates from Odoo
Tuesday, September 22, 2015
3 changes · master
Code cleanup and technical improvements
The expense management app has been reworked to remove the old expense line structure and streamline how expenses are submitted and processed. Users can now submit multiple expenses together and generate a single accounting entry, reducing manual work and improving usability.
Original PR description
[REM] hr_expense: remove hr_expense_line concept [REM] hr_expense: remove all stuffs related hr_expense_line [REM] hr_expense: remove workflow and posgress view [ADD] added server action for submit multiple expense and genrate single accounting entry at a time Task: https://www.odoo.com/web?#id=9989&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.bd4JuNZUZclDd9oL
The sale services area was reorganized and updated to use Odoo's newer development framework. This should make the feature easier to maintain and more reliable over time, without introducing major visible changes for users.
Original PR description
Task: https://www.odoo.com/web#id=13741&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.VbuOmLp8P5Am3iyH
Deferred revenue management is now presented as a separate Odoo module, while the underlying accounting logic remains shared with asset management. This makes the feature easier to find, install, and manage separately without changing the core processing behavior.
Original PR description
Deferred revenues management is now a new module. All the logic stays in account_asset but the specific menus and views are in this new module (account_deferred_revenue)