Odoo modules extending the server module.
Clone this repo into the Odoo addons directory.
git clone [email protected]:Mint-System/Odoo-Apps-Server-Tools.git ./addons/server_tools| Module | Summary |
|---|---|
| auth_impersonate_user | Impersonate another users. |
| auth_totp_ip_check | Disable totp for specific ip networks. |
| base_action_manager_access | Grant server action access to erp manager group. |
| base_db_anonymization | Anonymize content of selected database fields. |
| base_external_mssql | Establish connection to external mssql database. |
| base_module_user_acl | Restricted access to apps app. |
| base_user_acl | Base module for ACL modules. |
| mail_format_with_parent | Use name of parent for mailing if partner has no name. |
| mail_server_filter | Filter outgoing and incoming mail server by database name. |
| mail_service_users | Exclude service users from warranty contract. |
| prometheus_exporter | Monitor Odoo metrics with Prometheus. |
| server_config_environment | Define environments for server configurations. |
| url_slug | Generate slug from record name for web urls. |