Daily updates from Odoo
Wednesday, November 26, 2014
6 changes · master
Enhancements to existing features
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 :
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.