An open API service indexing awesome lists of open source software.

https://github.com/OCA/server-tools

Tools for Odoo Administrators to improve some technical features on Odoo.
https://github.com/OCA/server-tools

erp hacktoberfest odoo python

Last synced: 3 months ago
JSON representation

Tools for Odoo Administrators to improve some technical features on Odoo.

Awesome Lists containing this project

README

          

[![Runboat](https://img.shields.io/badge/runboat-Try%20me-875A7B.png)](https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=16.0)
[![Pre-commit Status](https://github.com/OCA/server-tools/actions/workflows/pre-commit.yml/badge.svg?branch=16.0)](https://github.com/OCA/server-tools/actions/workflows/pre-commit.yml?query=branch%3A16.0)
[![Build Status](https://github.com/OCA/server-tools/actions/workflows/test.yml/badge.svg?branch=16.0)](https://github.com/OCA/server-tools/actions/workflows/test.yml?query=branch%3A16.0)
[![codecov](https://codecov.io/gh/OCA/server-tools/branch/16.0/graph/badge.svg)](https://codecov.io/gh/OCA/server-tools)
[![Translation Status](https://translation.odoo-community.org/widgets/server-tools-16-0/-/svg-badge.svg)](https://translation.odoo-community.org/engage/server-tools-16-0/?utm_source=widget)

# server-tools

TODO: add repo description.

[//]: # (addons)

Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[attachment_delete_restrict](attachment_delete_restrict/) | 16.0.1.0.0 | yostashiro Kev-Roche | Restrict Deletion of Attachments
[attachment_logging](attachment_logging/) | 16.0.1.0.0 | | Show attachment information in chatter
[attachment_queue](attachment_queue/) | 16.0.1.2.1 | florian-dacosta sebastienbeau | Base module adding the concept of queue for processing files
[attachment_synchronize](attachment_synchronize/) | 16.0.1.0.1 | florian-dacosta sebastienbeau GSLabIt bealdav | Attachment Synchronize
[attachment_unindex_content](attachment_unindex_content/) | 16.0.1.0.0 | moylop260 ebirbe luisg123v | Disable indexing of attachments
[auditlog](auditlog/) | 16.0.2.2.3 | | Audit Log
[auto_backup](auto_backup/) | 16.0.1.0.1 | | Backups database
[autovacuum_message_attachment](autovacuum_message_attachment/) | 16.0.1.0.1 | florian-dacosta | Automatically delete old mail messages and attachments
[base_changeset](base_changeset/) | 16.0.1.0.0 | astirpe | Track record changesets
[base_conditional_image](base_conditional_image/) | 16.0.1.0.0 | | This module extends the functionality to support conditional images
[base_cron_exclusion](base_cron_exclusion/) | 16.0.1.0.0 | LoisRForgeFlow ChrisOForgeFlow | Allow you to select scheduled actions that should not run simultaneously.
[base_domain_inverse_function](base_domain_inverse_function/) | 16.0.1.0.0 | grindtildeath | Provide function to inverse domain into parts
[base_exception](base_exception/) | 16.0.2.1.0 | hparfr sebastienbeau | This module provide an abstract model to manage customizable exceptions to be applied on different models (sale order, invoice, ...)
[base_fontawesome](base_fontawesome/) | 16.0.6.6.1 | | Up to date Fontawesome resources.
[base_force_record_noupdate](base_force_record_noupdate/) | 16.0.1.0.0 | | Manually force noupdate=True on models
[base_import_default_enable_tracking](base_import_default_enable_tracking/) | 16.0.1.0.0 | benwillig | This modules simply enables history tracking when doing an import.
[base_import_odoo](base_import_odoo/) | 16.0.1.0.1 | hbrunn thomaspaulb | Import records from another Odoo instance
[base_m2m_custom_field](base_m2m_custom_field/) | 16.0.1.0.0 | | Customizations of Many2many
[base_multi_image](base_multi_image/) | 16.0.1.0.1 | | Allow multiple images for database objects
[base_name_search_improved](base_name_search_improved/) | 16.0.1.0.2 | | Friendlier search when typing in relation fields
[base_partition](base_partition/) | 16.0.1.0.0 | | Base module that provide the partition method on all models
[base_remote](base_remote/) | 16.0.1.0.3 | | Remote Base
[base_search_fuzzy](base_search_fuzzy/) | 16.0.1.0.0 | | Fuzzy search with the PostgreSQL trigram extension
[base_sequence_default](base_sequence_default/) | 16.0.1.0.2 | Shide yajo rafaelbn | Use sequences for default values of fields when creating a new record
[base_sequence_option](base_sequence_option/) | 16.0.1.0.1 | kittiu | Alternative sequence options for specific models
[base_sparse_field_list_support](base_sparse_field_list_support/) | 16.0.1.0.0 | | add list support to convert_to_cache()
[base_technical_user](base_technical_user/) | 16.0.1.0.0 | | Add a technical user parameter on the company
[base_time_window](base_time_window/) | 16.0.1.1.0 | | Base model to handle time windows
[base_view_inheritance_extension](base_view_inheritance_extension/) | 16.0.1.2.2 | | Adds more operators for view inheritance
[bus_alt_connection](bus_alt_connection/) | 16.0.1.0.0 | | Needed when using PgBouncer as a connection pooler
[cron_daylight_saving_time_resistant](cron_daylight_saving_time_resistant/) | 16.0.1.0.1 | florian-dacosta | Run cron on fixed hours
[database_cleanup](database_cleanup/) | 16.0.1.2.1 | | Database cleanup
[datetime_formatter](datetime_formatter/) | 16.0.1.0.0 | | Helper functions to give correct format to date[time] fields
[dbfilter_from_header](dbfilter_from_header/) | 16.0.1.0.1 | | Filter databases with HTTP headers
[excel_import_export](excel_import_export/) | 16.0.1.3.1 | kittiu | Base module for developing Excel import/export/report
[excel_import_export_demo](excel_import_export_demo/) | 16.0.1.1.0 | kittiu | Excel Import/Export/Report Demo
[excel_import_export_unidecode](excel_import_export_unidecode/) | 16.0.1.0.1 | | Add unidecode option to excel import/export/report
[fetchmail_attach_from_folder](fetchmail_attach_from_folder/) | 16.0.1.6.0 | NL66278 | Attach mails in an IMAP folder to existing objects
[html_text](html_text/) | 16.0.1.0.1 | | Generate excerpts from any HTML field
[iap_alternative_provider](iap_alternative_provider/) | 16.0.1.0.0 | sebastienbeau | Base module for providing alternative provider for iap apps
[jsonifier](jsonifier/) | 16.0.0.1.0 | | JSON-ify data for all models
[letsencrypt](letsencrypt/) | 16.0.1.1.1 | hbrunn | Request SSL certificates from letsencrypt.org
[module_analysis](module_analysis/) | 16.0.1.0.4 | legalsylvain | Add analysis tools regarding installed modules to know which installed modules comes from Odoo Core, OCA, or are custom modules
[module_auto_update](module_auto_update/) | 16.0.1.0.2 | | Automatically update Odoo modules
[module_change_auto_install](module_change_auto_install/) | 16.0.1.0.2 | legalsylvain | Customize auto installables modules by configuration
[nsca_client](nsca_client/) | 16.0.1.0.0 | | Send passive alerts to monitor your Odoo application.
[odoo_test_xmlrunner](odoo_test_xmlrunner/) | 16.0.1.0.1 | | This module override Odoo testing method to run them with xmlrunner tool.
[onchange_helper](onchange_helper/) | 16.0.1.0.0 | | Technical module that ease execution of onchange in Python code
[postgres_vacuum](postgres_vacuum/) | 16.0.1.0.0 | | Vacuum or analyze Odoo's database tables
[rpc_helper](rpc_helper/) | 16.0.1.0.0 | simahawk | Helpers for disabling RPC calls
[scheduler_error_mailer](scheduler_error_mailer/) | 16.0.1.0.0 | | Scheduler Error Mailer
[sentry](sentry/) | 16.0.3.0.3 | barsi naglis versada moylop260 fernandahf | Report Odoo errors to Sentry
[sequence_python](sequence_python/) | 16.0.1.0.0 | | Calculate a sequence number from a Python expression
[server_action_logging](server_action_logging/) | 16.0.1.0.0 | | Module that provides a logging mechanism for server actions
[session_db](session_db/) | 16.0.1.0.7 | sbidoul | Store sessions in DB
[tracking_manager](tracking_manager/) | 16.0.1.1.8 | Kev-Roche sebastienbeau | This module tracks all fields of a model, including one2many and many2many ones.
[upgrade_analysis](upgrade_analysis/) | 16.0.1.2.1 | StefanRijnhart legalsylvain | Performs a difference analysis between modules installed on two different Odoo instances
[url_attachment_search_fuzzy](url_attachment_search_fuzzy/) | 16.0.1.0.0 | mariadforgelow | Fuzzy Search of URL in Attachments

[//]: # (end addons)

## Licenses

This repository is licensed under [AGPL-3.0](LICENSE).

However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA)
policy. Consult each module's `__manifest__.py` file, which contains a `license` key
that explains its license.

----
OCA, or the [Odoo Community Association](http://odoo-community.org/), is a nonprofit
organization whose mission is to support the collaborative development of Odoo features
and promote its widespread use.