[FIX] account_voucher: fixed error in yaml test
[odoo/odoo.git] / openerp /
2011-11-16 Fabien Pinckaers[FIX] yaml import osv memory context
2011-11-16 Olivier Dony[MERGE] warn when create()/write() touches unknown...
2011-11-16 Rucha (Open ERP)[MERGE]: Merge with latest trunk-server
2011-11-15 Christophe Simonis[FIX] group_by_full
2011-11-15 Xavier Morel[IMP] orm: make creation of dict from key names (with...
2011-11-15 Fabien Pinckaers[IMP] remove print statement
2011-11-15 Fabien Pinckaers[IMP] removed print statement
2011-11-14 Fabien Pinckaers[FIX] onchange
2011-11-14 Fabien Pinckaers[FIX] onchange yaml
2011-11-14 Fabien Pinckaers[FIX] onchange computation on YAML
2011-11-14 Fabien Pinckaers[IMP] Yaml scripts calls on_changes and fields_view_get...
2011-11-14 Quentin (OpenERP)[MERGE] lp: 876260
2011-11-14 Denis Seleznyov[FIX]:AccessInit: hash collision error possible
2011-11-14 Launchpad Translat... Launchpad automatic translations update.
2011-11-14 Fabien Pinckaersunusedcode
2011-11-13 Fabien Pinckaersfix
2011-11-13 Fabien Pinckaers[IMP] Allows to put a view argument in a YAML record...
2011-11-13 Fabien Pinckaers[IMP] constraint on XML view on object to allow inheritancy
2011-11-13 Fabien Pinckaers[FIX] count 0, need to fix the web client
2011-11-13 Fabien Pinckaers[IMP] _group_by_full implementation
2011-11-10 niv-openerp[fix] exception when querying a tree view for an osv...
2011-11-10 Xavier Morel[ADD] new-style dashboards to schema
2011-11-10 Xavier Morel[REF] deduplicate old-style dashboard elements
2011-11-10 Xavier Morel[IMP] fix some identation
2011-11-09 Olivier Dony[ADD] orm.fields_get: include `relation_field` for...
2011-11-09 Vo Minh Thu[IMP] typo.
2011-11-08 Antony Lesuisse[MERGE] polish1 (stw)
2011-11-08 Antony Lesuisse[IMP] add target inline add usage tooltip
2011-11-06 Launchpad Translat... Launchpad automatic translations update.
2011-11-04 Olivier Dony[MERGE] Fix for bug 885299: properly manage XML chars...
2011-11-04 Quentin (OpenERP)[FIX] rml2pdf: _process_text escaping char for xml
2011-11-04 Olivier Dony[IMP] release: add structured version_info tuple, prope...
2011-11-04 Launchpad Translat... Launchpad automatic translations update.
2011-11-02 Stefan Rijnhart[FIX] replace exception by warning, for friendly deprec...
2011-11-01 Stefan Rijnhart[FIX] values for non existing fields in base xml data...
2011-11-01 Stefan Rijnhart[FIX] model and field name were reversed in exception...
2011-11-01 Stefan Rijnhart[FIX] Raise when an unknown field is being written to
2011-10-31 Divyesh Makwana... [FIX] The main application wizard must trigger chart...
2011-10-27 Antony Lesuisse[IMP] Create Setting->Email root menu item
2011-10-27 Launchpad Translat... Launchpad automatic translations update.
2011-10-26 Stephane Wirtel[FIX] Remove the 'Customer Relationship Management...
2011-10-26 Stephane Wirtel[FIX] Change the label of the administration menu
2011-10-26 Stephane Wirtel[FIX] Set the right label for a category
2011-10-25 Fabien Meghazi[FIX] Fixed partner kanban view (Missing <field/> tags)
2011-10-24 Olivier Dony[ADD] res.currency data: definition of Chilean Peso
2011-10-21 Olivier Dony[IMP] fields.boolean,integer,float: warning when requir...
2011-10-21 Olivier Dony[FIX] ir.action.report_xml: useless required attribute...
2011-10-19 Xavier Morel[IMP] alias some values in data import, for readability
2011-10-19 Xavier Morel[IMP] iterate over list indexes + ids via enumerate...
2011-10-19 Launchpad Translat... Launchpad automatic translations update.
2011-10-18 Xavier Morel[FIX] make module categories readable by all users
2011-10-17 Antony Lesuisse[MERGE] mark demo res_log entries as read
2011-10-17 Olivier Dony[FIX] ir.mail_server: except_osv's signature has change...
2011-10-17 Raphael Collet[IMP] mark as read all res_log entries created during...
2011-10-17 Olivier Dony[FIX] ir_model.name_search: was incorrectly relying...
2011-10-14 Vo Minh Thu[FIX] tools.translate: release.support_email has been...
2011-10-14 Christophe Simonis[IMP] command line: move the option "addons-path" to...
2011-10-14 Christophe Simonis[IMP] do no hardcode the port for the default value...
2011-10-13 Olivier Dony[IMP] ir.model.data: sanity check to help prevent exter...
2011-10-13 Olivier Dony[MERGE] added authenticate() API method for checking...
2011-10-13 Christophe Simonis[IMP] base: authenticate: use "base_location" key inste...
2011-10-13 Olivier Dony[IMP] res.users,web_services: new authenticate() API...
2011-10-13 Quentin (OpenERP)[FIX] fields.related: fix example in docstring
2011-10-12 Olivier Dony[FIX] res.users: last login time should use UTC like...
2011-10-12 Olivier Dony[FIX] modules.graph: avoid crash when a module has...
2011-10-12 Olivier Dony[IMP] ir.config.parameter: move all default params...
2011-10-12 Vo Minh Thu[FIX] orm.copy(): corrected return value in docstring.
2011-10-12 Rucha (Open ERP)[FIX]: Fixed problem of context not passed properly...
2011-10-11 Olivier Dony[FIX] Model.import_data docstring: cleanup + clear...
2011-10-11 Olivier Dony[FIX] expression: proper handling of empty string in...
2011-10-11 Olivier Dony[MERGE] new ORM method for converting o2m commands...
2011-10-11 Olivier Dony[IMP] orm: resolve_o2m_commands_...: simplify assert...
2011-10-11 Xavier Morel[IMP] docstring for resolve_o2m_commands_...
2011-10-11 Xavier Morel[IMP] make resolve_o2m_commands_to_record_dicts's resul...
2011-10-11 Xavier Morel[ADD] don't blow up on a singleton DELETE_ALL command...
2011-10-11 Xavier Morel[IMP] raise assertion error if an o2m command is not...
2011-10-11 Xavier Morel[IMP] handle case where o2m commands are pairs instead...
2011-10-11 Xavier Morel[IMP] rename serialize_o2m_commands to resolve_o2m_comm...
2011-10-11 Launchpad Translat... Launchpad automatic translations update.
2011-10-10 Quentin (OpenERP)[MERGE] added lempiria currency (HNL) used in Honduras
2011-10-10 Quentin (OpenERP)[IMP] base, res.currency data: added HNL currency ...
2011-10-10 Olivier Dony[IMP] rng,convert: add support for report `usage` attribute
2011-10-10 Xavier Morel[ADD] method to correctly serialize o2m commands into...
2011-10-10 Xavier Morel[FIX] context usage (context may be None in _default_va...
2011-10-10 Xavier Morel[IMP] further improve reading of o2m commands, first...
2011-10-07 Xavier Morel[IMP] if no address value is provided for res.partner...
2011-10-07 Olivier Dony[IMP] ir.sequence: tone down get_id() deprecation WARNI...
2011-10-07 Olivier Dony[FIX] orm.browse_record: avoid printing unrelated trace...
2011-10-07 Olivier Dony[IMP] tools.ustr: fix possible stack overflow for excep...
2011-10-06 Stephane Wirtel[FIX] base: set the right xml_id for the hidden/link...
2011-10-06 Xavier Morel[ADD] wrapper to the modifiers setup process to simplif...
2011-10-06 Vo Minh Thu[IMP] orm: added small comment.
2011-10-06 Vo Minh Thu[MERGE] orm: cleand get_pg_type(). Changes as written...
2011-10-06 Vo Minh Thu[MERGE] expression: no active_test when rewriting the...
2011-10-06 Vo Minh Thu[MERGE] fields.property: correctly tests for many2one...
2011-10-05 Antony Lesuisse[MERGE] base_setup dynamic category defintions
2011-10-05 Vo Minh Thu[IMP] fields.property: be more explicit when testing...
2011-10-05 Stephane Wirtel[FIX] base: set the right category for base
2011-10-05 Stephane Wirtel[FIX] base: Add the visible field in the ir.module...
2011-10-05 Vo Minh Thu[FIX] two loops one loop (a previous commit) was wrongl...
next