Isabelle RICHARD
Isabelle RICHARD
+1 this package only needs some dark colors to be perfect !
Hi, When we develop modules, we never uninstall them. I think this issue is more related to the way Odoo uninstall modules. In smile_base, we add a field _sequence_ on...
Hi @llabusch93 , The module has been migrated directly to version [14.0](https://github.com/Smile-SA/odoo_addons/tree/14.0/smile_base_automation). We didn't plan to migrate it to version 13.0, but a PR is always appreciated!
Hi, What module did you install, and on which Odoo server version please? Regards, Isabelle
Hi, The purpose of this module is to store sessions inside a Redis database, not to improve performances of a server. This module is useful when Odoo is multi-hosted and...
Hi, In the module base, the action window _base.action_res_users_ has no value defined for the field _domain_. In smile_access_control, we set a value for this field on this record. Uninstalling...
Hi, That's another problem caused by uninstallation... In smile_access_control, we override native actions of module base: ``` [('user_profile', '=', False)] ``` When you uninstall, the view smile_access_control.view_res_user_form is deleted, so...
Hi, I just commited for Odoo 13.0 an uninstall_hook to avoid the error on future installations. See https://github.com/Smile-SA/odoo_addons/commit/6d9c953c42bad6da9300d0392479776d255cf1fc To fix error on your existing database, please go to act windows...
Hi @dbodine42 , Thanks for your feeback. Do you mean lines 51 and 67? https://github.com/Smile-SA/odoo_addons/blob/11.0/smile_redis_session_store/redis_session_store.py#L51 We could improve the code, or it could be done by you via a pull...
I applied your suggested fixes to module (see commit cebec0211203657e662f7e6a6a06db9785d3ad0c). Thanks!