mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix common
This commit is contained in:
@@ -48,5 +48,5 @@ class Base(models.AbstractModel):
|
||||
|
||||
@api.model
|
||||
def get_image_from_url(self, url):
|
||||
res = imgc.ImageController.get_image_from_url(url)
|
||||
res = imgc.AppController.get_image_from_url(url)
|
||||
return res
|
||||
Reference in New Issue
Block a user