[MIG] attachment_azure: Backport from 10.0 to 9.0

This commit is contained in:
Nils Hamerlinck
2021-11-09 20:28:31 +07:00
parent d0db524425
commit 4519f4e515
2 changed files with 2 additions and 2 deletions
@@ -4,7 +4,7 @@
{ {
"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": "10.0.1.0.0", "version": "9.0.1.0.0",
"author": "Camptocamp, " "author": "Camptocamp, "
"Open Source Integrators, " "Open Source Integrators, "
"Serpent Consulting Services, " "Serpent Consulting Services, "
+1 -1
View File
@@ -8,7 +8,7 @@ import os
import re import re
from datetime import datetime, timedelta from datetime import datetime, timedelta
from odoo import _, api, exceptions, models from openerp import _, api, exceptions, models
_logger = logging.getLogger(__name__) _logger = logging.getLogger(__name__)