[ADD] delivery_carrier_label_s3 module

This commit is contained in:
vrenaville
2017-02-15 13:23:42 +01:00
parent 188643b7d3
commit 68d9d8de19
5 changed files with 82 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# -*- coding: utf-8 -*-
# © 2017 Joel Grand-Guillaume (Camptocamp)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Specific - Shipping Label',
'version': '9.0.1.0.0',
'author': 'Camptocamp',
'license': 'AGPL-3',
'category': 'Knowledge Management',
'website': 'http://www.camptocamp.com',
'images': [],
'depends': [
'base_delivery_carrier_label',
'attachment_s3',
],
'data': [
],
'test': [],
'installable': True,
'auto_install': True,
}