Stéphane Bidoul
2238950e58
[FIX] web_dialog_size: do not expand by default and correctly honor default_maximize parameter
2016-05-27 21:53:29 +02:00
Pedro M. Baeza
3f947ac8c5
Merge pull request #362 from qtheuret/8.0
...
Fix issue with bad position of Version div
2016-05-25 09:15:33 +02:00
Holger Brunn
28529f4edf
[FIX] pass dataset's context to search_count ( #358 )
2016-05-25 08:22:05 +02:00
Quentin THEURET
c45e0bae1a
Fix issue with bad position of Version div
...
When support_branding module is installed and support_branding.release parameter is set, the scrollbar of the menu is moved and the 'Version' indication is not put below the 'Supported by' statement.
2016-05-24 14:09:42 +02:00
OCA Transbot
e8e2a9da4c
OCA Transbot updated translations from Transifex
2016-05-08 15:21:29 -04:00
Pedro M. Baeza
c75ef03d90
Merge pull request #352 from OCA/web_translate_dialog_readme_improved
...
minor improvements to README.rst
2016-05-06 17:44:16 +02:00
Alexandre Fayolle
f5c1060279
minor improvements to README.rst
2016-05-06 16:49:34 +02:00
Cesar Lage
46bd506729
[IMP] using qweb template in _format function instead of return the html part directly
2016-05-06 08:50:20 -04:00
Cesar Lage
95d4c115d9
[REF] moving variable name to direct assign in the template params
2016-05-05 18:00:03 -04:00
Cesar Lage
bbcc9c3135
[IMP] restore return super's result in start function
2016-05-05 17:31:34 -04:00
Cesar Lage
908f8afc19
[IMP] improve code in method clean_radio_in_records, using method write from dataset
2016-05-05 14:17:23 -04:00
Cesar Lage
9a7c39b645
[FIX] updating manifest to cover OCA requirements
2016-05-04 04:44:37 -04:00
Cesar Lage
808599e686
[FIX] some updates after first revision
2016-05-04 04:32:11 -04:00
Cesar Lage
34a7ea8b2a
[DOC] web_widget_radio_tree: update readme file
2016-05-04 03:41:36 -04:00
Cesar Lage
8cf5ba3073
[ADD] web_widget_radio_tree: widget to use input radio in a tree view inside a form, in order to allow mark only one record
2016-05-04 03:38:48 -04:00
OCA Transbot
7680811cbc
OCA Transbot updated translations from Transifex
2016-05-01 14:37:45 -04:00
Thomas Rehn
e9897c4b91
[ADD] add module web_offline_warning
2016-04-28 10:40:50 +02:00
Pedro M. Baeza
15ab6006d9
Merge pull request #339 from acsone/8.0-fix-option-auto-color-ms-edge-ape
...
[FIX][web_option_auto_color] Compatibility with MS Browsers.
2016-04-28 09:02:59 +02:00
Holger Brunn
87911bbf78
[ADD] web_ir_actions_act_window_none
2016-04-26 18:33:25 +02:00
OCA Git Bot
881b2fa72e
[ADD] setup.py
2016-04-26 04:38:02 +02:00
OCA Git Bot
c4586ef99d
[UPD] addons table in README.md
2016-04-26 02:40:00 +02:00
Pedro M. Baeza
196146e4bf
Merge pull request #271 from hbrunn/8.0-web_search_autocomplete_prefetch
...
[ADD] web_search_autocomplete_prefetch
2016-04-25 13:22:05 +02:00
Javi Melendez
e91c7a73bf
[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
2016-04-25 13:12:58 +02:00
OCA Transbot
3d4476402e
OCA Transbot updated translations from Transifex
2016-04-24 14:03:16 -04:00
suriyan
ff44ed5aef
[FIX] Page reference not exists if name was slugified ( #220 )
...
[FIX] page not exists if name was slugified
2016-04-22 17:40:53 +02:00
OCA Transbot
8bc6a4ac2c
OCA Transbot updated translations from Transifex
2016-04-17 13:31:56 -04:00
OCA Git Bot
54effe035b
[ADD] setup.py
2016-04-14 04:41:40 +02:00
OCA Git Bot
93d764f474
[UPD] addons table in README.md
2016-04-14 02:39:52 +02:00
Markus Schneider
5472a88489
Merge pull request #326 from initOS/8.0-web_one2many_list_action
...
New module 'web_one2many_list_action'
2016-04-13 18:23:20 +02:00
Pedro M. Baeza
70d109b3f4
Merge pull request #340 from hbrunn/8.0-web_widget_one2many_tags-refactor
...
[DEL] printf debugging
2016-04-08 13:47:35 +02:00
Holger Brunn
b02035aeab
[DEL] printf debugging
2016-04-08 13:18:23 +02:00
OCA Git Bot
fc38550429
[ADD] setup.py
2016-04-08 04:37:57 +02:00
OCA Git Bot
e3bb6700df
[UPD] addons table in README.md
2016-04-08 02:41:11 +02:00
Pedro M. Baeza
9ca4448c5b
Merge pull request #252 from hbrunn/8.0-web_favicon
...
[ADD] web_favicon
2016-04-07 15:15:18 +02:00
Holger Brunn
dffd08667c
Merge pull request #3 from pedrobaeza/8.0-web_favicon
...
[IMP] web_favicon: Nicer icon + README imp + support files
2016-04-07 14:53:39 +02:00
Pedro M. Baeza
3c7632628f
[IMP] web_favicon: Nicer icon + README imp + support files
2016-04-07 14:37:51 +02:00
Pedro M. Baeza
0578405b8b
[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
2016-04-06 20:33:56 +02:00
Pedro M. Baeza
77bf43037d
Merge pull request #251 from trobz/8.0-add_markdown_list_view
...
[ADD] Support markdown on list view. Allow to save empty value on form view.
2016-04-06 20:33:18 +02:00
Adrien Peiffer (ACSONE)
82baea8d0b
[FIX][web_option_auto_color] Compatibility with MS Edge.
2016-04-06 15:33:33 +02:00
OCA Git Bot
65ba11b18c
[ADD] setup.py
2016-04-06 11:04:21 +02:00
OCA Git Bot
e25916d0f3
[ADD] setup.py
2016-04-06 10:43:51 +02:00
OCA Transbot
acb4e99ed2
OCA Transbot updated translations from Transifex
2016-04-03 10:45:26 -04:00
Pedro M. Baeza
148220cb75
Merge pull request #333 from hbrunn/8.0-web_widget_one2many_tags-refactor
...
[RFR] in order to work properly, we need to use FieldOne2Many's caching logic
2016-04-02 18:05:08 +02:00
Holger Brunn
c2b3750d47
[FIX] read names through one2many dataset
2016-04-01 21:35:12 +02:00
Holger Brunn
9bad55cca2
[FIX] typo
2016-04-01 14:54:18 +02:00
Guewen Baconnier
727e4dfce4
Merge pull request #327 from hbrunn/8.0-issue321
...
[FIX] fix #321 , choked on cached writes
2016-03-31 08:31:14 +02:00
Guewen Baconnier
b316b3ca4d
Merge pull request #332 from hbrunn/8.0-support_branding-autodelete
...
[FIX] autodelete mails
2016-03-31 08:12:44 +02:00
Holger Brunn
fb6b41eb21
[RFR] in order to work properly, we need to use FieldOne2Many's caching logic
2016-03-24 10:29:45 +01:00
Holger Brunn
5303167969
[FIX] autodelete mails
2016-03-23 08:59:47 +01:00
Holger Brunn
7602e7ad53
[IMP] higher version number bump
2016-03-22 12:45:52 +01:00