mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 08:47:40 +00:00
[MIG] attachment_azure: Backport from 10.0 to 9.0
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{
|
||||
"name": "Attachments on Azure 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, "
|
||||
"Open Source Integrators, "
|
||||
"Serpent Consulting Services, "
|
||||
@@ -8,7 +8,7 @@ import os
|
||||
import re
|
||||
from datetime import datetime, timedelta
|
||||
|
||||
from odoo import _, api, exceptions, models
|
||||
from openerp import _, api, exceptions, models
|
||||
|
||||
_logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user