mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 08:47:40 +00:00
[FIX] adapt license
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# -*- coding: utf-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).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||||
|
|
||||||
from . import models
|
from . import models
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
# -*- coding: utf-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).
|
# 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',
|
'version': '9.0.1.0.0',
|
||||||
'author': 'Camptocamp',
|
'author': 'Camptocamp',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
|
|||||||
@@ -3,7 +3,8 @@ from openerp import api, fields, models
|
|||||||
|
|
||||||
|
|
||||||
class ShippingLabel(models.Model):
|
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'
|
_inherit = 'shipping.label'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user