[MIG] attachment_azure: Backport from 14.0 to 13.0

This commit is contained in:
Patrick Tombez
2021-09-07 11:02:26 +07:00
committed by Nils Hamerlinck
co-authored by Nils Hamerlinck
parent 2515c4bfdc
commit 2ae22ffdf0
4 changed files with 3 additions and 9 deletions
-3
View File
@@ -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
+2 -2
View File
@@ -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, "
-3
View File
@@ -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 -1
View File
@@ -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