Thursday, August 20, 2015
4 changes
New functionality added to Odoo
This change adds a shared way to determine whether a user is an administrator, covering both the superadmin and ERP manager cases. It reduces duplicated checks across several areas and helps prevent inconsistent access behavior in future changes.
Original PR description
Checks that the provided user (or user in the provided dataset): - is the superadmin - or is a member of group_erp_manager There are a number of hand-rolled "is_admin" checks in the codebase some of which are fairly gnarly. The shortcut provides a single point of contact, avoids forgetting about cases (e.g. SUPERUSER_ID) and is relatively convenient when checking a user which is not the "current" user. /cc @odony @tde-banana-odoo @rco-odoo
Enhancements to existing features
Code cleanup and technical improvements
The website_gengo module was migrated to Odoo's newer internal API, keeping its translation workflow aligned with the current platform architecture. This is mainly a technical modernization that helps maintain compatibility and future maintainability without introducing major business-facing changes.
Original PR description
Task: https://www.odoo.com/web#id=12133&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.tqmPmZmKFb8mr87r
Module descriptions were updated to consistently use the Odoo SA name instead of the former OpenERP SA branding. This keeps product information and company references current across many apps without changing business workflows.
Original PR description
…descriptions TASK : https://www.odoo.com/web#id=20095&view_type=form&model=project.task&action=333&active_id=248 PAD : https://pad.odoo.com/p/r.rIEvXjCp1iWgTi6A
The marketing module has been migrated to Odoo's newer application framework. This is mainly an internal modernization that helps keep the module maintainable and aligned with the rest of the platform, with limited direct impact on day-to-day users.
Original PR description
Task: https://www.odoo.com/web#id=12044&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.CRE90Tas3uv9B2yR