how to add an image(binary) to a many2one field other than "EHCS Many2one Dropdown Image"(module)
class x:
x = field.binary() #image
name = field.char() #name
class y:
m = field.many2one(class x) #show(name image)
how to add an image(binary) to a many2one field other than "EHCS Many2one Dropdown Image"(module)
class x:
x = field.binary() #image
name = field.char() #name
class y:
m = field.many2one(class x) #show(name image)
Copyright © 2021 Jogjafile Inc.