[MIG] [13.0] Migrate base_comment_template from account_invoic_reporting.

This commit is contained in:
Mihai Fekete
2020-07-08 10:37:24 +03:00
committed by Víctor Martínez
parent fe1da090d5
commit 2c3e562dde
18 changed files with 607 additions and 150 deletions

View File

@@ -3,18 +3,19 @@
{
"name": "Base Comments Templates",
"summary": "Comments templates on documents",
"summary": "Add conditional mako template to any report "
"on models that inherits comment.template.",
"version": "14.0.1.0.0",
"category": "Sale",
"category": "Reporting",
"website": "https://github.com/OCA/reporting-engine",
"author": "Camptocamp, Odoo Community Association (OCA)",
"license": "AGPL-3",
"installable": True,
"depends": ["base"],
"depends": ["base", "mail"],
"data": [
"security/ir.model.access.csv",
"security/security.xml",
"views/comment_view.xml",
"views/res_partner.xml",
"views/base_comment_template_view.xml",
"views/res_partner_view.xml",
],
}