[IMP] updated filter for partner_id when the customers is searched.
[odoo/odoo.git] / openerp /
2013-06-05 Vo Minh Thu[MERGE] change_password_wizard: add password=True on...
2013-06-05 Vo Minh Thu[MERGE] ir_ui_view: better constraints on `arch` and...
2013-06-05 Vo Minh Thu[IMP] ir_ui_view: do not use _logger.exception() (becau...
2013-06-05 Vo Minh Thu[MERGE] merged trunk.
2013-06-05 Vo Minh Thu[MERGE] openerp.servie.model: removed duplicated code.
2013-06-04 Thibault Delavallée[MERGE] Sync with trunk
2013-06-04 Vo Minh Thu[FIX] renamed Partner Catgories to Partner Tags.
2013-06-04 Vo Minh Thu[MERGE] orm: add _sql_contraints only when _auto.
2013-06-04 Vo Minh Thu[MERGE] res_users treee view: use the `login_date`...
2013-06-04 Vo Minh Thu[MERGE] orm: add __iter__ method on browse_null.
2013-06-03 Vo Minh Thu[MERGE] rng: more precise attributes/values on the...
2013-06-03 Vo Minh Thu[MERGE] improved typos.
2013-06-03 Vo Minh Thu[MERGE] res.partner: ondelete=restrict on the state...
2013-06-03 Vo Minh Thu[MERGE] res_users_view (preferences): save button now...
2013-06-03 Vo Minh Thu[MERGE] res_partner_view: provide defaults for customer...
2013-06-03 Vo Minh Thu[MERGE] openerp.service.db: fixed typos.
2013-06-03 Vo Minh Thu[IMP] module_data.xml: added Survey category (should...
2013-06-03 Vo Minh Thu[MERGE] tools.convert: allow to use relativedelta in...
2013-06-03 Nimesh Contractor... [MERGE] with trunk.
2013-06-03 Sejal Bhut (OpenER... [FIX] Database Backup Problem
2013-05-31 Jignesh Rathod ... [MERGE]Trunk.
2013-05-31 Thibault Delavallée[IMP] ir_mail_server: cleaned a message by adding some...
2013-05-31 Thibault Delavallée[IMP] res_users: simplified form view: added placeholde...
2013-05-31 Thibault Delavallée[REV] users: contraints on login = email style not...
2013-05-31 Thibault Delavallée[MERGE] Sync with trunk
2013-05-30 Martin Trigaux[MERGE] [IMP] company: add onchange on state to match...
2013-05-30 Launchpad Translat... Launchpad automatic translations update.
2013-05-28 Amit Bhavsar (Open... [MERGE] merge with latest trunk
2013-05-24 Thibault Delavallée[IMP] res_users: improved form view according to task...
2013-05-24 Thibault Delavallée[IMP] res_users: when specifying an email value, always...
2013-05-23 Thibault Delavallée[MERGE] Sync with trunk
2013-05-23 Nimesh Contractor... [IMP] when create company form supplier it should be...
2013-05-23 Nimesh Contractor... [MERGE] lp:~openerp-dev/openobject-server/trunk-bug...
2013-05-23 Nimesh Contractor... [MERGE] with trunk.
2013-05-22 Christophe Simonis[REVERT] release.pu don't need to be forward ported
2013-05-22 Thibault Delavallée[FORWARD] Forward-port of saas-1 branch until revision...
2013-05-21 Launchpad Translat... Launchpad automatic translations update.
2013-05-17 Olivier Dony[FIX] ir.sequence: add a proper default value for numbe...
2013-05-17 Olivier Dony[MERGE] ir.sequence: lazily compute next value for...
2013-05-17 Olivier Dony[MERGE] res.currency: default to global currencies...
2013-05-17 Cedric Snauwaert[FIX]ir_sequence: better args definition
2013-05-17 Olivier Dony[FIX] modify domain evaluation tests to avoid relying...
2013-05-17 Cedric Snauwaert[FIX]ir_sequence: only execute a change on postgresql...
2013-05-17 Olivier Dony[FIX] openerp/tests/test_mail.py marked executable...
2013-05-17 Olivier Dony[MERGE] res.currency: default to global currencies...
2013-05-17 Cedric Snauwaert[FIX]ir_sequence: fix cryptic error message when prefix...
2013-05-17 Alexandre Fayolle[FIX] remove company_id from currencies in currency_dat...
2013-05-17 cbi@openerp.my.ope... [FIX] missing multi company currency access rules,...
2013-05-15 Vishmita Jadeja... [IMP]on change of country > If the selected state is...
2013-05-15 Quentin (OpenERP)[FIX] base: moving the old timezone formats at the...
2013-05-15 Vishmita Jadeja... [FIX]Improve Code
2013-05-15 Cedric Snauwaert[REF]res_partner: compact code to get tz info
2013-05-15 Vishmita Jadeja... [Merge]Merge with openobject-server
2013-05-15 Nimesh Contractor... [FIX] set defalut customer and add field customer to...
2013-05-14 Martin Trigaux[IMP] use exact writing for fsf address
2013-05-14 Martin Trigaux[IMP] use exact writing for fsf address
2013-05-14 Martin Trigaux[IMP] use new fsf address
2013-05-14 Martin Trigaux[FIX] fix FSF address
2013-05-14 Cedric Snauwaert[FIX]res_partner: change fields selection of tz so...
2013-05-14 Martin Trigaux[IMP] clean permissions and shebang in files
2013-05-14 Launchpad Translat... Launchpad automatic translations update.
2013-05-10 Launchpad Translat... Launchpad automatic translations update.
2013-05-09 Dharmraj Zala (Ope... [FIX] set ondelete restrict on state and country.
2013-05-08 Raphael Collet[FIX] res_config tests: isinstance(x, long) is False...
2013-05-08 Jagdish Panchal[MERGE] Merge with lp:~openerp-dev/openobject-server...
2013-05-07 Quentin (OpenERP)[IMP] base, res_currency: added an indirection on _curr...
2013-05-08 Christophe Simonis[IMP] openerp.modules.migration: lint file; remove...
2013-05-08 Christophe Simonis[FIX] openerp.modules.migration: do not shadow Attribut...
2013-05-07 Olivier Dony[MERGE] Forward-port of 7.0 bugfixes up to rev.4970
2013-05-07 Olivier Dony[FIX] ir.ui.menu: safer eval of action contexts when...
2013-05-07 Quentin (OpenERP)[IMP] modules loading: log as INFO test files because...
2013-05-07 Olivier Dony[FIX] tools.safe_eval: inconsistent indentation
2013-05-06 Olivier Dony[MERGE] Forward-port of 7.0 fixes up to rev.4968
2013-05-06 Christophe Simonis[FIX] When using "--stop-after-init", set the return...
2013-05-06 Launchpad Translat... Launchpad automatic translations update.
2013-05-02 Vo Minh Thu[FIX] long-polling: use start()/stop() instead of serve...
2013-05-01 Tejas TankMerged Latest.
2013-04-30 Christophe Simonis[IMP] new version number pattern
2013-04-30 Christophe Simonis[IMP] parse_version: ignore saas~ componants
2013-04-30 Launchpad Translat... Launchpad automatic translations update.
2013-04-29 Xavier Morel[FIX] turns out @model is optional on field when using...
2013-04-29 Xavier Morel[IMP] rng of field tag in data xml
2013-04-29 Christophe Simonis[VERSION] update version to reflet reality
2013-04-29 ggh-openerp[IMP] Improved code
2013-04-29 ggh-openerp[IMP] Remove space before Exclamation marks [!] in...
2013-04-26 Christophe Simonis[IMP] convert: allow to have <act_window> tags with...
2013-04-26 Olivier Dony[FIX] rml2pdf: more incorrect license headers in some...
2013-04-26 Thibault Delavallée[MERGE] Sync with 7.0
2013-04-26 Launchpad Translat... Launchpad automatic translations update.
2013-04-25 Olivier Dony[MERGE] Forward-port of 7.0 fixes up to rev. 4961
2013-04-25 Olivier Dony[FIX] res.partner: typo would prevent contact from...
2013-04-25 Olivier Dony[FIX] res.partner: make use_parent_address field visibl...
2013-04-25 Thibault Delavallée[CLEAN] cleaning: set(list), use directly a set
2013-04-25 Launchpad Translat... Launchpad automatic translations update.
2013-04-24 Ronald Portier[FIX] Add __iter__ method to browse_null to prevent...
2013-04-24 Olivier Dony[FIX] res.partner: always call write() with a list...
2013-04-24 Quentin (OpenERP)[IMP] ir_model_data: docstring of check_object_referenc...
2013-04-24 Quentin (OpenERP)[IMP] ir_model_data: added raise_on_access_error as...
2013-04-24 Quentin (OpenERP)[MERGE] forward port merge of server v7 up to revision...
2013-04-24 Antony Lesuisse[VER] change serie to 8.0
next