mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 16:48:36 +00:00
fix: rename module to avoid confusion (#363)
This commit is contained in:
co-authored by
GitHub
parent
de37e27368
commit
6f9d5a2e5e
@@ -1,21 +0,0 @@
|
||||
# -*- 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,
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
# -*- 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,Odoo Community Association (OCA)",
|
||||
"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,
|
||||
}
|
||||
Reference in New Issue
Block a user