Daily updates from Odoo
Wednesday, May 6, 2015
1 change · master
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.