Openworx / backend_theme

Odoo Backend Theme
156 stars 242 forks source link

Warning in sidebar #62

Open SalahAdDin opened 6 years ago

SalahAdDin commented 6 years ago

I'm testing this theme and i found other problem:

2018-06-08 13:34:56,038 1567 WARNING rotafilo odoo.addons.base.ir.ir_ui_view: Error-prone use of @class in view Apps Sidebar (): use the hasclass(*classes) function to filter elements by their classes
2018-06-08 13:34:56,419 1567 WARNING rotafilo odoo.addons.base.ir.ir_ui_view: Error-prone use of @class in view Apps Sidebar (backend_theme_v11.app_sidebar): use the hasclass(*classes) function to filter elements by their classes

Thank you.

GSLabIt commented 6 years ago

just an warning ..not prevent to use it ..

SalahAdDin commented 6 years ago

Of course, but it's better take it in account, i'm enjoying this theme, thank you.

SalahAdDin commented 6 years ago

@mgielissen I think you forgot to update this small piece of code, i did the https://github.com/Openworx/backend_theme/pull/68 patch.

Thank you