Navigate
Branch
Wednesday, May 6, 2015
2 changes
Enhancements to existing features
This update brings several usability refinements carried over from the saas6 version across customer-facing and internal workflows. It improves day-to-day navigation and presentation in areas such as online sales, sales documents, recruitment, CRM, calendar, and service sales, helping users complete common tasks more smoothly.
Original PR description
TASK : https://www.odoo.com/web#id=12714&view_type=form&model=project.task&action=333&active_id=248 PAD : https://pad.odoo.com/p/r.7nOj93HUrhBqVPTk
Resolved issues and error corrections
Fixes a typo that prevented the Sale Layout module from installing successfully. This restores the ability to install and use the module without encountering a setup error.
Original PR description
Sale layout module installation fails because of a typo in security/ir.model.access.csv file
Steps to reproduce:
Try to install sale_layout module and it gives this error:
File "/opt/odoo/server/openerp/tools/convert.py", line 963, in convert_csv_import
raise Exception(_('Module loading %s failed: file %s could not be processed:\n %s') % (module, fname, warning_msg))
Exception: Module loading sale_layout failed: file sale_layout/security/ir.model.access.csv could not be processed:
Line 3 : alan
If debugged, it will fail in this line when O is parsed. Changing it to 0 fixes the problem.