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.

15 lines
523 B

  1. # Copyright 2020 Florent de Labarre
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "Online Bank Statements: MyPonto.com",
  5. "version": "12.0.1.0.0",
  6. "category": "Account",
  7. "website": "https://github.com/OCA/bank-statement-import",
  8. "author": "Florent de Labarre, Odoo Community Association (OCA)",
  9. "license": "AGPL-3",
  10. "installable": True,
  11. "depends": ["account_bank_statement_import_online"],
  12. "data": [
  13. "view/online_bank_statement_provider.xml"
  14. ],
  15. }