Daily updates from Odoo
Wednesday, November 26, 2014
4 changes · master
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".