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.

21 lines
709 B

  1. # © 2013-2014 Nicolas Bessi (Camptocamp SA)
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. "name": "Base Comments Templates",
  5. "summary": "Add conditional mako template to any report"
  6. "on models that inherits comment.template.",
  7. "version": "14.0.2.0.1",
  8. "category": "Reporting",
  9. "website": "https://github.com/OCA/reporting-engine",
  10. "author": "Camptocamp, Odoo Community Association (OCA)",
  11. "license": "AGPL-3",
  12. "installable": True,
  13. "depends": ["base", "mail"],
  14. "data": [
  15. "security/ir.model.access.csv",
  16. "security/security.xml",
  17. "views/base_comment_template_view.xml",
  18. "views/res_partner_view.xml",
  19. ],
  20. }