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.

14 lines
484 B

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