mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[UPD] Update base_comment_template.pot [UPD] README.rst Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: reporting-engine-14.0/reporting-engine-14.0-base_comment_template Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-14-0/reporting-engine-14-0-base_comment_template/
22 lines
709 B
Python
22 lines
709 B
Python
# © 2013-2014 Nicolas Bessi (Camptocamp SA)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Base Comments Templates",
|
|
"summary": "Add conditional mako template to any report"
|
|
"on models that inherits comment.template.",
|
|
"version": "14.0.2.0.0",
|
|
"category": "Reporting",
|
|
"website": "https://github.com/OCA/reporting-engine",
|
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"depends": ["base", "mail"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"security/security.xml",
|
|
"views/base_comment_template_view.xml",
|
|
"views/res_partner_view.xml",
|
|
],
|
|
}
|