mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[IMP] account_bank_statement_import_paypal: create paypal maps
This commit is contained in:
@@ -5,14 +5,22 @@
|
||||
{
|
||||
"name": "Import Paypal Bank Statements",
|
||||
'summary': 'Import Paypal CSV files as Bank Statements in Odoo',
|
||||
"version": "11.0.1.0.0",
|
||||
"version": "11.0.2.0.0",
|
||||
"category": "Accounting",
|
||||
"website": "https://github.com/OCA/bank-statement-import",
|
||||
"author": " Akretion, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"application": False,
|
||||
"installable": True,
|
||||
"depends": [
|
||||
"account_bank_statement_import",
|
||||
"sale",
|
||||
],
|
||||
"data": [
|
||||
"security/ir.model.access.csv",
|
||||
"data/paypal_map_data.xml",
|
||||
"wizards/create_map_lines_from_file_views.xml",
|
||||
"wizards/account_bank_statement_import_view.xml",
|
||||
"views/account_journal_views.xml",
|
||||
"views/paypal_map_views.xml",
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user