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.

25 lines
764 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2014-2019 Therp BV <https://therp.nl>.
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Publication',
  6. 'version': '10.0.1.0.0',
  7. 'category': 'Contract Management',
  8. 'author': 'Therp BV, '
  9. 'Odoo Community Association (OCA)',
  10. 'website': 'https://github.com/oca/contract',
  11. 'license': 'AGPL-3',
  12. 'summary': 'Maintain electronic or print publications for your relations.',
  13. 'depends': [
  14. 'contract',
  15. ],
  16. 'data': [
  17. 'views/product_template.xml',
  18. 'views/distribution_list.xml',
  19. 'views/res_partner.xml',
  20. 'views/menu.xml',
  21. 'security/ir.model.access.csv',
  22. ],
  23. 'auto_install': False,
  24. 'installable': True,
  25. }