3
0
Fork 0
Commit Graph

344 Commits (9a74ec4ec637fdabfb18538d70e81872493c8774)

Author SHA1 Message Date
Holger Brunn 9a74ec4ec6 [IMP] allow to hide left bar and top bar independently 2015-06-02 08:55:34 +02:00
Holger Brunn f94a1f9635 [IMP] put menu over block_ui layer 2015-05-12 12:41:21 +02:00
Holger Brunn 257ed3b7d4 [FIX] use jquery api 2015-05-06 11:37:20 +02:00
Holger Brunn ea8e8b5caf [FIX] correct js syntax 2015-05-06 11:27:57 +02:00
Holger Brunn 5c96d88953 [ADD] allow to close left menu by clicking somwhere else 2015-05-05 08:15:44 +02:00
Holger Brunn feaf1060a5 [FIX] scroll menu in firefox 2015-05-04 13:57:02 +02:00
Holger Brunn 32e70a0fdc [FIX] more renaming woes 2015-05-04 13:16:40 +02:00
Holger Brunn 9e405277a2 [FIX] rename more references 2015-05-04 12:21:00 +02:00
Holger Brunn 5823fc4898 [FIX] rename all references to web_hide_menu 2015-05-04 12:19:57 +02:00
Holger Brunn 8a73c90a16 [REN] rename the module
and adapt README.rst
2015-05-04 09:38:14 +02:00
Holger Brunn 6289b681c8 [IMP] decide whether to close the sidebar in a smarter way 2015-05-01 17:57:51 +02:00
Holger Brunn 2ae92c9212 [ADD] have left bar autosize to content 2015-05-01 17:31:57 +02:00
Holger Brunn 26dcbd7b09 [ADD] web_hide_menu 2015-05-01 17:11:21 +02:00
Yannick Vaucher ee954bbf32 Merge pull request #125 from sysadminmatmoz/8.0
Slovene translations and translation template
2015-04-24 18:26:39 +02:00
Matjaž Mozetič 7e6d952b31 Slovene translations and translation template 2015-04-24 08:09:56 +02:00
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
2015-04-13 14:50:41 +02:00
Pedro M. Baeza 7e67aaa627 [FIX] web_tree_many2one_clickable: Don't complain if there is no parameter defined 2015-04-10 22:50:06 +02:00
Alexandre Fayolle fbe2ffa15e don't use travis container-based infrastructure 2015-03-27 16:21:16 +01:00
Pedro M. Baeza 22ce0eeb4a Merge pull request #82 from bringsvor/integer_thousands_separator
Fix parsing of integers with separator
2015-03-26 17:44:09 +01:00
Torvald B. Bringsvor bbf49cd478 Handle the thousands separator, even multiple ones. 2015-03-26 12:20:04 +01:00
Pedro M. Baeza 112c399172 Merge pull request #102 from eLBati/imp_web_export_view_info
[IMP] web_export_view public info
2015-03-24 16:33:41 +01:00
Lorenzo Battistini ed234d5478 [ADD] icon and README 2015-03-24 15:18:52 +01:00
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...
2015-03-20 12:35:53 +01: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
Alejandro Santana 5304789419 [UPD] web_hide_db_manager_link: Removed useless README line, as it explains a standard procedure for updating modules. 2015-03-09 11:39:30 +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
Alejandro Santana fd4f2e378f [IMP] web_hide_db_manager_link: Improve README file as reviewed. 2015-03-03 19:28:26 +01:00
Alejandro Santana 1b64eae6e7 [IMP] web_hide_db_manager_link: Improve README file. 2015-03-03 18:59:14 +01:00
Alejandro Santana d26801bc0a [PRT][REN] Added module web_hide_db_manager_link, as a port to v8 of web_nocreatedb, but with a more descriptive name. 2015-03-03 18:47:44 +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