[FIX] Add the account addon in the dependency because the new partner view does not containt the

acc_number field

bzr revid: stephane@tinyerp.com-20090202123149-981hsc3dlco9s6op
This commit is contained in:
Stephane Wirtel 2009-02-02 13:31:49 +01:00
parent f6fd0320dc
commit a50fc98d6c
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ This module install the base for IBAN bank accounts.
""",
'author': 'Tiny',
'depends': ['base'],
'depends': ['base', 'account'],
'init_xml': ['base_iban_data.xml'],
'update_xml': ['base_iban_view.xml'],
'installable': True,