feat: add delivery more plateform independant (#362)

This commit is contained in:
Vincent Renaville
2022-04-08 14:27:56 +02:00
committed by GitHub
co-authored by GitHub
parent f99d03dd0e
commit de37e27368
5 changed files with 86 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# -*- coding: utf-8 -*-
# © 2022 Vincent Renaville (Camptocamp)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'External storage - 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',
'base_attachment_object_storage',
],
'data': [
],
'test': [],
'installable': True,
'auto_install': True,
}