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.

27 lines
778 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 LasLabs Inc.
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Contract - Auto Payment",
  6. "summary": "Adds automatic payments to contracts.",
  7. "version": "10.0.1.0.1",
  8. "category": "Contract Management",
  9. "license": "AGPL-3",
  10. "author": "LasLabs, "
  11. "Odoo Community Association (OCA)",
  12. "website": "https://laslabs.com",
  13. "depends": [
  14. "contract",
  15. "payment",
  16. ],
  17. "data": [
  18. "data/mail_template_data.xml",
  19. "data/ir_cron_data.xml",
  20. "views/account_analytic_account_view.xml",
  21. "views/account_analytic_contract_view.xml",
  22. "views/res_partner_view.xml",
  23. ],
  24. "installable": True,
  25. "application": False,
  26. }