Pedro M. Baeza
59b6782a33
[MIG] Make modules uninstallable
8 years ago
docmfried
99241d8652
[FIX]: Change README.rst according to OCA template
[IMP]: New module icon
[ADD]: Screenshot / images to give an visual overview
9 years ago
docmfried
ce89284d73
[FIX]: Remove needless comments in __openerp__.py
[FIX]: Cleanup user provided timepicker options initialization and handling
9 years ago
docmfried
05838eafc6
[FIX]: More TravisCI LINT errors
[FIX]: Replace eval() function in web_widget_timepicker.js
[FIX]: Change options to data-options in field record defintion
9 years ago
docmfried
35c2984844
[FIX]: More TravisCI LINT errors
[FIX]: Missing semicolon in web_widget_timepicker.js
9 years ago
docmfried
6149564392
[FIX]: Formal license and Travis LINT errors
[FIX]: Renaming files according to OCA standards
[FIX]: Change internal persistance form char to float
[FIX]: Reorder jquery plugin to lib directory
[ADD]: Form field record defintion can override timepicker plugin options
9 years ago
docmfried
50586c1ba2
[ADD] Added new form field web timepicker widget for Odoo Version 9.0
9 years ago
docmfried
8548a1d0b7
Added new form field web timepicker widget for Odoo Version 9.0
9 years ago
oca-travis
21dcc60bec
[UPD] Update web_view_transition.pot
6 years ago
Alexandre Díaz
8b1b3b4422
[11.0][ADD] web_view_transition
6 years ago
Pedro M. Baeza
0583476484
Merge pull request #1211 from Eficent/11.0-fix-web_widget_bokeh_chart
[11.0][FIX] web_widget_bokeh_chart: fix grahs expanding outside the container element.
6 years ago
Lois Rilo
eebb98e2be
[11.0][FIX] web_widget_bokeh_chart: fix grahs expanding outside the container element.
6 years ago
Pedro M. Baeza
ebb587e162
Merge pull request #955 from Tecnativa/11.0-web_widget_datepicker_options-remove
[REM] web_widget_datepicker_options: No longer needed
6 years ago
Jairo Llopis
67793c90e4
[REM] web_widget_datepicker_options: No longer needed
This addon is no longer needed since https://github.com/odoo/odoo/pull/25044#issuecomment-396940644 and https://github.com/odoo/odoo/pull/27541 , so I remove it.
7 years ago
oca-travis
80192f9239
[UPD] Update web_listview_invert_selection.pot
6 years ago
Meet Dholakia
c509fa80ef
[IMP]Improved style and added title attrib on element to display as tooltip.
6 years ago
Meet Dholakia
0cd8a45484
[MIG] web_listview_invert_selection : Migration to 11.0
6 years ago
OCA Transbot
d1dfc9c088
OCA Transbot updated translations from Transifex
7 years ago
Antonio Esposito
dacb60f784
[10.0][ADD] Module web_listview_invert_selection ( #538 )
* [10.0][ADD] Module web_listview_invert_selection
* [FIX] Multiple code reviews
* [FIX] Changed single-quotes to double-quotes for improving codacy tests;
7 years ago
oca-travis
611272526d
[UPD] Update web_drop_target.pot
6 years ago
Simone Orsi
df86d690fe
Merge pull request #974 from grindtildeath/11.0-mig_web_drop_target
[11.0][MIG] web_drop_target
6 years ago
Akim Juillerat
82616c4748
[MIG] web_drop_target : Migration to 11.0
6 years ago
Holger Brunn
f3c2e521a9
[ADD] web_drop_target
7 years ago
OCA Transbot
e855eb7d38
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: web-11.0/web-11.0-web_widget_domain_editor_dialog
Translate-URL: https://translation.odoo-community.org/projects/web-11-0/web-11-0-web_widget_domain_editor_dialog/
6 years ago
oca-travis
167fbd2a52
[UPD] Update web_widget_domain_editor_dialog.pot
6 years ago
OCA-git-bot
fe29980e8e
[ADD] setup.py
6 years ago
Pedro M. Baeza
a048011806
Merge pull request #1200 from Tecnativa/11.0-add-web_widget_domain_editor_dialog
[ADD] web_widget_domain_editor_dialog: New module
6 years ago
David
21e7e0e741
[ADD] web_widget_domain_editor_dialog: New module
6 years ago
Jordi Ballester Alomar
8bbcf5cb04
Merge pull request #1192 from Eficent/11.0-imp-web_widget_bokeh_chart
[FIX] web_widget_bokeh_chart
6 years ago
Adrià Gil Sorribes
c8febe291b
[FIX] Display bug web_widget_bokeh_chart
6 years ago
oca-travis
59be817e05
[UPD] Update web_tree_resize_column.pot
6 years ago
OCA-git-bot
d86487dfb0
[ADD] setup.py
6 years ago
OCA-git-bot
9aea7e005a
[UPD] README.rst
6 years ago
Pedro M. Baeza
cd97a8de6a
Merge pull request #1151 from tarteo/11-resize-columns
[11.0][ADD] web_tree_resize_column: Resize columns in tree views
6 years ago
tarteo
4caa8ad76b
[ADD] web_tree_resize_column
[FIX] Initial resizing
6 years ago
OCA Transbot
5ab6188d58
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
oca-travis
33ae1873fe
[UPD] Update web_export_view.pot
6 years ago
Pedro M. Baeza
c360e3056f
Merge pull request #1164 from Tecnativa/11.0-imp-web_export_view_security
[11.0] web_export_view: add security group
6 years ago
David
4377d62d83
[11.0] web_export_view: add security group
6 years ago
Pedro M. Baeza
e69ad8b0ad
Merge pull request #1158 from Tecnativa/11.0-web_decimal_numpad_dot-fix_keyboard_navigation
[FIX] web_decimal_numpad_dot: Restore keyboard navigation
6 years ago
Jairo Llopis
32efd460d4
[FIX] web_decimal_numpad_dot: Restore keyboard navigation
When https://github.com/OCA/web/pull/1154 switched to using `keydown` as the event to trigger the numpad dot replacement, it was actually [disabling upstream's `_onKeyDown()`][1], which in turn disabled the keyboard navigation.
To fix this situation, I replaced the method that is being used to directly override `_onKeyDown`.
[1]: 19558129f0/addons/web/static/src/js/fields/abstract_field.js (L41)
6 years ago
OCA Transbot
21ffed9d8e
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
oca-travis
084342b4b7
[UPD] Update web_m2x_options.pot
6 years ago
Pedro M. Baeza
8bf48e984e
Merge pull request #1155 from Tecnativa/11.0-web_m2x_options-fix_m2m_tags_list_view
[FIX] web_m2x_options: Fix error in tree views with many2many_tags
6 years ago
Pedro M. Baeza
e8c5cc01c9
Merge pull request #1154 from Tecnativa/11.0-web_decimal_numpad_dot-fix_race
[FIX] web_decimal_numpad_dot: Fix inconsistent behavior
6 years ago
Jairo Llopis
ddbbe81f4e
[FIX] web_m2x_options: Fix error in tree views with many2many_tags
The method `_onOpenColorPicker` is defined on `FormFieldMany2ManyTags`, not in `FieldMany2ManyTags`, so it can only be called on its descendants.
Otherwise, clicking on a `many2many_tags` tag when found in a tree view produces an error such as:
TypeError: self._onOpenColorPicker is not a function
http://localhost/web_m2x_options/static/src/js/form.js:354
Rastreo de error:
_onOpenBadge@http://localhost/web_m2x_options/static/src/js/form.js:354:17
proxy/<@http://localhost/web/static/src/js/core/mixins.js:279:20
dispatch@http://localhost/web/static/lib/jquery/jquery.js:4640:50
add/elemData.handle@http://localhost/web/static/lib/jquery/jquery.js:4309:41
6 years ago
Jairo Llopis
b2d15d10e3
[FIX] web_decimal_numpad_dot: Fix inconsistent behavior
When user was replacing some specific sections or being too fast, the module wasn't behaving fine. Also, it was always displaying the original `.` slightly before doing the replacement.
6 years ago
Pedro M. Baeza
8d79ed75f6
Merge pull request #1152 from Tecnativa/11.0-web_advanced_search-fix_x2many
[FIX] web_advanced_search: Ignore field domain
6 years ago
Jairo Llopis
4b6a6b3114
[FIX] web_advanced_search: Ignore field domain
If we honor the domain value, the user may not be getting all available
records when selecting from an x2many dropdown, or even worse, if the
domain references another field in the view, the user may be getting
an error when opening the field dropdown, like this:
Error: NameError: name 'company_id' is not defined
http://localhost/web/static/lib/py.js/lib/py.js:370
Rastreo de error:
PY_ensurepy@http://localhost/web/static/lib/py.js/lib/py.js:370:19
py.evaluate@http://localhost/web/static/lib/py.js/lib/py.js:1340:20
py.evaluate@http://localhost/web/static/lib/py.js/lib/py.js:1397:35
py.evaluate@http://localhost/web/static/lib/py.js/lib/py.js:1409:34
py.eval@http://localhost/web/static/lib/py.js/lib/py.js:1453:16
eval_domains/<@http://localhost/web/static/src/js/core/pyeval.js:886:39
_.forEach@http://localhost/web/static/lib/underscore/underscore.js:145:9
_.mixin/</_.prototype[name]@http://localhost/web/static/lib/underscore/underscore.js:1484:29
eval_domains@http://localhost/web/static/src/js/core/pyeval.js:877:16
pyeval@http://localhost/web/static/src/js/core/pyeval.js:988:16
stringToArray@http://localhost/web/static/src/js/core/domain.js:243:16
_getDomain@http://localhost/web/static/src/js/views/basic/basic_model.js:3004:24
_search@http://localhost/web_m2x_options/static/src/js/form.js:139:26
source@http://localhost/web/static/src/js/fields/relational_fields.js:198:17
_search@http://localhost/web/static/lib/jquery.ui/jquery-ui.js:6823:3
$.widget/</proxiedPrototype[prop]</<@http://localhost/web/static/lib/jquery.ui/jquery-ui.js:415:19
search@http://localhost/web/static/lib/jquery.ui/jquery-ui.js:6815:10
$.widget/</proxiedPrototype[prop]</<@http://localhost/web/static/lib/jquery.ui/jquery-ui.js:415:19
$.widget.bridge/$.fn[name]/<@http://localhost/web/static/lib/jquery.ui/jquery-ui.js:508:19
each@http://localhost/web/static/lib/jquery/jquery.js:383:49
each@http://localhost/web/static/lib/jquery/jquery.js:136:24
$.widget.bridge/$.fn[name]@http://localhost/web/static/lib/jquery.ui/jquery-ui.js:494:4
_onInputClick@http://localhost/web/static/src/js/fields/relational_fields.js:565:13
proxy/<@http://localhost/web/static/src/js/core/mixins.js:279:20
dispatch@http://localhost/web/static/lib/jquery/jquery.js:4640:50
add/elemData.handle@http://localhost/web/static/lib/jquery/jquery.js:4309:41
6 years ago
oca-travis
bb217c64aa
[UPD] Update web_widget_url_advanced.pot
6 years ago