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

Delta Between Two Patch Sets: CHANGELOG

Issue 3991046: trytond: Allow to use XML file for views (Closed)
Left Patch Set: Created 13 years, 2 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
13 * Allow to use tuple for Reference
14 * Add constant interpolation on line graph
15 * Add create/delete field access
16 * Add dynamic size limit on the One2Many, Many2Many and Char
17 * Replace __tryton__.py by tryton.cfg
18 * Allow to use Reference field in One2Many & Many2Many
19 * Remove hexmd5 from ModelView.fields_view_get
20 * Allow client to manage model access
21 * Add time format validation
22 * Remove ModelSQL.default_sequence
23
24 Version 2.4.0 - 2012-04-23
25 * Bug fixes (see mercurial logs for details)
26 * Don't allow rpc call on ModelStorage without ModelView (CVE-2012-0215)
27 * Add shared WebDAV
28 * Remove workflow module
29 * Simplify workflow engine
30 * Add ir.model.button for access rights
31 * Replace fill by expand
32 * Integer, Numeric and Float allow None as value
33 * NULL value is None and not False
34 * Replace user action by a list of actions
35 * Add group call to on_change_with
36 * Allow to get fuzzy translation
37 * Allow to customize server timezone
38 * Add richtext widget for WYSIWYG editor
39 * Add support of fields.Time
40 * Replace nested view by reference id
41 * Remove underscore to ir.translation methods
42 * Add default database language code
43 * Add extras_depend to module definition
44 * Store session in database
45 * New Wizard design
46 * Add pyson.Id
47 * Use XML-RPC struct for Decimal and Date
48 * Remove change_default on fields
49
50 Version 2.2.0 - 2011-10-24
51 * Bug fixes (see mercurial logs for details)
52 * Remove name field in ir.property
53 * Add wizard to show views
54 * Switched from .csv to .po for translations
55 * Search on Many2One fields include inactive records
56 * Change select on fields into Boolean
57 * Change format of search_value on ir.action.act_window
58 * Manage relation field access
59 * Support size format in context for Binary fields
60 * Use buffer for Binary fields
61 * No more store Binary fields in base64
62 * Remove tabpos attribute on notebook
63 * Make PYSON more Pythonic
64 * Add readonly on Transaction
65 * Add has_returning on Cursor
66 * Remove use of python code in workflow XML
67 * Use SQL sequence on PostgreSQL for ir.sequence
68 * Allow to specify more than one interface
69 * Use unoconv for report format conversion
70 * Allow to use any Opendocument as report template
71 * Drop NetRPC and activate JSON-RPC by default
72 * Remove ir.action.wizard_size
73 * Rename expand and fill attributes into yexpand and yfill
74 * Add xalign and yalign as field attributes
75 * Drop support of Python 2.5
76 * Remove support of Many2Many field in record XML
77 * Change Pool into a Singleton
78 * Remove support of zipped modules
79
80 Version 2.0.0 - 2011-04-26
81 * Bug fixes (see mercurial logs for details)
82 * Use md5 hash for indexing translation
83 * Merge tree and list views
84 * Added autocompletion on fields.Char
85 * Remove ir.default
86 * Add type, last user and last modification on ir.attachment
87 * Rename datas into data on ir.attachment
88 * Add new configuration option to prevent database listing
89 * Add warning to wizards
90 * Add server-side icons
91 * Add support for file link to BinaryField
92 * Add model field access
2 * Add loading attribute on fields 93 * Add loading attribute on fields
3 * Remove priority attribute on fields 94 * Remove priority attribute on fields
4 * Model doesn't convert anymore ids for inherited methods 95 * Model doesn't convert anymore ids for inherited methods
5 * Remove required attribute on Boolean fields 96 * Remove required attribute on Boolean fields
6 * Add One2One field 97 * Add One2One field
7 * Add AUTOINCREMENT to sqlite primary key 98 * Add AUTOINCREMENT to sqlite primary key
8 99
9 Version 1.8.0 - 2010-11-01 100 Version 1.8.0 - 2010-11-01
10 * Bug fixes (see mercurial logs for details) 101 * Bug fixes (see mercurial logs for details)
11 * Add timestamp sequence 102 * Add timestamp sequence
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 * Improve netrpc communication speed 211 * Improve netrpc communication speed
121 * Add contextual domain on inherited views 212 * Add contextual domain on inherited views
122 * Allow to use globals in domain and states 213 * Allow to use globals in domain and states
123 * Add translate attribute on Selection field 214 * Add translate attribute on Selection field
124 * Use explicit join in search SQL query 215 * Use explicit join in search SQL query
125 * Fix for host with IPv6 enable but without default IPv6 route 216 * Fix for host with IPv6 enable but without default IPv6 route
126 * Allow egg installation 217 * Allow egg installation
127 218
128 Version 1.0.0 - 2008-11-17 219 Version 1.0.0 - 2008-11-17
129 * 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