[IMP] fields: improve _determine_default() and add test for inherited fields
[odoo/odoo.git] / openerp /
2014-11-06 Raphael Collet[IMP] fields: improve _determine_default() and add...
2014-11-05 Christophe Simonis[MERGE] forward port of branch saas-3 up to ec27773
2014-11-05 Christophe Simonis[MERGE] forward port of branch 7.0 up to 3e3e35e
2014-11-05 Christophe Simonis[MERGE] forward port of branch saas-3 up to d36eee9
2014-11-05 Christophe Simonis[MERGE] forward port of branch 7.0 up to 65d92da
2014-11-05 Olivier Dony[FIX] base: incorrect code and locale for Bosnian
2014-11-05 Antony Lesuisse[IMP] safe_eval allow math
2014-11-05 Olivier Dony[FIX] longpolling/gevent: automatically restart worker...
2014-11-05 Olivier Dony[FIX] longpolling/gevent: log errors occurring in main...
2014-11-05 Simon Lejeune[FIX] ir_qweb: contact widget: use name_get instead...
2014-11-05 Raphael Collet[IMP] models: improve _mapped_func(), and add parameter...
2014-11-04 Denis Ledoux[MERGE] forward port of branch saas-3 up to f7a76cb
2014-11-04 Denis Ledoux[MERGE] forward port of branch 7.0 up to be7c894
2014-11-04 Manuel Vázquez Acosta[FIX] mail: partners with missing/invalid emails must...
2014-11-04 Raphael Collet[IMP] models: improve query generation for _write(...
2014-11-04 Raphael Collet[FIX] ir_model: fix create/update/delete custom fields
2014-11-04 Raphael Collet[IMP] use model._fields instead of model._all_columns...
2014-11-03 Richard Mathot[DOC] fields.py: oldname key
2014-11-03 hiekmann[FIX] corrected a word in a comment
2014-10-30 Raphael Collet[FIX] fields: make field.store=False on old-style funct...
2014-10-30 Christophe Simonis[FIX] core: correct cron thread registry iteration
2014-10-29 Christophe Simonis[IMP] core: manage registries via an LRU.
2014-10-28 Florian Kisser[FIX] sql_db: don't log dsn with unmasked passwords
2014-10-28 Raphael Collet[FIX] fields: inherited fields should get 'string'...
2014-10-27 Fabien Meghazi[FIX] Regression in image resize helper (Fixes #2529)
2014-10-27 Xavier Morel[ADD] Stripe-style APIDoc: content
2014-10-27 Raphael Collet[IMP] fields: reduce the number of attributes on _colum...
2014-10-24 Christophe Simonis[MERGE] forward port of branch saas-3 up to 309ca4f
2014-10-24 Christophe Simonis[MERGE] forward port of branch 7.0 up to d2fd05e
2014-10-24 Samus CTO[IMP] config: Test that the config file is readable
2014-10-24 Christophe Simonis[FIX] When using "--stop-after-init", set the return...
2014-10-24 Jeremy Kersten[IMP] res_country: add relation from country to group_c...
2014-10-23 Christophe Simonis[MERGE] forward port of branch saas-3 up to c89d1a0
2014-10-23 Raphael Collet[IMP] fields: remove unused imports
2014-10-23 Raphael Collet[IMP] fields: infer required=True on related fields
2014-10-23 Raphael Collet[IMP] fields: initialized computed fields to a null...
2014-10-22 Denis Ledoux[FIX] base: typo during forward port 0e4216361bf13cc0fe...
2014-10-22 Denis Ledoux[MERGE] forward port of branch 7.0 up to 3a0af6a
2014-10-22 Raphael Collet[IMP] fields: reuse column objects when possible, inste...
2014-10-22 Jeremy Kersten[FIX] ir_action: update context to get the real binary...
2014-10-22 Cedric Snauwaert[FIX] product: remove digits_precision from uom factor...
2014-10-22 Martin Trigaux[FIX] base: support float rounding with rounding_method...
2014-10-22 Denis Ledoux[FIX] fields: selection, do not try to translate label...
2014-10-21 Martin Trigaux[FIX] report: page numbering rml reports
2014-10-21 Christophe Simonis[MERGE] forward port of branch 8.0 up to d80376a
2014-10-21 Christophe Simonis[MERGE] forward port of branch 7.0 up to 78a29b3
2014-10-20 Julien Legros[FIX] res_partner: add parent_name related field
2014-10-20 Arthur Maniet[FIX] account: the partner of a bank account can only...
2014-10-17 Fabien Meghazi[FIX] Do not lose session.db on authentication error
2014-10-16 Raphael Collet[IMP] test_new_api, test_inherit: improve code of tests
2014-10-16 Raphael Collet[IMP] expression.py: add a check to forbid records...
2014-10-15 Olivier Dony[FIX] config: fix parsing of geoip db paramater, rename...
2014-10-15 Raphael Collet[FIX] models: simplify partial setup of fields, let...
2014-10-14 Raphael Collet[FIX] models: do not look up the registry class when...
2014-10-14 Christophe Simonis[MERGE] forward port of branch saas-3 up to db75994
2014-10-14 Raphael Collet[FIX] models: in _add_field(), set the field as an...
2014-10-13 Olivier Dony[FIX] read_group: date format: use natural year along...
2014-10-13 Jeremy Kersten[FIX] GeoIP - allow to specify the path to GeoIP in...
2014-10-13 Raphael Collet[FIX] models: on update, call inverse function on field...
2014-10-13 Raphael Collet[IMP] models: do not use compute methods to determine...
2014-10-13 Raphael Collet[FIX] models: do not prefetch fields to recompute,...
2014-10-10 Olivier Dony[MERGE] Forward-port 7.0 up to 1b49a87
2014-10-10 Olivier Dony[FIX] ir.mail.server: restore parsing of multiple RFC28...
2014-10-10 Jeremy Kersten[IMP] ir_qweb: remove the option 'only_date' introducte...
2014-10-09 Denis Ledoux[FIX] res.users: exactly match login when operator...
2014-10-09 Raphael Collet[IMP] fields: do not force required=True on related...
2014-10-09 Raphael Collet[FIX] models: in _create() and _write(), mark fields...
2014-10-09 Xavier Morel[IMP] doc: add testing reference and improve docstrings
2014-10-09 Raphael Collet[IMP] fields: rename attribute 'copyable' into 'copy'
2014-10-09 Raphael Collet[IMP] fields: do not copy field objects anymore, but...
2014-10-09 Martin Trigaux[IMP] mail: parsing emails with several html parts
2014-10-09 Raphael Collet[IMP] fields: add assertions to check parameters (comod...
2014-10-09 Raphael Collet[IMP] fields: set the default value to the closest...
2014-10-09 Raphael Collet[IMP] fields: make attribute 'default' callable
2014-10-08 Olivier Dony[I18N] Update translations from Launchpad 8.0 branches
2014-10-08 Xavier Morel[IMP] new-api-ify 'trigger' server action
2014-10-08 Xavier Morel[FIX] actions: match the behavior of multi actions...
2014-10-08 Raphael Collet[FIX] fields: in to_column(), returning self.column...
2014-10-08 Raphael Collet[FIX] openerp/osv/fields: fix method to_field() to...
2014-10-07 Denis Ledoux[FIX] ir_actions: ids of unlink method can either be...
2014-10-07 Christophe Simonis[FIX] migration: test if package is installed using...
2014-10-07 Olivier Dony[FIX] ir.ui.view: creating custom views in backend...
2014-10-07 Xavier Morel[FIX] JS tutorial
2014-10-06 Xavier Morel[ADD] pyqweb-specific stuff, pyqweb APIDoc
2014-10-06 Xavier Morel[IMP] qweb: foreach handling
2014-10-06 Xavier Morel[ADD] qweb: handling of t-att=mapping
2014-10-06 Xavier Morel[ADD] running of XML cases to python qweb
2014-10-06 Xavier Morel[IMP] qweb doc, tests
2014-10-06 Martin TrigauxForward port of branch saas-3 up to fc9fc3e
2014-10-06 Martin Zlámal[FIX] common.py: missing import
2014-10-06 Raphael Collet[FIX] models: fields_get() shall not return info about...
2014-10-03 Denis Ledoux[MERGE] forward port of branch 7.0 up to 9066da3
2014-10-03 Denis Ledoux[FIX] ir_translation: apply tools.ustr on the trad...
2014-10-03 Denis Ledoux[MERGE] forward port of branch 7.0 up to 6d4e1cc
2014-10-03 Denis Ledoux[FIX] ir_translation: remove control characters from...
2014-10-02 Denis Ledoux[FIX] api: clear environments on module installation
2014-10-02 Denis Ledoux[FIX] ir_qweb: search assets as superuser
2014-10-02 Denis Ledoux[MERGE] forward port of branch saas-3 up to 77500e5
2014-10-02 Denis Ledoux[MERGE] forward port of branch 7.0 up to eb9113c
2014-10-02 Denis Ledoux[FIX] ir_attachment: restrict access to orphan attachme...
next