Daily updates from Odoo
Navigate
Branch
Wednesday, November 26, 2014
9 changes
New functionality added to Odoo
Adds tools for creating alternate website versions and running A/B experiments, helping teams test page changes before promoting the best version. This supports safer website updates and more data-driven optimization of visitor experiences.
Original PR description
Review.
Enhancements to existing features
Project and CRM users can now manage how columns or stages behave in Kanban views, making it easier to organize work and sales opportunities. This helps teams keep pipelines and project boards cleaner and more consistent across related apps.
Original PR description
- Task: https://www.odoo.com/web#id=8545&view_type=form&model=project.task&menu_id=3942&action=327 - Pad: https://pad.odoo.com/p/r.PJlXkLVOd4QZaxGR
The warehouse inventory quantity form no longer shows create or edit buttons. This helps prevent users from making changes in a place where those actions may be inappropriate, reducing accidental inventory data edits.
Original PR description
Fixed in #3583 :
This update enables businesses to run and configure multiple websites from the same Odoo system. It helps organizations manage separate brands, regions, or campaigns more efficiently while sharing the same backend platform.
Resolved issues and error corrections
This update improves internal test accuracy by comparing decimal amounts in a way that avoids false failures caused by tiny rounding differences. It also standardizes test wording, helping developers maintain the affected business apps more consistently.
Original PR description
- replace assertEquals by assertEqual for uniformity - replace assertEqual(a, b) by assertEqual(float_compare(a, b, precision_digits=x), 0)
This update adds the missing reporting dependency needed to install the analytics add-on successfully. It prevents installation errors, helping teams set up the module without manual troubleshooting.
Original PR description
Error while installing odoo with this addon because of the missing dependence report
This update fixes a spelling mistake from “refernece” to “reference” in the payment area. It improves clarity in the codebase with no expected impact on business workflows or customer-facing behavior.
A small typo was corrected in the theme documentation, changing “you content” to “your content.” This improves readability and professionalism for users following the guide.
Original PR description
Line 59 - "You can now add you content" to "You can now add your content".
Miscellaneous changes
There are 15 more locations of the same string, github search says. Last time I marked a multi-located typo at each location, I was told to bundle them - but I still do not know how. If somebody would point me into the right direction, I would gladly do so.
Original PR description
There are 15 more locations of the same string, github search says. Last time I marked a multi-located typo at each location, I was told to bundle them - but I still do not know how. If somebody would point me into the right direction, I would gladly do so.