diff --git a/web_easy_switch_company/static/src/img/icon.png b/web_easy_switch_company/static/description/icon.png similarity index 100% rename from web_easy_switch_company/static/src/img/icon.png rename to web_easy_switch_company/static/description/icon.png diff --git a/web_easy_switch_company/static/src/img/selection-off.png b/web_easy_switch_company/static/description/selection-off.png similarity index 100% rename from web_easy_switch_company/static/src/img/selection-off.png rename to web_easy_switch_company/static/description/selection-off.png diff --git a/web_easy_switch_company/static/src/img/selection-on.png b/web_easy_switch_company/static/description/selection-on.png similarity index 100% rename from web_easy_switch_company/static/src/img/selection-on.png rename to web_easy_switch_company/static/description/selection-on.png diff --git a/web_easy_switch_company/static/src/js/switch_company.js b/web_easy_switch_company/static/src/js/switch_company.js index e2e7add4..894d3d99 100644 --- a/web_easy_switch_company/static/src/js/switch_company.js +++ b/web_easy_switch_company/static/src/js/switch_company.js @@ -118,10 +118,10 @@ openerp.web_easy_switch_company = function (instance) { id: res_company[i][0] }); if (res_company[i][0] == self.current_company_id){ - logo_state = '/web_easy_switch_company/static/src/img/selection-on.png'; + logo_state = '/web_easy_switch_company/static/description/selection-on.png'; } else{ - logo_state = '/web_easy_switch_company/static/src/img/selection-off.png'; + logo_state = '/web_easy_switch_company/static/description/selection-off.png'; } self.companies.push({ id: res_company[i][0],