Daily updates from Odoo
Monday, August 3, 2015
2 changes · master
Resolved issues and error corrections
The update improves how Odoo handles duplicate invoice number conflicts by turning low-level database errors into clear user-facing messages. This helps users understand and resolve the issue instead of seeing a technical crash when posting invoices or using sequences.
Original PR description
Task: https://www.odoo.com/web?#id=13101&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.qn2720iJzS0eIeb3
This fix prevents the website editor from failing in Firefox when it encounters stylesheets from another domain. Same-domain styles continue to work normally, while restricted external styles are safely skipped so users can keep editing without disruption.
Original PR description
…cssRules, it is due to Cross domain security policy of firefox, used try catch, so that if there is cross domain css then skip it, it should not break the system, atleast it should work for same domain css, cross domain css should skipped Issue: 644757