[FIX] Load view files

This commit is contained in:
Stefan Rijnhart
2014-02-09 19:43:10 +01:00
parent 1b7b6140e2
commit fb558fd591
2 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
from . import model
from . import online
from . import urlagent
from . import model

View File

@@ -30,6 +30,10 @@
'account_banking',
'account_iban_preserve_domestic',
],
'data': [
'view/res_bank.xml',
'view/res_partner_bank.xml',
],
'external_dependencies': {
'python' : ['BeautifulSoup'],
},