Daily updates from Odoo
Navigate
Branch
Monday, February 9, 2015
2 changes
New functionality added to Odoo
This change adds a new documentation section that sets up the structure for Odoo coding guidelines. It helps teams build toward clearer development standards, which can improve consistency and onboarding over time.
Original PR description
- Task: https://www.odoo.com/web#id=11505&view_type=form&model=project.task&action=333&active_id=133 - Pad: https://pad.odoo.com/p/r.41xKm69JoLoSqCCS
Enhancements to existing features
Odoo now avoids enabling a background server mode when a debugger is detected, preventing development sessions from freezing. This helps developers troubleshoot issues more reliably without changing day-to-day business workflows.
Original PR description
When debugging in Eclipse/PyDev with gevent installed, the debugger stalls when GEventServer is started. If we detect something is intercepting tracebacks, we should disable gevent.