mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] Load view files
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
from . import model
|
||||
from . import online
|
||||
from . import urlagent
|
||||
|
||||
from . import model
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
'account_banking',
|
||||
'account_iban_preserve_domestic',
|
||||
],
|
||||
'data': [
|
||||
'view/res_bank.xml',
|
||||
'view/res_partner_bank.xml',
|
||||
],
|
||||
'external_dependencies': {
|
||||
'python' : ['BeautifulSoup'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user