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

Delta Between Two Patch Sets: CHANGELOG

Issue 3991046: trytond: Allow to use XML file for views (Closed)
Left Patch Set: Update to trunk with little changes for monitoring and add other modules Created 11 years, 7 months ago
Right Patch Set: External some missing views Created 11 years, 6 months 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 | MANIFEST.in » ('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 * Allow to use XML file for views 1 * Allow to use XML file for views
2 * Add RPC definition
3 * Repace BrowseRecord by Model instance
4 * Replace Cache decorator by a simple LRU Cache
5 * Remove Cacheable
6 * Remove _description
7 * Rename _name by __name__
8 * Use class in Pool
9 * Fix search button clause in ModelButton.get_groups (CVE-2012-2238)
10 * Merge all kind of buttons
11 * Use XML id for board action instead of id
12 * Add states attribute to notebook
2 * Allow to use tuple for Reference 13 * Allow to use tuple for Reference
3 * Add constant interpolation on line graph 14 * Add constant interpolation on line graph
4 * Add create/delete field access 15 * Add create/delete field access
5 * Add dynamic size limit on the One2Many, Many2Many and Char 16 * Add dynamic size limit on the One2Many, Many2Many and Char
6 * Replace __tryton__.py by tryton.cfg 17 * Replace __tryton__.py by tryton.cfg
7 * Allow to use Reference field in One2Many & Many2Many 18 * Allow to use Reference field in One2Many & Many2Many
8 * Remove hexmd5 from ModelView.fields_view_get 19 * Remove hexmd5 from ModelView.fields_view_get
9 * Allow client to manage model access 20 * Allow client to manage model access
10 * Add time format validation 21 * Add time format validation
11 * Remove ModelSQL.default_sequence 22 * Remove ModelSQL.default_sequence
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 * Improve netrpc communication speed 211 * Improve netrpc communication speed
201 * Add contextual domain on inherited views 212 * Add contextual domain on inherited views
202 * Allow to use globals in domain and states 213 * Allow to use globals in domain and states
203 * Add translate attribute on Selection field 214 * Add translate attribute on Selection field
204 * Use explicit join in search SQL query 215 * Use explicit join in search SQL query
205 * Fix for host with IPv6 enable but without default IPv6 route 216 * Fix for host with IPv6 enable but without default IPv6 route
206 * Allow egg installation 217 * Allow egg installation
207 218
208 Version 1.0.0 - 2008-11-17 219 Version 1.0.0 - 2008-11-17
209 * Initial release 220 * Initial release
LEFTRIGHT
« no previous file | MANIFEST.in » ('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