Florent de Labarre
946b7aeab7
[MIG] web_widget_many2many_tags_multi_selection ( #623 )
8 years ago
Benjamin Willig
4e3b640b05
[MIG] web_ir_actions_act_window_message: Migration to 10. Also added HTML handling
8 years ago
Zakaria Makrelouf
4f69643db2
wrap line breaks of the action message
8 years ago
Zakaria Makrelouf
a031b5f8fb
s/oe_link_class/classes s/oe_highlight/btn-default and add it to readme * In v9.0 odoo uses classes for dialog buttons instead of oe_link_class
8 years ago
Zakaria Makrelouf
db9bc11caa
Reformat the code to have coherent coding style
8 years ago
Zakaria Makrelouf
a10139c559
web_ir_actions_act_window_message: always refresh view after action
8 years ago
Zakaria Makrelouf
12f6eeb450
web_ir_actions_act_window_message: Migration to V9
* Update the module version to 9.0.
* Align file header to the OCA Guidelines.
* Migrate Javascript file to the V9 API.
* Refresh the view before closing the dialog when clicking
on close button
8 years ago
OCA Transbot
1837abfeed
OCA Transbot updated translations from Transifex
9 years ago
Holger Brunn
b1df15b88e
implement close_button_title
9 years ago
Holger Brunn
6bc7aabed7
allow to pass a list of buttons
9 years ago
OCA Git Bot
a7e0856455
[ADD] setup.py
8 years ago
Sylvain LE GAL
0a9b75227b
Merge pull request #631 from StefanRijnhart/10.0-web_confirm_window_close
10.0 web confirm window close
8 years ago
ralwafaie
725bc6cb41
[MIG] web_advanced_search_x2x: Migrated to 10.0 FIX review Remarks
8 years ago
ralwafaie
588c5cdaaf
[MIG] web_advanced_search_x2x: Migrated to 10.0
8 years ago
Jairo Llopis
b13f0324bb
Make other operators work again
8 years ago
Jairo Llopis
dec6f86de5
Make it good-looking, update known issues, fix templates.
8 years ago
Holger Brunn
9f0baade9c
inhibit closing the menu when selecting from the dropdown
8 years ago
Jairo Llopis
a81622e2cd
Adapt to v9 API.
- Use the new domain widget.
- Use modules system.
8 years ago
cubells
06991fc89d
web_advanced_search_x2x module
8 years ago
OCA Transbot
d81b5b1e76
OCA Transbot updated translations from Transifex
8 years ago
Stefan Rijnhart
0e08aba89d
[MIG] web_confirm_window_close
8 years ago
OCA Git Bot
dcb8f26b95
[ADD] setup.py
8 years ago
OCA Git Bot
bf8809a288
[UPD] addons table in README.md
8 years ago
Pedro M. Baeza
39369331ac
Merge pull request #622 from Tecnativa/10.0-mig-web_m2x_options
10.0 mig web m2x options
8 years ago
Dennis Sluijk
2b986c4bc5
[10.0][IMP][web_responsive] Make search bar sticky ( #633 )
* Initial commit
* Initial commit
8 years ago
OCA Transbot
5aebdc1fba
OCA Transbot updated translations from Transifex
8 years ago
David Vidal
dcadf506b1
[MIG] web_m2x_options: migrated to 10.0
8 years ago
OCA Transbot
8c2c5dbfb0
OCA Transbot updated translations from Transifex
8 years ago
Jairo Llopis
9c9cfe4ac4
Fix Qweb templates. ( #561 )
* [FIX][web_m2x_options] Fix Qweb templates.
They were trying to replace non-existing elements, and this was being logged to console:
Can't find "a.oe_m2o_cm_button" when extending template FieldMany2One
Can't find "span.badge" when extending template FieldMany2ManyTag
* Raise version correctly.
* [FIX] Make many2many_tags tag deletion work again
* Correct replacement of event
Instead of overwriting all events from upstream widget, better just overwrite the one you need and inherit the rest.
8 years ago
Zakaria Makrelouf
2b673f23b2
web_m2x_options: s/ev.handleObj.selector/currentTarget * many2many with `options={'open': True}` it always open the first element with this fix it will open the right one
8 years ago
Laurent Mignon (ACSONE)
5573c9b73e
Makes the module compatible with Odoo community
8 years ago
Zakaria Makrelouf
1e61f18c24
Migration of module web_m2x_options. Adapt JS file to the new JS API and make the module installable [MIG] adapt form.js to the new API. [FIX] Fix bug mentioned in pull #262 . [MIG] Make the module installable.
8 years ago
Stéphane Bidoul (ACSONE)
82a76fe996
Normalize version number
9 years ago
Antonio Espinosa
ea3f9a39de
Limit name_search to 160 like Odoo core does
9 years ago
OCA Transbot
8f166d20cb
OCA Transbot updated translations from Transifex
9 years ago
Antonio Espinosa
3bf39e709e
web_m2x_options check Many2one and Many2many options
9 years ago
Holger Brunn
b73d6acb31
support 'open' on many2many_tags
[ADD] support 'no_open_edit' on many2one
[FIX] typos
9 years ago
OCA Git Bot
b7514639c0
[ADD] setup.py
8 years ago
OCA Git Bot
f0db96090a
[UPD] addons table in README.md
8 years ago
Pedro M. Baeza
f29c9d3958
[FIX] web_responsive: Execution permission
8 years ago
moylop260
2e21528326
auto-fix conventions
10 years ago
Dennis Sluijk
2c7f2a7d08
[MIG] web_shortcut ( #626 )
8 years ago
Pedro M. Baeza
07a9379508
Merge pull request #620 from Tecnativa/10.0-web_responsive-compatible_l10n_es_toponyms
[FIX][web_responsive] Make it compatible with l10n_es_toponyms
8 years ago
Jairo Llopis
f30df6d7c5
[FIX][web_responsive] Make it compatible with l10n_es_toponyms
Before this patch, there was an incompatibility between this addon and l10n_es_toponyms, caused by the lack of wrapping of the special address field that was being added.
Now layout works as expected in that case. In any other case, it seems sensible to wrap inputs so no more weird overflows happen and less chances of needing horizontal scrolling happen.
8 years ago
OCA Transbot
663e88a130
OCA Transbot updated translations from Transifex
8 years ago
Pedro M. Baeza
720a5a84a5
[IMP] web_widget_x2many_2d_matrix: Update example
There are now more required fields for a task.
8 years ago
OCA Git Bot
c8a7a2dbf6
[ADD] setup.py
8 years ago
OCA Git Bot
035d06f202
[UPD] addons table in README.md
8 years ago
Pedro M. Baeza
09ec691359
Merge pull request #606 from Comunitea/10.0_mig_web_widget_x2many_2d_matrix
Migration of web_widget_x2many_2d_matrix to 10.0
8 years ago
jesusVMayor
20e2ca4c00
Migration of web_widget_x2many_2d_matrix to 10.0
8 years ago