Daily updates from Odoo
Friday, September 2, 2016
7 changes
Code cleanup and technical improvements
This change updates the system’s internal framework name from “openerp” to “odoo” across the codebase. It helps keep the product’s technical foundation aligned with the Odoo brand while preserving existing business functionality.
Original PR description
- Rename the module - Adapt imports in the framework - Adapt import hooks
The website recruitment app has been migrated to Odoo's newer application framework. This helps keep the hiring website functionality maintainable and aligned with current platform standards, with no major change expected for end users.
Original PR description
Task : https://www.odoo.com/web/#id=12028&view_type=form&model=project.task&menu_id=3942&action=327 Pad : https://pad.odoo.com/p/r.CFZ51hLERFpk5s06
The account budgeting module was migrated to Odoo's newer internal framework and its files were reorganized. This should make the budgeting feature easier to maintain and test, while preserving the existing business functionality for users.
Original PR description
Task: https://www.odoo.com/web?#id=12160&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.3425f60cbab97845a13fcc165ff3657d
The CRM partner assignment module was updated to Odoo's newer internal framework while keeping its business purpose intact. This should make the module easier to maintain and more reliable for future improvements, with minimal direct impact on everyday users.
Original PR description
Task: https://www.odoo.com/web#id=12139&view_type=form&model=project.task&action=327 Pad: https://pad.odoo.com/p/r.fPuJnMpZkc0rcB75
The Gengo translation module was reorganized and migrated to Odoo's newer internal framework. This helps keep the translation integration maintainable and aligned with current platform standards, with limited expected impact on day-to-day users.
Original PR description
Task: https://www.odoo.com/web#id=12209&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.4YJMn6R8itJDcfnQ
The point of sale loyalty module has been reorganized and migrated to Odoo's newer application framework. This keeps loyalty features maintainable and aligned with current platform standards without introducing a major functional change for users.
Original PR description
Task: https://www.odoo.com/web#id=13731&view_type=form&model=project.task&action=327 Pad: https://pad.odoo.com/p/r.NmkjQTXj345Cnydy
This update aligns several business flows with recent platform changes by removing outdated workflow calls. It helps keep sales, purchasing, accounting, subscriptions, and portal-related processes compatible and reduces the risk of errors from obsolete automation hooks.
Original PR description
- adaptation to removal of workflows in community modules. (PR: https://github.com/odoo/odoo/pull/13103 ) - correction of already removed workflow calls. (purchase.order, sale.order)