mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 08:47:40 +00:00
Change CI to GitHub actions
Use copier template from oca/oca-addons-repo-template Target Python3.7 Adapt modules to fix few issues
This commit is contained in:
@@ -33,9 +33,9 @@ class IrAttachment(models.Model):
|
||||
_inherit = "ir.attachment"
|
||||
|
||||
def _get_stores(self):
|
||||
l = ["azure"]
|
||||
l += super(IrAttachment, self)._get_stores()
|
||||
return l
|
||||
stores = ["azure"]
|
||||
stores += super(IrAttachment, self)._get_stores()
|
||||
return stores
|
||||
|
||||
@api.model
|
||||
def _get_blob_service_client(self):
|
||||
|
||||
Reference in New Issue
Block a user