Pedro M. Baeza
1f48c37def
[IMP] web_dialog_size: Select default dialog size by config
* [IMP] web_dialog_size: Put dialog size expanded by default
* [REM] web_popup_large: By duplication of the functionality
* [IMP] web_dialog_size: README and contributors
* [ADD] configuration parameter for default behavior
[FIX] return super's promise
[IMP] use fontawesome icons for buttons
9 years ago
Anthony Muschang
642adc75b3
[ADD] module web_dialog_size
New module that let the user expand a dialog box to the full screen
width.
10 years ago
OCA-git-bot
24dc54df5a
[UPD] README.rst
6 years ago
Dennis Sluijk
b56a9cbc9f
[UPD] Roadmap
6 years ago
OCA-git-bot
beb7abc68a
[UPD] README.rst
6 years ago
oca-travis
6073ef4d7d
[UPD] Update web_widget_color.pot
6 years ago
OCA-git-bot
5f486e14e0
[ADD] setup.py
6 years ago
Pedro M. Baeza
fb7edf7b23
Merge pull request #1113 from Tecnativa/12.0-mig-web_widget_color
12.0 mig web_widget_color
6 years ago
ernesto
7924944e99
[MIG] web_widget_color: Migration to 12.0
6 years ago
OCA Git Bot
1ae422250b
[UPD] README.rst
6 years ago
QS5ELkMu
d167289bbc
[IMP] web_widget_color: Refactor Module ( #992 )
6 years ago
oca-travis
2244f91335
[UPD] Update web_widget_color.pot
6 years ago
Enric Tobella
44f14d3cac
[MIG] web_widget_color: Migration to 11.0
7 years ago
Adrien Peiffer (ACSONE)
174b309491
Migration of web_widget_color to 10.0 ( #439 )
[MIG] web_widget_color: Migration to 10.0
8 years ago
Alexandre Fayolle
ff4d9d225e
short headers, bump up version number
8 years ago
Nicolas JEUDY
2b5d7e83e3
fix: update to new js api
- Force store_dom_value
- add clean colored square in tree view
- update readme and __openerp__.py for maintainers
9 years ago
Loïc Faure-Lacroix
85c08dac58
Made web_widget_color installable and remove the search field.
The search field doesn't seem to exist anymore
9 years ago
Adil Houmadi
ce2cbc6372
[IMP] : - Rename the module to web_widget_color
- Remove special type (Color) and use (Char) instead of.
10 years ago
oca-travis
81c251cb46
[UPD] Update web_widget_image_download.pot
6 years ago
OCA-git-bot
b4979b2840
[ADD] setup.py
6 years ago
OCA Transbot
6ae1b2b838
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
OCA Transbot
bd03834f6e
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
OCA Transbot
40e80991bd
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
Pedro M. Baeza
78f9172cec
Merge pull request #1109 from Tecnativa/12.0-mig-web_widget_image_download
12.0 mig web_widget_image_download
6 years ago
ernesto
26508f7823
[MIG] web_widget_image_download: Migration to 12.0
6 years ago
oca-travis
3e7b66f9b1
[UPD] Update web_widget_image_download.pot
6 years ago
OCA Git Bot
8ba3ec50d1
[UPD] README.rst
6 years ago
oca-travis
fd65a7e5af
[UPD] Update web_ir_actions_act_view_reload.pot
6 years ago
OCA-git-bot
776cd98f4e
[ADD] setup.py
6 years ago
Simone Orsi
7077c351eb
Merge pull request #1104 from brainbeanapps/12.0-mig-web_ir_actions_act_view_reload
[12.0][MIG] web_ir_actions_act_view_reload
6 years ago
Alexey Pelykh
633e0c8a2d
[MIG] web_ir_actions_act_view_reload: Migration to 12.0
6 years ago
Pedro M. Baeza
903f74d932
[IMP] README by fragments + manifest
7 years ago
ernesto
f7ee2474dc
[MIG] web_widget_image_download: Migration to 11.0
7 years ago
OCA Transbot
a6d01c1d27
OCA Transbot updated translations from Transifex
7 years ago
smurf-U
03a19fbae7
[10.0][MIG]migrate web_widget_image_download
7 years ago
Jairo Llopis
7f168b8b48
[MIG] web_widget_image_download: Update for v9.
8 years ago
kutyel
9921f9d959
[MIG] web_widget_image_download
8 years ago
Pedro M. Baeza
a7a0df3fc7
Merge pull request #1106 from brainbeanapps/12.0-fix-web_widget_x2many_2d_matrix
[12.0][FIX] web_widget_x2many_2d_matrix: README
6 years ago
oca-travis
e84a734148
[UPD] Update web_widget_x2many_2d_matrix.pot
6 years ago
Alexey Pelykh
f7fc839bc0
[12.0][FIX] web_widget_x2many_2d_matrix: README
6 years ago
OCA-git-bot
ec65523198
[ADD] setup.py
6 years ago
Alexey Pelykh
95b01b24eb
[MIG] web_widget_x2many_2d_matrix: Migration to 12.0
6 years ago
Pedro M. Baeza
fba72698ca
[FIX] web_widget_x2many_2d_matrix: Closing parenthesis
6 years ago
Jordi Ballester Alomar
c90a414c93
web_widget_x2many_matrix: fix issue with limit of records
6 years ago
oca-travis
e22d9b5ac6
[UPD] Update web_widget_x2many_2d_matrix.pot
6 years ago
Dennis Sluijk
58e22f173f
[IMP] web_widget_x2many_2d_matrix: Total of all rows ( #1043 )
6 years ago
oca-travis
9041da704f
[UPD] Update web_widget_x2many_2d_matrix.pot
6 years ago
Jairo Llopis
ef60996e88
[FIX] web_widget_x2many_2d_matrix: Allow empty cells
Before this commit, if a matrix was lacking one element, some ugly errors appeared to the user.
Now, it just displays the empty cell and lets the user go on.
Also, acknowledge another limitation of the widget and add it to roadmap.
6 years ago
Jairo Llopis
f1278e4ba6
[FIX] web_widget_x2many_2d_matrix: Enable keyboard navigation
6 years ago
Jairo Llopis
c83ef4a9fa
[FIX] web_widget_x2many_2d_matrix: Fix linters
6 years ago