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.

18 lines
608 B

  1. # Copyright 2020 Tecnativa - João Marques
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "Clear all partners in bank statement lines",
  5. "version": "12.0.1.0.0",
  6. # see https://odoo-community.org/page/development-status
  7. "development_status": "Production/Stable",
  8. "category": "Invoicing Management",
  9. "website": "https://github.com/OCA/bank-statement-import",
  10. "author": "Tecnativa, Odoo Community Association (OCA)",
  11. "license": "AGPL-3",
  12. "depends": [
  13. 'account',
  14. ],
  15. "data": [
  16. "views/account_bank_statement_views.xml"
  17. ]
  18. }