Sylvain Calador
bd8abd2bb8
[IMP] Add 'web_completion_search' module
10 years ago
Yannick Vaucher
ee954bbf32
Merge pull request #125 from sysadminmatmoz/8.0
Slovene translations and translation template
10 years ago
Matjaž Mozetič
7e6d952b31
Slovene translations and translation template
10 years ago
Adrien Peiffer (ACSONE)
03951e6c58
[ADD] Add web widget auto color module
10 years ago
Holger Brunn
5f1ebff3c8
[FIX] also reinitialize totals
10 years ago
Holger Brunn
8ce3afdc3d
[FIX] support rerendering after virtual ids change
this is necessary for correct operation after creating new records
10 years ago
Vincent Vinet
71a1cdb16c
add OCA icon and AGPL badges
10 years ago
Vincent Vinet
582d474e2e
remove description from __oe__ since it is in README.rst
10 years ago
Sylvain LE GAL
123bfbcb4d
Merge pull request #113 from pedrobaeza/8.0-web_tree_many2one_clickable-fix
[FIX] web_tree_many2one_clickable: Don't complain if there is no parameter defined
10 years ago
Pedro M. Baeza
7e67aaa627
[FIX] web_tree_many2one_clickable: Don't complain if there is no parameter defined
10 years ago
Alexandre Fayolle
fbe2ffa15e
don't use travis container-based infrastructure
10 years ago
Pedro M. Baeza
22ce0eeb4a
Merge pull request #82 from bringsvor/integer_thousands_separator
Fix parsing of integers with separator
10 years ago
Torvald B. Bringsvor
bbf49cd478
Handle the thousands separator, even multiple ones.
10 years ago
Vincent Vinet
28af310f52
update api doc link in readme.rst
10 years ago
Vincent Vinet
baa5b25777
add README.rst
10 years ago
Pedro M. Baeza
112c399172
Merge pull request #102 from eLBati/imp_web_export_view_info
[IMP] web_export_view public info
10 years ago
Vincent Vinet
c2e95ec679
use include instead of extend
10 years ago
Lorenzo Battistini
ed234d5478
[ADD] icon and README
10 years ago
Vincent Vinet
17943f623f
[ADD] web_widget_datepicker_options
10 years ago
Sylvain LE GAL
a68fb38d97
Merge pull request #92 from alejandrosantana/8.0
[PRT][REN] Added module web_hide_db_manager_link, as a port to v8 of web...
10 years ago
Pedro M. Baeza
02d82a468f
Merge pull request #95 from yelizariev/8.0-web_last_viewed_records
8.0 web_last_viewed_records
10 years ago
Holger Brunn
65e51ac52c
[IMP] better modularity
10 years ago
Pedro M. Baeza
c6aaab2434
Merge pull request #98 from pedrobaeza/8.0-web_tree_many2one_clickable
[ADD] web_tree_many2one_clickable
10 years ago
Holger Brunn
0cdadecac4
[IMP] better readme, manifest
10 years ago
Holger Brunn
d472033565
[ADD] web_ir_actions_act_window_message
10 years ago
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
10 years ago
Holger Brunn
5b62cc2aac
[IMP] icon
10 years ago
Holger Brunn
0ce9719a0d
[IMP] add screenshot, example in README
10 years ago
Holger Brunn
8dd0a8251c
[IMP] use semantic css classes instead of element names
[RFR] and being on it, make reacting to changes in overrides simple
10 years ago
Holger Brunn
be4a19ab09
[IMP] we don't need data-x and data-y on the input
10 years ago
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.
10 years ago
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)
10 years ago
Ivan Yelizariev
2505429dc9
clean xml indents
10 years ago
Ivan Yelizariev
0d0364e586
[FIX] delete unused variables
10 years ago
Holger Brunn
8c4023304a
Merge pull request #64 from luc-demeyer/8.0-web_sheet_full_width_selective
[ADD] web_sheet_full_width_selective
10 years ago
Pedro M. Baeza
66f69dca24
[IMP] web_widget_color: Improve documentation
10 years ago
Pedro M. Baeza
11ca34ca40
Merge pull request #85 from taktik/8.0-port-web-color
[ADD] : port web color to 8.0
10 years ago
Ivan Yelizariev
e81a2c44bf
[IMP] use Font Awesome instead of Entypo font for model icons
10 years ago
Ivan Yelizariev
0883fa22bf
[FIX] make explicit xml defining
10 years ago
Ivan Yelizariev
a9d9b085c7
update description
10 years ago
Holger Brunn
a7342a333d
[ADD] validation
[IMP] write formatted value to back to input
10 years ago
Holger Brunn
a784477f5b
[FIX] setup focus
10 years ago
Holger Brunn
dac42c5217
[FIX] replace therp icon
10 years ago
Holger Brunn
8d89b3ebdf
[IMP] pass computed totals to inheriting function
10 years ago
Holger Brunn
0119274720
[FIX] update readonly value after editing
10 years ago
Ivan Yelizariev
9045f88a46
whitespace cleanup
10 years ago
Holger Brunn
d91b99e6b8
[IMP] support changing readonly state
10 years ago
Holger Brunn
df61688f62
[IMP] collapse whitespace in rows
10 years ago
Ivan Yelizariev
67e7072c97
add OCA to author
10 years ago
Ivan Yelizariev
dce2a86202
move description to README.rst
10 years ago