Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(488)

Delta Between Two Patch Sets: CHANGELOG

Issue 275044: Add decimal digits validation on fields and fix precision errors (Closed)
Left Patch Set: Add round builtins in safe_eval, it will be used in xml Created 15 years, 1 month ago
Right Patch Set: Add unittest for precision of Float and Numeric fields, fix precision on MySQL and SQLite Created 15 years, 1 month ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | README » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 * Fix Float and Numeric for lost of precision with PostgreSQL and SQLite
1 * Add decimal digits validation on fields 2 * Add decimal digits validation on fields
2 * Improve unittests to run trytond from tests 3 * Improve unittests to run trytond from tests
3 Use sqlite as default backend 4 Use sqlite as default backend
4 Add skiptest attribute to data tag 5 Add skiptest attribute to data tag
5 Add option to test_tryton to run tests from all modules 6 Add option to test_tryton to run tests from all modules
6 * Add MySQL backend 7 * Add MySQL backend
7 * Refactoring by validation with pylint 8 * Refactoring by validation with pylint
8 * Modify ondelete attribute of Many2One according to required attribute value 9 * Modify ondelete attribute of Many2One according to required attribute value
9 * Refactor import_data of ModelStorage 10 * Refactor import_data of ModelStorage
10 * Raise exception when search function is missing on Function fields 11 * Raise exception when search function is missing on Function fields
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 * Improve netrpc communication speed 87 * Improve netrpc communication speed
87 * Add contextual domain on inherited views 88 * Add contextual domain on inherited views
88 * Allow to use globals in domain and states 89 * Allow to use globals in domain and states
89 * Add translate attribute on Selection field 90 * Add translate attribute on Selection field
90 * Use explicit join in search SQL query 91 * Use explicit join in search SQL query
91 * Fix for host with IPv6 enable but without default IPv6 route 92 * Fix for host with IPv6 enable but without default IPv6 route
92 * Allow egg installation 93 * Allow egg installation
93 94
94 Version 1.0.0 - 2008-11-17 95 Version 1.0.0 - 2008-11-17
95 * Initial release 96 * Initial release
LEFTRIGHT
« no previous file | README » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b