Merge branch 'master' of https://github.com/odoo/odoo
[odoo/odoo.git] / openerp / addons / base / res / res_bank.py
2014-12-01 Christophe Simonis[MERGE] forward port of branch saas-3 up to e1e7dc0
2014-11-27 Sandy Carter[FIX] base: avoid having 'False' in name of a bank
2014-10-20 Arthur Maniet[FIX] account: the partner of a bank account can only...
2014-07-25 Martin Trigaux[FIX] models: display_name and name_get mismatch
2014-06-25 Jaydeep Barot[REM] Unnecessary `size` parameters on char fields
2014-06-20 qdp-odoo[IMP] account: learn the res.partner.bank of partners...
2014-05-01 Antony Lesuisse[IMP] cleanups, move tests, remove deprecated model...
2013-04-12 Quentin (OpenERP)[FIX] res_bank: good naming of the keyword parameters...
2012-12-10 Vo Minh Thu[IMP] use the openerp namespace.
2012-11-02 Xavier Morel[REM] useless intermediate lambdas in default values
2012-09-13 Raphael Collet[IMP] res.partner.bank: make _prepare_name_get more...
2012-09-13 Raphael Collet[IMP] res.partner.bank: change _prepare_name_get()...
2012-09-11 Stephane Wirtel[MERGE] base: raise an exception if the format of the...
2012-09-06 Raphael Collet[IMP] orm: fix and generalize method resolve_o2m_comman...
2012-08-24 Twinkle Christian... [MERGE]merge with main branch
2012-08-24 Twinkle Christian... [MERGE]merge with main branch
2012-08-24 Twinkle Christian... [MERGE]merge with main branch
2012-08-24 Twinkle Christian... [MERGE]merge with main branch
2012-08-24 Twinkle Christian... [MERGE]merge with main branch
2012-08-09 Quentin (OpenERP)[REV] reverted previous commit (4314) that removes...
2012-07-23 Quentin (OpenERP)[REF] base, res.partner.bank: removed footer boolean...
2012-07-10 Alexis de LattreAllows inheritance of the name_get function of res...
2012-07-06 Twinkle Christian... [FIX]res_bank.py
2012-06-25 Jigar Amin - OpenERP[FIX] renmae E-mail, E-Mail to Email
2012-04-23 Divyesh Makwana... [IMP] res_bank : Improved the typos.
2012-02-23 Raphael Collet[IMP] base/res: simplify code and fix res_partner.addre...
2012-02-22 Kuldeep Joshi (Ope... [IMP] res_partner: view change
2012-02-21 Kuldeep Joshi (Ope... [IMP] change res_company and res_bank
2012-01-31 Raphael Collet[MERGE] small fixes (typo in tooltip, char field size)
2012-01-27 Alexis De Lattre[FIX] Base: removed ambigious entries for _rec_name...
2012-01-27 Serpent Consulting... [REM] Removed the _rec_name change
2012-01-27 Serpent Consulting... [FIX] Base : Corrected the size of the field 'owner_nam...
2012-01-27 Raphael Collet[MERGE] lp:918120 (res.partner.bank: improve name_get...
2012-01-19 Jagdish Panchal... [FIX] res_bank.py: set the prefix on bank
2012-01-18 Olivier Dony[IMP] base: change conflicting address-related "State...
2011-12-05 Fabien Pinckaers[IMP] useability + kanban view on modules
2011-11-24 Olivier Dony[MERGE] Missing modelines, requested and provided by...
2011-11-22 Numerigraphe - Lio... [IMP] Added missing vim mode lines
2011-11-07 Numerigraphe - Lio... [FIX] unmutable defaults in base addons.
2011-10-11 Xavier Morel[IMP] rename serialize_o2m_commands to resolve_o2m_comm...
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-08-28 Antony Lesuisse[IMP] renames in base/res