logos
parent
28c5d8878a
commit
d3b2705346
|
|
@ -31,7 +31,7 @@ class res_company(osv.osv):
|
|||
def get_image(self, img):
|
||||
|
||||
def _get_dir():
|
||||
styles_dir = 'cam_custom/static/src/img'
|
||||
styles_dir = 'cam_reports/static/src/img'
|
||||
adps = addons.module.ad_paths
|
||||
for adp in adps:
|
||||
dir = os.path.join(adp, styles_dir)
|
||||
|
|
|
|||
Loading…
Reference in New Issue