[FIX] adapt license

This commit is contained in:
vrenaville
2017-02-15 13:39:58 +01:00
parent 68d9d8de19
commit 3a29134fc4
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# © 2017 Joel Grand-Guillaume (Camptocamp)
# © 2017 Vincent Renaville (Camptocamp)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import models
+2 -2
View File
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
# © 2017 Joel Grand-Guillaume (Camptocamp)
# © 2017 Vincent Renaville (Camptocamp)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Specific - Shipping Label',
'name': 'S3 - Shipping Label',
'version': '9.0.1.0.0',
'author': 'Camptocamp',
'license': 'AGPL-3',
@@ -3,7 +3,8 @@ from openerp import api, fields, models
class ShippingLabel(models.Model):
""" Inherit of shipping label to store datas in the right location if S3 activated """
""" Inherit of shipping label to store datas
in the right location if S3 activated """
_inherit = 'shipping.label'