Wednesday, October 7, 2015
8 changes · master
New functionality added to Odoo
Survey users now see a clear warning near the action button when required questions have not been answered. This helps respondents understand why they cannot proceed and reduces confusion during survey completion.
Original PR description
…s are not filled Task: https://www.odoo.com/web#id=12986&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.9hjyyZIhX1xjovmg
Enhancements to existing features
Manufacturing users get clearer product information when working with bills of materials and better default units in the production wizard. The change also helps prevent mistakes by blocking a bill of materials from using the same product as one of its component lines.
Original PR description
Hello. with this PR different change in bom 1: from product form product templete and product name for perticular BOM 2: default uom in produce wizard 3: constraint on bom cant chose same product in bom line Pad: https://pad.odoo.com/p/r.2mFi8T3Glc9dBfln Task: https://www.odoo.com/web#id=12478&view_type=form&model=project.task&action=327 Thanks
This update adds and improves quick action buttons on many Odoo forms so users can jump directly to related records such as invoices, orders, statistics, contracts, and previews. It reduces navigation time and makes key business information easier to find from the relevant customer, supplier, HR, inventory, project, and website screens.
Original PR description
Task - https://www.odoo.com/web?#id=19565&view_type=form&model=project.task&menu_id=3942&action=327 Task Pad - https://pad.odoo.com/p/r.pV9Sp1Daa0Hzb9dZ
The website customization menu now better handles parent and child template options. When a parent menu option is disabled, its child options are also disabled, reducing confusion and preventing inconsistent website settings.
Original PR description
...d childs menu option must be false if parent menu option is set false in customize menu Task: https://www.odoo.com/web#id=12298&view_type=form&model=project.task&action=333&active_id=131 Pad: https://pad.odoo.com/p/r.mba2VdtRZCyy7RYS
Resolved issues and error corrections
This fixes a naming conflict in the gamification goal update process that could interfere with Odoo's internal update behavior. It helps ensure challenge and goal updates run reliably without unexpected errors for users managing gamification features.
Original PR description
`update` is a method from the ORM with a different signature. Avoid name clash. Issue 646610 _TODO: check if don't need to merge this in earlier version_
Features or functions removed from Odoo
The unused Marketing module has been removed because it was no longer providing value. This may affect related marketing capabilities and has a corresponding enterprise-side update to keep editions aligned.
Original PR description
https://www.odoo.com/web#id=12044&view_type=form&model=project.task&menu_id=3942&action=327
An outdated marketing-related website lead scoring module was removed because it was no longer useful. This simplifies the product by eliminating unused functionality and related configuration, with a matching change required in the main Odoo codebase.
Original PR description
This commit requires its counterpart in odoo/odoo
Code cleanup and technical improvements
This update modernizes how products, price lists, units of measure, and product attributes are handled across Odoo. It supports cleaner maintenance and more consistent behavior in connected areas such as accounting, CRM, delivery, events, expenses, manufacturing, and memberships.