forked from Techsystech/web
Fix: Traceback (most recent call last): File "/opt/odoo/src/openerp/http.py", line 643, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opt/odoo/src/openerp/http.py", line 680, in dispatch result = self._call_function(**self.params) File "/opt/odoo/src/openerp/http.py", line 316, in _call_function return checked_call(self.db, *args, **kwargs) File "/opt/odoo/src/openerp/service/model.py", line 118, in wrapper return f(dbname, *args, **kwargs) File "/opt/odoo/src/openerp/http.py", line 309, in checked_call result = self.endpoint(*a, **kw) File "/opt/odoo/src/openerp/http.py", line 959, in __call__ return self.method(*args, **kw) File "/opt/odoo/src/openerp/http.py", line 509, in response_wrap response = f(*args, **kw) File "/opt/odoo/src/addons/web/controllers/main.py", line 893, in call_kw return self._call_kw(model, method, args, kwargs) File "/opt/odoo/src/addons/web/controllers/main.py", line 885, in _call_kw return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs) File "/opt/odoo/src/openerp/api.py", line 250, in wrapper return old_api(self, *args, **kwargs) File "/opt/odoo/src/openerp/api.py", line 381, in old_api result = method(recs, *args, **kwargs) File "/opt/odoo/external-src/web/web_access_rule_buttons/models.py", line 24, in check_access_rule_all result[operation] = True File "/opt/odoo/src/openerp/api.py", line 248, in wrapper return new_api(self, *args, **kwargs) File "/opt/odoo/src/openerp/api.py", line 574, in new_api result = method(self._model, cr, uid, self.ids, *args, **old_kwargs) File "/opt/odoo/src/openerp/models.py", line 3554, in check_access_rule WHERE id IN %%s""" % self._table, (tuple(ids),)) File "/opt/odoo/src/openerp/sql_db.py", line 139, in wrapper return f(self, *args, **kwargs) File "/opt/odoo/src/openerp/sql_db.py", line 218, in execute res = self._obj.execute(query, params) ProgrammingError: syntax error at or near ")" LINE 3: WHERE id IN () |
||
---|---|---|
help_online | ||
help_popup | ||
support_branding | ||
web_access_rule_buttons | ||
web_action_conditionable | ||
web_advanced_search_x2x | ||
web_ckeditor4 | ||
web_color | ||
web_confirm_window_close | ||
web_context_in_colors | ||
web_dashboard_open_action | ||
web_dashboard_tile | ||
web_dialog_size | ||
web_dom_model_classes | ||
web_easy_switch_company | ||
web_environment_ribbon | ||
web_export_view | ||
web_graph_improved | ||
web_group_expand | ||
web_hide_db_manager_link | ||
web_ir_actions_act_window_message | ||
web_ir_actions_act_window_page | ||
web_last_viewed_records | ||
web_listview_custom_element_number | ||
web_m2x_options | ||
web_menu_navbar_needaction | ||
web_option_auto_color | ||
web_polymorphic_many2one | ||
web_popup_large | ||
web_readonly_bypass | ||
web_recipients_uncheck | ||
web_search_alphabetic | ||
web_searchbar_full_width | ||
web_send_message_popup | ||
web_sheet_full_width | ||
web_sheet_full_width_selective | ||
web_shortcuts | ||
web_switch_company_warning | ||
web_translate_dialog | ||
web_tree_dynamic_colored_field | ||
web_tree_image | ||
web_tree_many2one_clickable | ||
web_widget_color | ||
web_widget_datepicker_options | ||
web_widget_float_formula | ||
web_widget_many2many_tags_multi_selection | ||
web_widget_text_markdown | ||
web_widget_x2many_2d_matrix | ||
.gitignore | ||
.travis.yml | ||
README.md |
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 | summary |
---|---|---|
web_access_rule_buttons | 9.0.1.0.0 | Disable Edit button if access rules prevent this action |
web_easy_switch_company | 9.0.1.0.0 | Multicompany - Easy Switch Company |
web_sheet_full_width | 9.0.1.0.0 | Use the whole available screen width when displaying sheets |
Unported addons
addon | version | summary |
---|---|---|
help_online | 8.0.1.0.0 (unported) | Help Online |
help_popup | 8.0.0.5.0 (unported) | Help Popup |
support_branding | 8.0.2.0.0 (unported) | Adds your branding to an Odoo instance |
web_action_conditionable | 8.0.0.1.0 (unported) | web_action_conditionable |
web_advanced_search_x2x | 8.0.1.0.0 (unported) | Use a search widget in advanced search for x2x fields |
web_ckeditor4 | 8.0.1.0.0 (unported) | Provides a widget for editing HTML fields using CKEditor 4.x |
web_color | 1.0 (unported) | Web Color |
web_confirm_window_close | 7.0.1 (unported) | Check for unsaved data when closing browser window |
web_context_in_colors | 8.0.1.1.0 (unported) | Use the context in a tree view's colors and fonts attribute |
web_dashboard_open_action | 8.0.1.0.0 (unported) | Adds a button to open a dashboard in full mode |
web_dashboard_tile | 8.0.1.0.0 (unported) | Add Tiles to Dashboard |
web_dialog_size | 8.0.0.1.0 (unported) | A module that lets the user expand a dialog box to the full screen width. |
web_dom_model_classes | 8.0.1.0.0 (unported) | Allows small UI changes with simple CSS |
web_environment_ribbon | 8.0.0.1.0 (unported) | Web Environment Ribbon |
web_export_view | 8.0.1.2.0 (unported) | Export Current View |
web_graph_improved | 8.0.0.1.0 (unported) | Improves graph views. |
web_group_expand | 8.0.1.0.0 (unported) | Group Expand Buttons |
web_hide_db_manager_link | 8.0.1.0.0 (unported) | Hide link to database manager in login screen |
web_ir_actions_act_window_message | 8.0.1.0.0 (unported) | Show a message box to users |
web_ir_actions_act_window_page | 8.0.1.0.0 (unported) | Allows a developer to trigger a pager to show the previous or next next record in the form view |
web_last_viewed_records | 8.0.1.0.0 (unported) | Last viewed records |
web_listview_custom_element_number | 8.0.1.0.0 (unported) | Allow users to set manually a quantity of items to display in a tree view |
web_m2x_options | 8.0.0.2 (unported) | web_m2x_options |
web_menu_navbar_needaction | 8.0.1.0.0 (unported) | Show the sum of submenus' needaction counters in main menu |
web_option_auto_color | 8.0.0.1.0 (unported) | Web Option Auto Color |
web_polymorphic_many2one | 0.2 (unported) | Web Polymorphic Many2One |
web_popup_large | 7.0.1.0 (unported) | Large pop-ups in web client |
web_readonly_bypass | 8.0.1.0.0 (unported) | Allow to save onchange modifications to readonly fields |
web_recipients_uncheck | 8.0.0.3.0 (unported) | Uncheck recipients on res.partner |
web_search_alphabetic | 1.0 (unported) | Web Alphabetical Search |
web_searchbar_full_width | 8.0.1.0.0 (unported) | Show search bar in full screen width |
web_send_message_popup | 1.0 (unported) | Web Send Message as Popup |
web_sheet_full_width_selective | 8.0.0.1.0 (unported) | Show selected sheets with full width |
web_shortcuts | 8.0.1.0.0 (unported) | Web Shortcuts |
web_switch_company_warning | 8.0.0.1.0 (unported) | Show a warning if current company has been switched in another tab or window. |
web_translate_dialog | 8.0.1.0.0 (unported) | Easy-to-use pop-up to translate fields in several languages |
web_tree_dynamic_colored_field | 8.0.1.0.0 (unported) | web tree dynamic colored field |
web_tree_image | 8.0.1.1.0 (unported) | Show images in tree views |
web_tree_many2one_clickable | 8.0.1.0.0 (unported) | Clickable many2one fields for tree views |
web_widget_color | 8.0.1.0.0 (unported) | Web Widget Color |
web_widget_datepicker_options | 8.0.1.0.0 (unported) | web_widget_datepicker_options |
web_widget_float_formula | 8.0.1.0.0 (unported) | Web Widget - Formulas in Float fields |
web_widget_many2many_tags_multi_selection | 8.0.0.1.0 (unported) | Tags multiple selection |
web_widget_text_markdown | 8.0.1.0.0 (unported) | web_widget_text_markdown |
web_widget_x2many_2d_matrix | 8.0.1.0.0 (unported) | Show list fields as a matrix |