Daily updates from Odoo
Friday, January 9, 2015
3 changes · master
New functionality added to Odoo
Adds a new planner tool to help users configure Odoo quickly, with a dedicated CRM planner for sales setup. It guides teams through defining sales strategy, objectives, leads, KPIs, and related CRM configuration so businesses can get started faster.
Original PR description
- Task: https://www.odoo.com/web/#id=8592&view_type=form&model=project.task&menu_id=3942&action=327 - Pad: https://pad.odoo.com/p/r.4BHh6hQdZ4GPR2qE
Enhancements to existing features
The online shop now uses the same category information when customers browse the shop and when they open individual product pages. This improves consistency across the shopping experience and helps avoid mismatched category behavior.
Resolved issues and error corrections
Users can now create or delete attachments based on their ability to edit the related business record, avoiding incorrect access errors when they only need to view records. This fixes attachment handling on documents such as sales orders and makes permissions behave more consistently.
Original PR description
…address an issue where users could not delete an attachment on sales orders. This previous fix checks for write access even when requesting read access, throwing false positive access errors. Unlinking attachments shoud be considered as a write to the resource and not an unlink. This fix corrects the behaviour of ir_attachment. Task: https://www.odoo.com/web#id=11467&view_type=form&model=project.task&action=327 Pad: https://pad.odoo.com/p/r.Jnkcr23GckC9oDTx