[IMP] in Accounting > Journal Entries > Journal Items, do not filter on Posted by...
[odoo/odoo.git] / openerp /
2011-07-16 Launchpad Translat... Launchpad automatic translations update.
2011-07-14 Olivier Dony[IMP] sql_db: default cursor = serialized, deprecate...
2011-07-14 Vo Minh Thu[MERGE] ir_config_parameter: added optional default...
2011-07-13 Antony Lesuisse[FIX] remove incorrect res_currency name_get
2011-07-12 tfr@openerp.com[RM] remove get hostname
2011-07-12 tfr@openerp.com[IMP] get hostname using get_param + add default value...
2011-07-12 Antony Lesuisse[MERGE] modifiers: fields state attribute support ...
2011-07-12 Antony Lesuisse[FIX] apply some merge review feeback
2011-07-13 Xavier Morel[FIX] name of ordering param in read_group docstring...
2011-07-12 Vo Minh Thu[MERGE] fields.py: cleaned a bit fields.property.
2011-07-12 tfr@openerp.com[IMP] get_hostname tools function based on ir.config_pa...
2011-07-12 Olivier Dony[FIX] module.loading: ensure installed modules are...
2011-07-12 Vo Minh Thu[IMP] fields.py: removed unused import (and cyclic...
2011-07-12 Launchpad Translat... Launchpad automatic translations update.
2011-07-11 Vo Minh Thu[FIX] fields.property: typos/misnamed variables.
2011-07-11 Quentin (OpenERP)[IMP] base, rng: allowed name attribute on separator tag
2011-07-11 Vo Minh Thu[FIX] fields.property: set the m2o fields as False...
2011-07-11 Vo Minh Thu[FIX] loading: pool.get("ir.module.module") was done...
2011-07-11 Vo Minh Thu[IMP] fields.py: removed unnecessary initialization.
2011-07-11 Olivier Dony[IMP] module.loading: attempt to load each module atomi...
2011-07-11 Vo Minh Thu[IMP] fields.py: tidying up before merging in trunk.
2011-07-08 Quentin (OpenERP)[FIX] tools: get_and_sort_by_field function fixed and...
2011-07-08 niv-openerp[merge]
2011-07-08 Quentin (OpenERP)[FIX] openerp/osv/fields.py: _get_defaults() and _fnct_...
2011-07-07 niv-openerp[imp] Improved modifiers algorithm to also take the...
2011-07-07 Quentin (OpenERP)[FIX] fields.py: reading and writing on ir.property...
2011-07-07 Quentin (OpenERP)[IMP] openerp/osv/fields.py: reading a property field...
2011-07-07 Quentin (OpenERP)[IMP] tools: added a function to get and sort by field
2011-07-06 Vo Minh Thu (OpenERP)[MERGE] new configuration wizard system
2011-07-06 Vo Minh Thu[IMP] tidying up before merging in trunk.
2011-07-06 Quentin (OpenERP)[IMP] base: typo in preview report
2011-07-06 Quentin (OpenERP)[IMP] base: res.company preview report cleaning
2011-07-06 Quentin (OpenERP)[IMP] base: res.company preview report simplification
2011-07-06 Quentin (OpenERP)[MERGE] preview_report
2011-07-06 Rucha (Open ERP)[REM, ADD]: res.company: Removed preview_report function,
2011-07-05 Vo Minh Thu[MERGE] setting a o2m to null unlinks the other side...
2011-07-05 Vo Minh Thu[REVERT] re-apply the 4 commits that were reverted...
2011-07-05 Quentin (OpenERP)[IMP] res_company: preview_report function improved...
2011-07-05 niv-openerp[merge]
2011-07-05 niv-openerp[imp] changed meaning of operation 3 on o2m to behave...
2011-07-04 Quentin (OpenERP)[IMP] moved privew_report button server side (previousl...
2011-07-04 Quentin (OpenERP)[MERGE] small code improvement
2011-07-04 Rucha (Open ERP)[REF]: ir.module: Improvement in code, return common...
2011-07-04 Quentin (OpenERP)[MERGE] merge with main server trunk
2011-07-04 Quentin (OpenERP)[MERGE] small code imp
2011-07-04 Quentin (OpenERP)[IMP] removed method=True on few functional fields
2011-07-04 Rucha (Open ERP)[REF]: res.currency: Improvements in checking by len...
2011-07-04 Quentin (OpenERP)[MERGE] merge small code imp
2011-07-04 Quentin (OpenERP)[MERGE] ir.actions.todo documentation
2011-07-04 Quentin (OpenERP)[MERGE] small views imp
2011-07-04 Quentin (OpenERP)[MERGE] removal of unused method
2011-07-04 Quentin (OpenERP)[MERGE] merge small code imp
2011-07-04 aag (OpenERP)[REM] Base : Remove Unwanted changes from view
2011-07-04 aag (OpenERP)[IMP] Base : Remove Readonly="1" from view - already...
2011-07-04 aag (OpenERP)[FIX] Base : Remove select= 1 from view
2011-07-02 Launchpad Translat... Launchpad automatic translations update.
2011-07-01 Olivier Dony[IMP] fields.function: removed method=True param, added...
2011-07-01 P. Christeas[MERGE] docstrings improvements and preparation for...
2011-07-01 Olivier Dony[REVERT] last 4 revisions on fields_view_get, need...
2011-07-01 Rucha (Open ERP)[IMP, FIX]: res.company: - in the _{get,set}_address_da...
2011-07-01 Rucha (Open ERP)[REM]: removed unused methof createReport
2011-07-01 Rucha (Open ERP)[IMP]: ir.actions.todo: put docstring, _desrciption...
2011-07-01 Rucha (Open ERP)[REF]: put self.pool.get outside loop
2011-07-01 aag (OpenERP)[FIX] Base :required=True is already present in the...
2011-07-01 aag (OpenERP)[FIX] Base : Remove select= 1 from view
2011-07-01 Rucha (Open ERP)[IMP]: ir.actions.todo: minor improvement for dict.get
2011-06-30 Vo Minh Thu[IMP]: fields_view_get: respect priority of node over...
2011-06-30 Quentin (OpenERP)[IMP] usability: configuration wizards should be availa...
2011-06-30 Quentin (OpenERP)[MERGE] usability in list of config wizards
2011-06-30 Quentin (OpenERP)[MERGE] merge with main trunk
2011-06-30 Rucha (Open ERP)[FIX]: res.config: fixed problem of wizard stays in...
2011-06-30 Rucha (Open ERP)[FIX]: res.config: Fixed problem of passing "user"...
2011-06-30 niv-openerp[imp] small bug in o2m 5 improvement
2011-06-30 niv-openerp[merge]
2011-06-30 Xavier Morel[IMP] view_id should really be a m2o-style pair of...
2011-06-30 Rucha (Open ERP)[IMP]: res.config: Improvements for: When opening confi...
2011-06-30 Xavier Morel[FIX] view_id should be a scalar
2011-06-29 niv-openerp[imp] modified meaning of operation 5 on o2m to delete...
2011-06-29 Olivier Dony[FIX] netsvc: corrected copyright header
2011-06-29 aag (OpenERP)[IMP] Base: In Configuration Wizards actions tree view...
2011-06-29 aag (OpenERP)[IMP] Base: In Configuration Wizards actions search...
2011-06-28 Vo Minh Thu[MERGE] netsvc+ir_cron: display the execution time...
2011-06-28 Vo Minh Thu[REF] ir_cron: use DEBUG instead of DEBUG_RPC (as done...
2011-06-28 Quentin (OpenERP)[MERGE] configure your company wizard
2011-06-28 Vo Minh Thu[REF]: fields_view_get: continuing the merge of attrs:
2011-06-28 Quentin (OpenERP)[FIX] added missing statement for importing tools
2011-06-28 Rucha (Open ERP)[IMP]: ir.actions.todo: Improvement in code in order...
2011-06-28 Rucha (Open ERP)[IMP]: ir.actions.todo: When we pass res_id in the...
2011-06-28 Rucha (Open ERP)[ADD]: base: Moved name_get of res_currency from base_s...
2011-06-28 Launchpad Translat... Launchpad automatic translations update.
2011-06-27 Vo Minh Thu[IMP] netsvc: even uglier logging code.
2011-06-27 Vo Minh Thu[MERGE] some refactoring in fields_view_get.
2011-06-27 Vo Minh Thu[MERGE] fix regression
2011-06-27 Vo Minh Thu[REF] orm: added TODOs.
2011-06-27 Olivier Dony[FIX] orm.unlink(): cascade deletion of ir.model.data...
2011-06-27 Launchpad Translat... Launchpad automatic translations update.
2011-06-24 Vo Minh Thu[FIX] fields: pass around the context in the create...
2011-06-24 Olivier Dony[MERGE] sync with trunk
2011-06-24 Olivier Dony[IMP] lint cleanup
2011-06-24 Vo Minh Thu[FIX] corrected a test giving warning from the previous...
next