mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 02:08:36 +00:00
[FIX] adapt license
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user