Daily updates from Odoo
Navigate
Branch
Friday, September 26, 2014
4 changes
Enhancements to existing features
Chatter now loads more messages as users scroll, making it easier to browse past conversation history without a separate action. This improves day-to-day usability in records that have many messages, with test coverage added to help keep the behavior reliable.
Original PR description
ADD: -> load chatter messages on scroll. -> Test case for chatter message on scroll. -> Changelog. Task:https://openerp.my.openerp.com/web#id=6729&view_type=form&model=project.task&menu_id=3942&action=327 Pad link : https://pad.odoo.com/p/r.q6QePBp6BFlNfBEg
Resolved issues and error corrections
Installing the Document module has been corrected so it no longer triggers an error during setup. This helps businesses enable document management without needing technical workarounds or interrupted deployment.
Original PR description
fix: #2005 - Traceback when installing module "document" thanks rba-odoo
This change corrects a problem that could prevent the website quote feature from installing properly. It helps ensure sales teams can enable online quotation functionality without setup errors.
Original PR description
- Task: https://www.odoo.com/web#id=9933&view_type=form&model=project.task&menu_id=3942&action=327 - Pad: https://pad.odoo.com/p/r.R3sNMEHntGqxsewi
This change prevents an error that could occur while setting up accounting through the installer. It helps users complete accounting configuration more reliably without unexpected interruptions.
Original PR description
- [settings] account installer traceback thanks rba-odoo