Daily updates from Odoo
Navigate
Branch
Friday, August 21, 2015
8 changes
Enhancements to existing features
The underlying environment object can now be used more like a standard lookup list for models. This makes development work simpler and more consistent, with low direct impact on day-to-day business users.
Original PR description
Add methods `__contains__`, `__iter__` and `__len__` on environments.
Demo records for partners and products were updated and expanded to use American English examples. This makes sample data feel more familiar and realistic for US-oriented users evaluating or demonstrating Odoo.
Original PR description
Hello, Improve and Add partner/product demo data in American English. Thanks, Somesh Khare
This update improves everyday navigation and wording across several Odoo apps, making screens and menus easier to understand. It also adds better demo content and streamlines app organization so users can discover key workflows more easily.
Original PR description
TASK : https://www.odoo.com/web#id=20225&view_type=form&model=project.task&action=333&active_id=248 PAD : https://pad.odoo.com/p/r.wj8hbDLgqPvjCB4w
Administrators can now trigger a scheduled action directly from its configuration screen. This makes it easier to test or run automated jobs on demand without waiting for the next scheduled execution.
Original PR description
TASK : https://www.odoo.com/web#view_type=form&model=project.task&action=333&active_id=248 PAD : https://pad.odoo.com/p/r.TarOjzsombl2aM6k
The Repair functionality is now available as its own app instead of depending on Manufacturing. It now relies on Inventory, making it easier for businesses to use repair workflows without installing the full manufacturing suite.
Original PR description
``` add dependancy to stock. ``` TASK : https://www.odoo.com/web#id=20096&view_type=form&model=project.task&action=333&active_id=248 PAD : https://pad.odoo.com/p/r.myuJEsfRKTWNCmKt
Manufacturing managers now have the necessary permissions to create work centers. This helps authorized manufacturing teams set up or adjust production resources without needing extra administrator support.
Original PR description
TASK : https://www.odoo.com/web#id=20144&view_type=form&model=project.task&action=333&active_id=248 PAD : https://pad.odoo.com/p/r.INMXoNdmFLx9EFYo
Resolved issues and error corrections
The eBay sales connector is no longer shown as a standalone app where it does not belong, making the app switcher clearer for users. The website contract module ordering was also adjusted so related options appear in a more logical sequence.
Original PR description
… switchview TASK : https://www.odoo.com/web#id=20226&view_type=form&model=project.task&action=333&active_id=248 PAD : https://pad.odoo.com/p/r.Th8FrwIj1fnRR2QX
Code cleanup and technical improvements
This update changes how people follow records and receive updates, making channels a lighter way to monitor activity while keeping direct follow-ups focused on items needing action. It also updates related views and filters across HR, CRM, calendar, events, and mail so users see action-needed messages instead of general unread status.