server-tools
server-tools copied to clipboard
Tools for Odoo Administrators to improve some technical features on Odoo.
We have some cases where database_cleanup loop endlessly because of referential integrity. In my case, the issue was caused by tables having foreign keys on tables which are not in...
This module allows to dynamically define Onchange Rules on different models.
Migration and improvements: + Add the possibility to restrict import for specific model (ir.model). + Change the implementation to server-side by using the import attribute on the view definition (backport...
Small module that allows developers and technical users to directly check relational fields' data from fields tree view and within module form view.
Hi all, The recent PR made by @StefanRijnhart here https://github.com/odoo/odoo/pull/66505 made me think of an old idea that we talked about here https://github.com/OCA/server-tools/issues/944 and here https://github.com/OCA/oca-decorators/issues/7. I so made a...
Allow accessing auditlog's menu items according access rights defined on auditlog objects. If user with group 'Administration / Access Rights' has all access right on auditlog objects, he should be...
Purge actions: This is essentially a copy of the purge obsolete menu wizard. I made it to be able to remove obsolete actions that blocks opening view settings in odoo...