You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
959 B

  1. # Copyright 2014-2017 Akretion (http://www.akretion.com).
  2. # @author Alexis de Lattre <alexis.delattre@akretion.com>
  3. # @author Sébastien BEAU <sebastien.beau@akretion.com>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. "name": "Import Paypal Bank Statements",
  7. 'summary': 'Import Paypal CSV files as Bank Statements in Odoo',
  8. "version": "11.0.2.0.0",
  9. "category": "Accounting",
  10. "website": "https://github.com/OCA/bank-statement-import",
  11. "author": " Akretion, Odoo Community Association (OCA)",
  12. "license": "AGPL-3",
  13. "installable": True,
  14. "depends": [
  15. "account_bank_statement_import",
  16. "sale",
  17. ],
  18. "data": [
  19. "security/ir.model.access.csv",
  20. "data/paypal_map_data.xml",
  21. "wizards/create_map_lines_from_file_views.xml",
  22. "wizards/account_bank_statement_import_view.xml",
  23. "views/account_journal_views.xml",
  24. "views/paypal_map_views.xml",
  25. ]
  26. }