OCA reporting engine fork for dev and update.
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
481 B

  1. # -*- coding: utf-8 -*-
  2. # © 2013-2014 Nicolas Bessi (Camptocamp SA)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {'name': 'Base Comments Templates',
  5. 'summary': 'Comments templates on documents',
  6. 'version': '9.0.1.0.0',
  7. 'license': 'AGPL-3',
  8. 'depends': ['base', ],
  9. 'author': 'Camptocamp,Odoo Community Association (OCA)',
  10. 'data': ['views/comment.xml',
  11. 'security/ir.model.access.csv',
  12. ],
  13. 'category': 'Sale',
  14. 'installable': True, }