mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 16:48:36 +00:00
[MIG] attachment_azure: Backport from 14.0 to 13.0
This commit is contained in:
committed by
Nils Hamerlinck
co-authored by
Nils Hamerlinck
parent
0567247e98
commit
34a0045600
@@ -1,4 +1 @@
|
|||||||
# Copyright 2016-2019 Camptocamp SA
|
|
||||||
# Copyright 2021 Open Source Integrators
|
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
|
|
||||||
from . import models
|
from . import models
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
# Copyright 2016-2019 Camptocamp SA
|
# Copyright 2016-2021 Camptocamp SA
|
||||||
# Copyright 2021 Open Source Integrators
|
# Copyright 2021 Open Source Integrators
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
|
||||||
{
|
{
|
||||||
"name": "Attachments on Azure storage",
|
"name": "Attachments on Azure storage",
|
||||||
"summary": "Store assets and attachments on a Azure compatible object storage",
|
"summary": "Store assets and attachments on a Azure compatible object storage",
|
||||||
"version": "14.0.1.0.0",
|
"version": "13.0.1.0.0",
|
||||||
"author": "Camptocamp, "
|
"author": "Camptocamp, "
|
||||||
"Open Source Integrators, "
|
"Open Source Integrators, "
|
||||||
"Serpent Consulting Services, "
|
"Serpent Consulting Services, "
|
||||||
|
|||||||
@@ -1,4 +1 @@
|
|||||||
# Copyright 2016-2019 Camptocamp SA
|
|
||||||
# Copyright 2021 Open Source Integrators
|
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
|
|
||||||
from . import ir_attachment
|
from . import ir_attachment
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 2016-2019 Camptocamp SA
|
# Copyright 2016-2021 Camptocamp SA
|
||||||
# Copyright 2021 Open Source Integrators
|
# Copyright 2021 Open Source Integrators
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
|
||||||
import io
|
import io
|
||||||
|
|||||||
Reference in New Issue
Block a user