Files
reporting-engine/base_comment_template/__manifest__.py
Pedro M. Baeza 9b738976fe [FIX] base_comment_template: Make field truly company dependent
Previous field declaration was incorrect due to a typo, leading to non applying the
company dependent features.

Now everything is correct and the migration scripts care of moving data properly.
2021-01-26 16:00:00 +01:00

23 lines
640 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": "Comments templates on documents",
"version": "12.0.3.0.0",
"category": "Sale",
"website": "https://github.com/OCA/account-invoice-reporting",
"author": "Camptocamp, Odoo Community Association (OCA)",
"license": "AGPL-3",
"installable": True,
"depends": [
"base"
],
"data": [
"security/ir.model.access.csv",
"security/security.xml",
"views/comment_view.xml",
"views/res_partner.xml",
],
}