xavierjimenez
6 years ago
committed by
Pierre Verkest
7 changed files with 73 additions and 26 deletions
-
69base_comment_template/README.rst
-
1base_comment_template/__init__.py
-
7base_comment_template/__manifest__.py
-
1base_comment_template/models/__init__.py
-
1base_comment_template/models/comment.py
-
7base_comment_template/readme/CONTRIBUTORS.rst
-
13base_comment_template/readme/DESCRIPTION.rst
@ -1,4 +1,3 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from . import models |
@ -1,15 +1,14 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# © 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": "10.0.1.0.0", |
|||
"version": "11.0.1.0.0", |
|||
"depends": ["base"], |
|||
"author": "Camptocamp,Odoo Community Association (OCA)", |
|||
"author": "Camptocamp, Odoo Community Association (OCA)", |
|||
"license": "AGPL-3", |
|||
"data": ["views/comment_view.xml", |
|||
'security/ir.model.access.csv', |
|||
"security/ir.model.access.csv", |
|||
], |
|||
"category": "Sale", |
|||
'installable': True, |
|||
|
@ -0,0 +1,7 @@ |
|||
* Xavier Jimenez <xavier.jimenez@qubiq.es> |
|||
* Nicolas Bessi <nicolas.bessi@camptocamp.com> |
|||
* Yannick Vaucher <yannick.vaucher@camptocamp.com> |
|||
* Guewen Baconnier <guewen.baconnier@camptocamp.com> |
|||
* Simone Rubino <simone.rubino@agilebg.com> |
|||
|
|||
Do not contact contributors directly about support or help with technical issues. |
@ -0,0 +1,13 @@ |
|||
Add a new model to define templates of comments to print on |
|||
documents. |
|||
|
|||
Two positions are available for the comments: |
|||
* above document lines |
|||
* below document lines |
|||
|
|||
This module is the base module for following modules: |
|||
|
|||
* sale_comment_template |
|||
* purchase_comment_template |
|||
* invoice_comment_template |
|||
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue