odoo/addons/account_bank_statement_exte...
Olivier Dony b3619417d1 [FIX] a_b_s_e: removed un-necessary res.company.bank_ids field
res.company now has its own bank_ids field, so
there is no need to add it anymore. Plus the
overridden version was causing various inconsistency
issues and rather confusing.

bzr revid: odo@openerp.com-20120127125840-n4rvynswgq61p316
2012-01-27 13:58:40 +01:00
..
data [MERGE] manual merge of the branch from noviat lp:~noviat/openobject-addons/trunk-account_coda. The bzr merge commande was going crazy because of an initial wrong merge between this branch and the trunk, an extra .bzr folder and because of wrongly removed translations files... 2011-12-23 11:36:37 +01:00
i18n [ADD] added the .pot file for account_bank_statement_extensions module 2011-12-23 12:19:29 +01:00
report [IMP] account_bank_statement_extensions: added the vim line on each new .py file 2011-12-23 12:56:02 +01:00
security [MERGE] manual merge of the branch from noviat lp:~noviat/openobject-addons/trunk-account_coda. The bzr merge commande was going crazy because of an initial wrong merge between this branch and the trunk, an extra .bzr folder and because of wrongly removed translations files... 2011-12-23 11:36:37 +01:00
wizard [IMP] account_bank_statement_extensions: cleaned import statements 2011-12-23 17:30:47 +01:00
__init__.py [FIX] a_b_s_e: removed un-necessary res.company.bank_ids field 2012-01-27 13:58:40 +01:00
__openerp__.py [FIX] a_b_s_e: removed un-necessary res.company.bank_ids field 2012-01-27 13:58:40 +01:00
account_bank_statement.py [IMP] account_bank_statement_extensions: simplified code and replaced the fields update_by and update_date by the fields write_uid and write_date which are already handlded by the orm 2011-12-23 17:25:28 +01:00
account_bank_statement_report.xml [MERGE] manual merge of the branch from noviat lp:~noviat/openobject-addons/trunk-account_coda. The bzr merge commande was going crazy because of an initial wrong merge between this branch and the trunk, an extra .bzr folder and because of wrongly removed translations files... 2011-12-23 11:36:37 +01:00
account_bank_statement_view.xml [FIX] account_bank_statement_extensions: fix creation of statement lines in web client. State field was needed in views as there are modifiers on this field 2012-01-24 16:27:33 +01:00
company_view.xml [MERGE] manual merge of the branch from noviat lp:~noviat/openobject-addons/trunk-account_coda. The bzr merge commande was going crazy because of an initial wrong merge between this branch and the trunk, an extra .bzr folder and because of wrongly removed translations files... 2011-12-23 11:36:37 +01:00
res_partner_bank.py [IMP] account_bank_statement_extensions: cleaned import statements 2011-12-23 17:30:47 +01:00