mirror of https://github.com/OCA/web.git
During uninstallation, Odoo attempts to delete columns and tables related to the ir.actions.act_multi model. However, this model shares the same table (ir_actions) with other core modules, meaning the table and its columns should not be removed. Before this commit, this issue could render the database unusable. After this commit, the database remains intact, and the module can be uninstalled without problems. Fix https://github.com/OCA/web/issues/2394 |
||
---|---|---|
.github/workflows | ||
setup | ||
support_branding | ||
web_access_rule_buttons | ||
web_action_conditionable | ||
web_advanced_search | ||
web_assets_warmup | ||
web_button_visibility | ||
web_calendar_color_field | ||
web_calendar_slot_duration | ||
web_company_color | ||
web_copy_confirm | ||
web_create_write_confirm | ||
web_custom_modifier | ||
web_decimal_numpad_dot | ||
web_dialog_size | ||
web_disable_export_group | ||
web_domain_field | ||
web_drop_target | ||
web_edit_user_filter | ||
web_environment_ribbon | ||
web_field_required_invisible_manager | ||
web_fix_modules_load | ||
web_group_expand | ||
web_ir_actions_act_multi | ||
web_ir_actions_act_view_reload | ||
web_ir_actions_act_window_message | ||
web_listview_range_select | ||
web_m2x_options | ||
web_m2x_options_manager | ||
web_no_bubble | ||
web_notify | ||
web_notify_channel_message | ||
web_notify_upgrade | ||
web_pivot_hide_total | ||
web_pwa_oca | ||
web_refresher | ||
web_remember_tree_column_width | ||
web_responsive | ||
web_search_with_and | ||
web_select_all_companies | ||
web_send_message_popup | ||
web_sheet_full_width | ||
web_switch_context_warning | ||
web_timeline | ||
web_tooltip_field | ||
web_tree_dynamic_colored_field | ||
web_tree_image_tooltip | ||
web_tree_many2one_clickable | ||
web_view_calendar_list | ||
web_widget_bokeh_chart | ||
web_widget_char_size | ||
web_widget_child_selector | ||
web_widget_ckeditor | ||
web_widget_datepicker_fulloptions | ||
web_widget_domain_editor_dialog | ||
web_widget_dropdown_dynamic | ||
web_widget_image_download | ||
web_widget_image_webcam | ||
web_widget_many2one_simple | ||
web_widget_mermaid | ||
web_widget_model_viewer | ||
web_widget_mpld3_chart | ||
web_widget_numeric_step | ||
web_widget_one2many_tree_line_duplicate | ||
web_widget_open_tab | ||
web_widget_plotly_chart | ||
web_widget_text_markdown | ||
web_widget_uom | ||
web_widget_url_advanced | ||
web_widget_x2many_2d_matrix | ||
.copier-answers.yml | ||
.editorconfig | ||
.eslintrc.yml | ||
.flake8 | ||
.gitignore | ||
.isort.cfg | ||
.oca_hooks.cfg | ||
.pre-commit-config.yaml | ||
.prettierrc.yml | ||
.pylintrc | ||
.pylintrc-mandatory | ||
LICENSE | ||
README.md | ||
oca_dependencies.txt | ||
requirements.txt |
README.md
Web addons for Odoo
This project aims to deal with modules related to the webclient of Odoo. You'll find modules that:
- Add facilities to the UI
- Add widgets
- Ease the import/export features
- Generally add clientside functionality
Available addons
addon | version | maintainers | summary |
---|---|---|---|
support_branding | 14.0.1.2.0 | Adds your branding to an Odoo instance | |
web_access_rule_buttons | 14.0.1.0.1 | Disable Edit button if access rules prevent this action | |
web_action_conditionable | 14.0.1.0.1 | web_action_conditionable | |
web_advanced_search | 14.0.1.0.1 | Easier and more powerful searching tools | |
web_assets_warmup | 14.0.1.0.0 | Ensure that assets are generated when Odoo starts. | |
web_button_visibility | 14.0.1.0.0 | ![]() |
Web Button Visibility |
web_calendar_color_field | 14.0.1.0.0 | Calendar Color Field | |
web_calendar_slot_duration | 14.0.1.0.0 | ![]() |
Customizable calendar slot durations |
web_company_color | 14.0.2.0.0 | Web Company Color | |
web_copy_confirm | 14.0.1.0.0 | Show confirmation dialogue before copying records | |
web_create_write_confirm | 14.0.1.2.0 | ![]() |
Confirm/Alert pop-up before saving |
web_custom_modifier | 14.0.2.0.1 | Enable easily customizing view modifiers. | |
web_decimal_numpad_dot | 14.0.1.0.0 | Allows using numpad dot to enter period decimal separator | |
web_dialog_size | 14.0.1.0.0 | A module that lets the user expand a dialog box to the full screen width. | |
web_disable_export_group | 14.0.2.0.0 | Web Disable Export Group | |
web_domain_field | 14.0.1.0.2 | Use computed field as domain | |
web_drop_target | 14.0.1.1.2 | Allows to drag files into Odoo | |
web_edit_user_filter | 14.0.1.0.2 | Edit User Filters | |
web_environment_ribbon | 14.0.1.0.0 | Web Environment Ribbon | |
web_field_required_invisible_manager | 14.0.2.3.3 | ![]() |
Web Field Required Invisible Readonly Managerr |
web_fix_modules_load | 14.0.1.0.0 | ![]() |
Fix translations loading from frontend with many modules |
web_group_expand | 14.0.1.0.0 | Group Expand Buttons | |
web_ir_actions_act_multi | 14.0.1.0.1 | Enables triggering of more than one action on ActionManager | |
web_ir_actions_act_view_reload | 14.0.1.0.2 | Enables reload of the current view via ActionManager | |
web_ir_actions_act_window_message | 14.0.1.0.1 | Show a message box to users | |
web_listview_range_select | 14.0.1.0.0 | Enables selecting a range of records using the shift key | |
web_m2x_options | 14.0.1.2.0 | web_m2x_options | |
web_m2x_options_manager | 14.0.1.2.0 | Adds an interface to manage the "Create" and "Create and Edit" options for specific models and fields. | |
web_no_bubble | 14.0.1.1.0 | Remove the bubbles from the web interface | |
web_notify | 14.0.1.1.0 | Send notification messages to user | |
web_notify_channel_message | 14.0.1.0.0 | Send an instant notification to channel users when a new message is posted | |
web_notify_upgrade | 14.0.1.0.1 | Notify active users when a module is installed or updated | |
web_pivot_hide_total | 14.0.1.0.1 | This addon adds a new inherited version of pivot view. It intends to hide the last total column when required. | |
web_pwa_oca | 14.0.1.1.0 | ![]() |
Make Odoo a PWA |
web_refresher | 14.0.2.0.0 | Web Refresher | |
web_remember_tree_column_width | 14.0.1.0.0 | ![]() ![]() |
Remember the tree columns' widths across sessions. |
web_responsive | 14.0.1.2.2 | ![]() ![]() |
Responsive web client, community-supported |
web_search_with_and | 14.0.1.0.1 | Use AND conditions on omnibar search | |
web_select_all_companies | 14.0.1.0.0 | Allows you to select all companies in one click. | |
web_send_message_popup | 14.0.1.0.0 | Web Send Message as Popup | |
web_sheet_full_width | 14.0.1.0.1 | Use the whole available screen width when displaying sheets | |
web_switch_context_warning | 14.0.1.1.0 | Show a warning if current user, company or database have been switched in another tab or window. | |
web_timeline | 14.0.2.0.3 | ![]() |
Interactive visualization chart to show events in time |
web_tooltip_field | 14.0.1.0.0 | ![]() |
Showing a Field ToolTip in Odoo |
web_tree_dynamic_colored_field | 14.0.1.0.0 | Allows you to dynamically color fields on tree views | |
web_tree_image_tooltip | 14.0.1.0.0 | Show images in tree views via tooltip | |
web_tree_many2one_clickable | 14.0.1.0.3 | Open the linked resource when clicking on their name | |
web_view_calendar_list | 14.0.1.0.0 | Show calendars as a List | |
web_widget_bokeh_chart | 14.0.2.3.1 | ![]() |
This widget allows to display charts using Bokeh library. |
web_widget_char_size | 14.0.1.0.1 | Add size option to Char widget | |
web_widget_child_selector | 14.0.1.0.1 | Widget used for navigation on hierarchy fields | |
web_widget_ckeditor | 14.0.1.0.2 | ![]() |
Provides a widget for editing HTML fields using CKEditor |
web_widget_datepicker_fulloptions | 14.0.1.0.0 | Web Widget DatePicker Full Options | |
web_widget_domain_editor_dialog | 14.0.1.0.2 | Recovers the Domain Editor Dialog functionality | |
web_widget_dropdown_dynamic | 14.0.1.0.0 | This module adds support for dynamic dropdown widget | |
web_widget_image_download | 14.0.1.0.0 | Allows to download any image from its widget | |
web_widget_image_webcam | 14.0.1.0.1 | Allows to take image with WebCam | |
web_widget_many2one_simple | 14.0.1.0.0 | ![]() |
Simple many2one widget |
web_widget_mermaid | 14.0.1.0.0 | Render mermaid markdown flowcharts | |
web_widget_model_viewer | 14.0.1.0.0 | ![]() |
Easily display interactive 3D models on the web & in AR |
web_widget_mpld3_chart | 14.0.1.0.0 | This widget allows to display charts using MPLD3 library. | |
web_widget_numeric_step | 14.0.1.0.0 | Web Widget Numeric Step | |
web_widget_one2many_tree_line_duplicate | 14.0.1.0.0 | Web Widget One2many Tree Line Duplicate | |
web_widget_open_tab | 14.0.1.0.0 | Allow to open record from trees on new tab from tree views | |
web_widget_plotly_chart | 14.0.1.0.0 | ![]() |
Allow to draw plotly charts. |
web_widget_text_markdown | 14.0.1.0.0 | Widget to text fields that adds markdown support | |
web_widget_uom | 14.0.1.0.0 | Allow user to to decide how many decimal places should be displayed for UoM. | |
web_widget_url_advanced | 14.0.1.0.1 | This module extends URL widget for displaying anchors with custom labels. | |
web_widget_x2many_2d_matrix | 14.0.1.1.1 | Show list fields as a matrix |
Translation Status
Licenses
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.