mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] [13.0] Migrate base_comment_template from account_invoic_reporting.
This commit is contained in:
committed by
Víctor Martínez
parent
fe1da090d5
commit
2c3e562dde
@@ -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",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user