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
730 B

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