This project aims to deal with modules related to manage Odoo server environment and provide useful tools.
addon | version | maintainers | summary |
---|---|---|---|
attachment_delete_restrict | 14.0.1.0.1 | Restrict Deletion of Attachments | |
attachment_queue | 14.0.1.0.1 | Base module adding the concept of queue for processing files | |
attachment_synchronize | 14.0.1.0.2 | Attachment Synchronize | |
attachment_unindex_content | 14.0.1.0.1 | Disable indexing of attachments | |
auditlog | 14.0.2.0.1 | Audit Log | |
auto_backup | 14.0.1.0.0 | Backups database | |
autovacuum_message_attachment | 14.0.1.0.0 | Automatically delete old mail messages and attachments | |
base_changeset | 14.0.2.0.1 | Track record changesets | |
base_conditional_image | 14.0.2.0.0 | This module extends the functionality to support conditional images | |
base_cron_exclusion | 14.0.1.0.0 | Allow you to select scheduled actions that should not run simultaneously. | |
base_custom_info | 14.0.1.0.1 | Add custom field in models | |
base_deterministic_session_gc | 14.0.1.0.0 | Provide a deterministic session garbage collection instead of the default random one | |
base_exception | 14.0.2.1.0 | This module provide an abstract model to manage customizable exceptions to be applied on different models (sale order, invoice, ...) | |
base_fontawesome | 14.0.5.15.4 | Up to date Fontawesome resources. | |
base_generate_code | 14.0.1.0.1 | Code Generator | |
base_jsonify | 14.0.2.0.0 | Base module that provide the jsonify method on all models. WARNING: since version 14.0.2.0.0 the module have been renamed to jsonifier . This module now depends on it only for backward compatibility. It will be discarded in v15 likely. |
|
base_kanban_stage | 14.0.1.0.0 | Provides stage model and abstract logic for inheritance | |
base_kanban_stage_state | 14.0.1.0.0 | Maps stages from base_kanban_stage to states | |
base_m2m_custom_field | 14.0.1.1.0 | Customizations of Many2many | |
base_model_restrict_update | 14.0.1.0.0 | Update Restrict Model | |
base_multi_image | 14.0.1.0.0 | Allow multiple images for database objects | |
base_name_search_improved | 14.0.1.1.0 | Friendlier search when typing in relation fields | |
base_name_search_multi_lang | 14.0.1.0.0 | Name search by multiple active language | |
base_remote | 14.0.1.0.0 | Remote Base | |
base_report_auto_create_qweb | 14.0.1.0.1 | Report qweb auto generation | |
base_search_fuzzy | 14.0.1.0.2 | Fuzzy search with the PostgreSQL trigram extension | |
base_sequence_default | 14.0.1.0.0 | Use sequences for default values of fields when creating a new record | |
base_sequence_option | 14.0.1.0.0 | Alternative sequence options for specific models | |
base_sparse_field_list_support | 14.0.1.0.1 | add list support to convert_to_cache() | |
base_technical_user | 14.0.1.0.1 | Add a technical user parameter on the company | |
base_time_parameter | 14.0.3.0.5 | Time dependent parameters Adds the feature to define parameters with time based versions. | |
base_time_window | 14.0.1.0.1 | Base model to handle time windows | |
base_video_link | 14.0.1.1.1 | Add the possibility to link video on record | |
base_view_inheritance_extension | 14.0.1.1.2 | Adds more operators for view inheritance | |
bus_alt_connection | 14.0.1.0.0 | Needed when using PgBouncer as a connection pooler | |
configuration_helper | 14.0.1.0.0 | Configuration Helper | |
database_cleanup | 14.0.1.0.1 | Database cleanup | |
datetime_formatter | 14.0.1.0.0 | Helper functions to give correct format to date[time] fields | |
dbfilter_from_header | 14.0.1.0.0 | Filter databases with HTTP headers | |
excel_import_export | 14.0.1.1.0 | Base module for developing Excel import/export/report | |
excel_import_export_demo | 14.0.1.0.0 | Excel Import/Export/Report Demo | |
fetchmail_incoming_log | 14.0.1.0.0 | Log all messages received, before they start to be processed. | |
fetchmail_notify_error_to_sender | 14.0.1.0.0 | If fetching mails gives error, send an email to sender | |
fetchmail_notify_error_to_sender_test | 14.0.1.0.0 | Test for Fetchmail Notify Error to Sender | |
html_image_url_extractor | 14.0.1.0.1 | Extract images found in any HTML field | |
html_text | 14.0.1.0.1 | Generate excerpts from any HTML field | |
iap_alternative_provider | 14.0.1.0.0 | Base module for providing alternative provider for iap apps | |
jsonifier | 14.0.1.1.0 | JSON-ify data for all models | |
jsonifier_stored | 14.0.1.0.0 | Pre-compute and store JSON data on any model | |
letsencrypt | 14.0.1.0.1 | Request SSL certificates from letsencrypt.org | |
mail_cleanup | 14.0.1.0.0 | Mark as read or delete mails after a set time | |
module_auto_update | 14.0.1.0.2 | Automatically update Odoo modules | |
module_change_auto_install | 14.0.1.0.3 | Customize auto installables modules by configuration | |
module_prototyper | 14.0.1.0.0 | Prototype your module. | |
nsca_client | 14.0.1.0.1 | Send passive alerts to monitor your Odoo application. | |
onchange_helper | 14.0.1.0.2 | Technical module that ease execution of onchange in Python code | |
rpc_helper | 14.0.1.2.0 | Helpers for disabling RPC calls | |
scheduler_error_mailer | 14.0.1.2.0 | Scheduler Error Mailer | |
sentry | 14.0.2.0.0 | Report Odoo errors to Sentry | |
sequence_python | 14.0.1.0.0 | Calculate a sequence number from a Python expression | |
session_db | 14.0.1.0.1 | Store sessions in DB | |
slow_statement_logger | 14.0.1.0.1 | Log slow SQL statements | |
sql_export | 14.0.1.2.1 | Export data in csv file with SQL requests | |
sql_export_excel | 14.0.1.1.0 | Allow to export a sql query to an excel file. | |
sql_export_mail | 14.0.1.0.0 | Send csv file generated by sql query by mail. | |
sql_request_abstract | 14.0.1.3.0 | Abstract Model to manage SQL Requests | |
test_base_time_window | 14.0.1.0.1 | Test Base model to handle time windows | |
tracking_manager | 14.0.1.0.1 | This module tracks all fields of a model, including one2many and many2many ones. | |
upgrade_analysis | 14.0.3.0.0 | Performs a difference analysis between modules installed on two different Odoo instances | |
url_attachment_search_fuzzy | 14.0.1.0.0 | Fuzzy Search of URL in Attachments |
This repository is licensed under AGPL-3.0.
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, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.