[IMP] base_comment_template multi company rules

[IMP] Move comment_template_id from account_invoice_comment_template and make it company_dependant

[IMP] base_comment_template: Add test
This commit is contained in:
Ivan Todorovich
2019-04-19 13:47:37 +00:00
committed by Pierre Verkest
parent 0bfc51ec59
commit e7d0910671
11 changed files with 124 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
{
"name": "Base Comments Templates",
"summary": "Comments templates on documents",
"version": "12.0.1.0.0",
"version": "12.0.2.0.0",
"category": "Sale",
"website": "https://github.com/OCA/account-invoice-reporting",
"author": "Camptocamp, Odoo Community Association (OCA)",
@@ -15,6 +15,8 @@
],
"data": [
"security/ir.model.access.csv",
"security/security.xml",
"views/comment_view.xml",
"views/res_partner.xml",
],
}