Commit Graph

113 Commits

Author SHA1 Message Date
Pedro M. Baeza
a3a57b0d02 [MIG] Rename manifest files 2018-02-13 08:23:55 +00:00
Pedro M. Baeza
3cd55c0b61 [MIG] Make modules uninstallable 2018-02-13 08:23:55 +00:00
Stéphane Bidoul
3647bc0b7b [UPD] prefix versions with 8.0 2018-02-13 08:23:55 +00:00
Yannick Vaucher
035b051778 Add missing default oca icons 2018-02-13 08:23:55 +00:00
Cristian Salamea
1da5bbdfa9 [add] web_action_conditionable 2018-02-13 08:23:55 +00:00
OCA Git Bot
6726c8ef74 [ADD] setup.py 2017-12-19 04:36:40 +01:00
Pedro M. Baeza
fca3782269 Merge pull request #828 from Tecnativa/11.0-mig-web_decimal_numpad_dot
[MIG] web_decimal_numpad_dot: Migration to 11.0
2017-12-18 17:53:58 +01:00
David
6c11d0bd25 [MIG] web_decimal_numpad_dot: Migration to 11.0 2017-12-18 11:06:01 +01:00
Jairo Llopis
9a730cdf02 [FIX][IMP][web_decimal_numpad_dot] Support float time
- All Char widgets were getting affected by this behavior.
- Time float widgets now get ":" instead of "," or ".".
- Little code refactor.
- Only detect numpad dot, not normal dot and comma.
2017-12-18 10:39:04 +01:00
David Vidal
aa1043ce90 [MIG] web_decimal_numpad_dot: Migration to 10.0 2017-12-18 10:39:04 +01:00
Roel Adriaans
4e33022a92 [IMP] web_decimal_numpad_dot: use the decimal_point defined in user language 2017-12-18 10:39:04 +01:00
Omar Castiñeira Saavedra
5a8ff40850 [IMP] web_decimal_numpad_dot: fixed float widget not working properly 2017-12-18 10:39:04 +01:00
oihane
04c92b6fed [IMP] web_decimal_numpad_dot: now changes . for , in floating numbers 2017-12-18 10:39:04 +01:00
oihane
e41aeaf760 [ADD] New module <web_decimal_numpad_dot> 2017-12-18 10:39:04 +01:00
fanha99
d00ca7c610 [FIX] web_responsive: Hide header when print directly from browser issues 808 (#809)
Closes #808
2017-11-27 19:47:16 +01:00
Xavier Jiménez
ae45d8f14a [FIX][11.0] web_environment_ribbon (#806)
* [FIX] web_environment_ribbon: Fix to show the ribbon to every non-admin user

* [FIX] web_environment_ribbon: Version number
2017-11-21 02:47:16 -06:00
OCA Git Bot
2a20770ef6 [ADD] setup.py 2017-11-15 04:36:29 +01:00
Pedro M. Baeza
4be2204be6 Merge pull request #796 from QubiQ/11.0-mig-web_environment_ribbon
[11.0][MIG] web_environment_ribbon
2017-11-14 17:13:54 +01:00
xavierjimenez
e021f3de3f [MIG] web_environment_ribbon: Migration to 11.0 2017-11-14 17:11:36 +01:00
OCA Transbot
c36f28a2aa OCA Transbot updated translations from Transifex 2017-11-14 17:11:36 +01:00
Stéphane Bidoul (ACSONE)
e6018eb49e [IMP] ribbon: better extensibility 2017-11-14 17:11:36 +01:00
Stéphane Bidoul (ACSONE)
4a79818139 [IMP] ribbon: no need for the backend model to have a table 2017-11-14 17:11:36 +01:00
Thomas Binsfeld (ACSONE)
f0a37faa69 [9.0] [IMP] Web Environment Ribbon: support variables in ribbon name (eg db_name) (#621)
* [ADD] .eggs in gitignore

* [IMP] Web Environment Ribbon: add backend
This commit adds a simple bakend to facilitate inheritance

* [IMP] Web Environment Ribbon: add the databse name
This commit adds the database name under the ribbon name, in the ribbon

* [IMP] Web Environment Ribbon: prepare method for ribbon name

* [IMP] README: explain how to use db_name
2017-11-14 17:11:36 +01:00
Pedro M. Baeza
20a8188dd4 [MIG] Migrated web_environment_ribbon to v10.0 2017-11-14 17:11:31 +01:00
Sylvain GARANCHER
5a2b8e045e [IMP] Make web_environment_ribbon more generic
By creating the ribbon div on the fly, this module doesn't depend
anymore on the webclient structure.
2017-11-14 17:10:08 +01:00
Antonio Espinosa
519d966b2d [MIG] web_environment_ribbon 2017-11-14 17:10:08 +01:00
Javi Melendez
d9f525fd4b [IMP] ribbon color customization (#347)
* [IMP] web_environment_ribbon: add color customization
The ribbon color and background-color can be modified through system
parameters:
 * ribbon.color
 * ribbon.background.color

Added Copyright in .js
Delete duplicate entries in css
2017-11-14 17:10:08 +01:00
Pedro M. Baeza
d075de1dac [MIG] Make modules uninstallable 2017-11-14 17:10:08 +01:00
Stéphane Bidoul
f1e6723348 [UPD] prefix versions with 8.0 2017-11-14 17:10:08 +01:00
hparfr
a4aced873b [IMP] web_environment_ribbon increase margin
+ 10px
2017-11-14 17:10:08 +01:00
hparfr
db58c014b4 [FIX] web_environment_ribbon : Fix menu_navbar overlap
Set correct z-index on ribbon
Move position accordingly

Cf #191
2017-11-14 17:10:08 +01:00
Sylvain Calador
a3c206ebc0 [IMP] Add default 'ribbon.name' configuration parameter 2017-11-14 17:10:08 +01:00
Sylvain Calador
c124c9fac1 [IMP] web_environment_ribbon: conditional ribbon 2017-11-13 13:03:46 +01:00
Pedro M. Baeza
90201d6eba [IMP] web_environment_ribbon: Add icon 2017-11-13 13:03:46 +01:00
Yannick Vaucher
b85f883002 Add missing default oca icons 2017-11-13 13:03:46 +01:00
Daniel Dico
d376522b97 ADD web_environment_ribbon - Minor improvement of transparency to allow top menu visibility 2017-11-13 13:03:46 +01:00
Pedro M. Baeza
9170247cf4 [IMP] web_environment_ribbon: Improved README 2017-11-13 13:03:46 +01:00
Francesco Apruzzese
ff101c288c [IMP] Change module name and every references to old name module in path
ribbon_test_environment -> web_environment_ribbon
2017-11-13 13:03:46 +01:00
OCA Git Bot
61219a64a1 [ADD] setup.py 2017-11-11 04:36:39 +01:00
Pedro M. Baeza
82f232c46b Merge pull request #777 from etobella/11.0-mig-web_widget_color
[11.0] [MIG] web_widget_color
2017-11-10 10:01:41 +01:00
Pedro M. Baeza
d1c4b0970e Merge pull request #791 from LasLabs/bugfix/11.0/web_responsive-menu_height_init
[FIX] web_responsive: Menu Height on Init
2017-11-06 02:34:19 +01:00
Dave Lasley
f72ca0cf3a [FIX] web_responsive: Menu Height on Init
* Add a call to the window resize method during init to fix OCA#773
2017-11-04 11:41:40 -07:00
Enric Tobella
d16218b671 [MIG] web_widget_color: Migration to 11.0 2017-11-02 10:54:05 +01:00
Minh H.G
ddf16b2737 [MIG] web_responsive test to 11.0 2017-10-30 13:28:13 +01:00
OCA Git Bot
5e2b314165 [ADD] setup.py 2017-10-25 04:35:48 +02:00
oihane
555add3621 [MIG] web_no_bubble: Migration to 11.0 2017-10-24 10:24:10 +02:00
dufresnedavid
258e8eaa6a [10.0] Add module web_no_bubble 2017-10-24 10:24:10 +02:00
Adrien Peiffer (ACSONE)
7cbe041756 Migration of web_widget_color to 10.0 (#439)
[MIG] web_widget_color: Migration to 10.0
2017-10-23 12:10:19 +02:00
Pedro M. Baeza
f5bb54524e [MIG] Rename manifest files 2017-10-23 12:10:19 +02:00
Pedro M. Baeza
9f7881bf0c [MIG] Make modules uninstallable 2017-10-23 12:10:19 +02:00