mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 16:48:36 +00:00
[FIX] adapt license
This commit is contained in:
@@ -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