Ivan Yelizariev
b6bf0e5cdb
[FIX] add active_id to url
2015-05-11 17:21:23 +02:00
Pedro M. Baeza
02d82a468f
Merge pull request #95 from yelizariev/8.0-web_last_viewed_records
...
8.0 web_last_viewed_records
2015-03-20 01:31:56 +01:00
Pedro M. Baeza
c6aaab2434
Merge pull request #98 from pedrobaeza/8.0-web_tree_many2one_clickable
...
[ADD] web_tree_many2one_clickable
2015-03-18 15:54:27 +01:00
Ivan Yelizariev
d539597729
[FIX] do FontAwesome icon's display property to inline instead of inline-block, because nbsp symbol doesn't work with inline-block
2015-03-17 13:21:18 +02:00
Pedro M. Baeza
dcacee14bf
[ADD] web_tree_many2one_clickable
...
Clickable many2one fields for tree views
========================================
This addon provides a separate widget to allow many2one fields in a tree view
open the linked resource when clicking on their name.
You can also define a system parameter to have this behaviour for all the
existing many2one fields in tree views.
Installation
============
Install it the regular way.
Configuration
=============
If you want to have all many2one fields clickable by default, you have to
define in *Configuration > Technical > Parameters > System parameters*, a new
parameter with name `web_tree_many2one_clickable.default` and with value
`true`.
Usage
=====
For the widget option, you need to add `widget="many2one_clickable"` attribute
in the XML field definition in the tree view.
For example:
`<field name="partner_id" widget="many2one_clickable" />`
will open the linked partner in a form view.
Known issues / Roadmap
======================
* You cannot deactivate clickable behaviour for an specific many2one field if
you configure the system parameter.
* The value of the system parameter is retrieved for each many2one field
present in the view instead of only once.
2015-03-16 12:23:05 +01:00
Ivan Yelizariev
97332bcd64
Check existence of a localStorage variable.
...
In browsers without localStorage variable links to viewed records are
stored only for current browser session (i.e. until user close browser tab)
2015-03-16 12:57:49 +02:00
Ivan Yelizariev
2505429dc9
clean xml indents
2015-03-16 12:42:53 +02:00
Ivan Yelizariev
0d0364e586
[FIX] delete unused variables
2015-03-16 12:36:33 +02:00
Holger Brunn
8c4023304a
Merge pull request #64 from luc-demeyer/8.0-web_sheet_full_width_selective
...
[ADD] web_sheet_full_width_selective
2015-03-16 10:55:43 +01:00
Pedro M. Baeza
66f69dca24
[IMP] web_widget_color: Improve documentation
2015-03-15 16:55:09 +01:00
Pedro M. Baeza
11ca34ca40
Merge pull request #85 from taktik/8.0-port-web-color
...
[ADD] : port web color to 8.0
2015-03-15 16:51:39 +01:00
Ivan Yelizariev
e81a2c44bf
[IMP] use Font Awesome instead of Entypo font for model icons
2015-03-14 12:54:59 +02:00
Ivan Yelizariev
0883fa22bf
[FIX] make explicit xml defining
2015-03-14 12:52:56 +02:00
Ivan Yelizariev
a9d9b085c7
update description
2015-03-14 12:52:32 +02:00
Ivan Yelizariev
9045f88a46
whitespace cleanup
2015-03-13 17:41:40 +02:00
Ivan Yelizariev
67e7072c97
add OCA to author
2015-03-13 14:51:26 +02:00
Ivan Yelizariev
dce2a86202
move description to README.rst
2015-03-13 14:49:24 +02:00
Ivan Yelizariev
640cfda39d
[ADD] web_last_viewed_records
2015-03-13 14:40:02 +02:00
luc-demeyer
0da4962afc
add OCA to author
2015-03-09 18:16:46 +01:00
Sylvain LE GAL
56697a1cee
Merge pull request #94 from pablocm-aserti/8.0
...
[FIX] web_export_view: Handler method renamed to avoid name collision with the original index used in the native excel export
2015-03-09 11:19:12 +01:00
Sylvain LE GAL
a39f10cb33
Merge pull request #93 from hbrunn/8.0-ckeditor-img-dataurls
...
[IMP] monkey patch lxml's html cleaner
2015-03-09 11:18:27 +01:00
PabloCM
fc0c62e411
[FIX] web_export_view: Handler method renamed to avoid name collision with the original index used in the native excel export
2015-03-05 12:12:06 +01:00
Holger Brunn
c6719aef4a
[IMP] monkey patch lxml's html cleaner
...
in order to allow image data urls
2015-03-04 10:00:04 +01:00
Pedro M. Baeza
0c23a2c21a
Merge pull request #91 from yvaucher/8.0-module-icons
...
Move module icon in static/description
2015-03-03 13:57:03 +01:00
Yannick Vaucher
62d2e76159
Move module icon in static/description
2015-03-03 13:49:09 +01:00
Adil Houmadi
1a9a99ff57
[IMP] : Improve doc
2015-03-03 11:05:26 +01:00
Alexandre Fayolle
6706754e70
Add OCA as author of OCA addons
...
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
2015-03-02 17:29:19 +01:00
Holger Brunn
da43c9162f
Merge pull request #86 from acsone/8.0-add-web_dialog_size-amu
...
[ADD] module web_dialog_size
2015-03-02 14:55:44 +01:00
Adil Houmadi
dcb212c58c
[IMP] : patch getDir function to serve files
...
[REM] : remove jscolor route and replace it with JS
2015-03-02 14:48:03 +01:00
Anthony Muschang
7d59e23ab7
Merge branch '8.0' of https://github.com/acsone/web into 8.0-add-web_dialog_size-amu
2015-03-02 14:41:31 +01:00
Sylvain LE GAL
d755ad9353
Merge pull request #87 from hbrunn/8.0-travis_2015-03-02
...
[FIX] blank line at end of file
2015-03-02 14:39:57 +01:00
Holger Brunn
d122201798
[FIX] blank line at end of file
2015-03-02 13:42:58 +01:00
Anthony Muschang
fccfd88958
[FIX] web_dialog_size: fix typo in module summary
2015-03-02 13:14:13 +01:00
Holger Brunn
0d72d2c041
Merge pull request #74 from LeartS/better-charts
...
[ADD] web_graph_improved
2015-03-02 10:42:05 +01:00
Anthony Muschang (ACSONE)
427da0c39e
[FIX] web_dialog_size: fix typo in module summary
2015-03-02 10:17:27 +01:00
Anthony Muschang
0b11659437
[ADD] module web_dialog_size
...
New module that let the user expand a dialog box to the full screen
width.
2015-02-27 00:29:22 +01:00
Adil Houmadi
4d41595758
[FIX] : make travis happy :)
2015-02-19 18:36:21 +01:00
Adil Houmadi
1002f04688
[FIX] : fix import controller
2015-02-19 15:20:50 +01:00
Adil Houmadi
f3f52bb82c
[IMP] : - Rename the module to web_widget_color
...
- Remove special type (Color) and use (Char) instead of.
2015-02-19 13:37:34 +01:00
Leonardo Donelli
ecfd38fc95
Remove commented lines, put license in manifest file.
2015-02-17 16:36:42 +01:00
Leonardo Donelli
2530533468
Better README.
2015-02-17 16:36:42 +01:00
Leonardo Donelli
769474d43d
New module: web_graph_improved.
2015-02-17 16:36:42 +01:00
Adil Houmadi
e7185bd2da
[ADD] : port web color to 8.0
...
update JS library with used on https://bitbucket.org/anybox/widget_color/
2015-02-16 21:06:15 +01:00
Guewen Baconnier
6c9f88b794
Merge pull request #79 from hbrunn/8.0-web_widget_classes
...
[ADD] port web_dom_model_classes
2015-02-09 11:51:09 +01:00
Pedro M. Baeza
034f1e181e
[FIX] Icon path
2015-02-08 12:34:37 +01:00
Holger Brunn
136fbf6ed5
[REN] rename module to web_widget_classes
2015-02-06 10:51:03 +01:00
Pedro M. Baeza
1fcd88a982
[IMP] web_widget_text_markdown: README.rst adapted to OCA template
2015-01-30 12:07:35 +01:00
Guewen Baconnier
a1d30516b8
Merge pull request #71 from njeudy/web_bootstrap_markdown_80
...
Web bootstrap markdown 80
2015-01-30 11:58:02 +01:00
Nicolas JEUDY
1c8b9f0e18
new: update css to have better rendering in read mode.
2015-01-30 09:19:16 +01:00
Nicolas JEUDY
b9a1d2e2a2
fix: upadte web_widget_text_markdown.js with correct full version.
2015-01-30 09:19:16 +01:00