diff --git a/ext/custom-addons/cam_reports/cam_reports.py b/ext/custom-addons/cam_reports/cam_reports.py index 7112626b..ce8bcbff 100644 --- a/ext/custom-addons/cam_reports/cam_reports.py +++ b/ext/custom-addons/cam_reports/cam_reports.py @@ -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)