Commit Graph

1916 Commits (5f98b524397fe97f34fa8690dd98031ecff8cf5c)

Author SHA1 Message Date
oca-travis cc373942b1 [UPD] Update web_tree_many2one_clickable.pot 2021-01-13 15:04:40 +01:00
Simone 83ee72c393 [MIG] web_tree_many2one_clickable: Migration to 13.0 2021-01-13 15:04:40 +01:00
Simone 87a2e2c2f7 [IMP] web_tree_many2one_clickable: black, isort 2021-01-13 15:04:40 +01:00
黎伟杰 3c73cfe3a3 Added translation using Weblate (Chinese (Simplified)) 2021-01-13 15:04:40 +01:00
OCA-git-bot a9b0cb42d8 [UPD] README.rst 2021-01-13 15:04:40 +01:00
Alexandre Díaz 1930322ff0 [IMP] web_tree_many2one_clickable: Readme - USAGE 2021-01-13 15:04:40 +01:00
Alexandre Díaz c7d5d26570 [MIG] web_tree_many2one_clickable: Migration to 12.0 2021-01-13 15:04:40 +01:00
Anand Kansagra c1868953c4 [MIG] web_tree_many2one_clickable: Migration to 12.0. 2021-01-13 15:04:40 +01:00
oca-travis 4e253261d6 [UPD] Update web_tree_many2one_clickable.pot 2021-01-13 15:04:40 +01:00
Guewen Baconnier 5df78e7d1f web_tree_many2one_clickable: Check if the node is a field
If a list contains a node which is not a field (e.g. a button), it will
not be found in the fields so we'll have an error trying to get 'type'
from undefined.
2021-01-13 15:04:40 +01:00
Artem Kostyuk b5ba15dabd [MIG] web_tree_many2one_clickable: Migration to 11.0 2021-01-13 15:04:40 +01:00
Atchuthan, Sodexis c502ea513f [MIG] web_tree_many2one_clickable: Migrated to 10.0 2021-01-13 15:04:40 +01:00
Antonio Espinosa 5045847cc1 [MIG] web_tree_many2one_clickable: Migration to 9.0 2021-01-13 15:04:40 +01:00
Holger Brunn 7d83caabd6 support reference fields in many2one_clickable widget 2021-01-13 15:04:40 +01:00
Antonio Espinosa daaae71936 [FIX] Allow set web_tree_many2one_clickable.default as True 2021-01-13 15:04:40 +01:00
Pedro M. Baeza 00b0d7b208 [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.
2021-01-13 15:04:40 +01:00
Kévin Roche d3b2c03a32 [MIG] web_listview_range_select: Migration to 14.0 2021-01-13 14:52:36 +01:00
oca-travis 8559b2c594 [UPD] Update web_listview_range_select.pot 2021-01-13 14:28:02 +01:00
Ernesto Tejeda d8f891b8c8 [MIG] web_listview_range_select: Migration to 13.0 2021-01-13 14:28:02 +01:00
Ernesto Tejeda 261480b6dd [IMP] web_listview_range_select: black, isort, prettier 2021-01-13 14:28:02 +01:00
claudiagn 01c7b8676c Added translation using Weblate (Spanish) 2021-01-13 14:28:02 +01:00
Bole 8f9fe87311 Added translation using Weblate (Croatian) 2021-01-13 14:28:02 +01:00
黎伟杰 b7bd613448 Added translation using Weblate (Chinese (Simplified)) 2021-01-13 14:28:02 +01:00
tarteo d324336291 [MIG] web_listview_range_select: Migration to 12.0
[FIX] Firefox shift click

[REM] Removed unnecessary configure section

[ADD] Roadmap with new features
2021-01-13 14:28:02 +01:00
Aldo_Soares f43d761d5a [MIG] web_listview_range_select: Migration to 11.0 2021-01-13 14:28:02 +01:00
tarteo f4bd902062 [ADD] web_listview_range_select 2021-01-13 14:28:02 +01:00
hparfr f60a00ba04 [MIG] web_domain_field: Migration to 14.0 2021-01-13 00:33:41 +01:00
hparfr 23d9c60542 [IMP] web_domain_field: black, isort, prettier 2021-01-13 00:33:41 +01:00
claudiagn 5e8feb04b7 Added translation using Weblate (Spanish) 2021-01-13 00:33:31 +01:00
Sudhir Arya 6c3708dd0b [FIX] Fixed the pyeval.js pah in assets_backend. 2021-01-13 00:33:31 +01:00
Jairo Llopis 887febf518 [IMP] pre-commit run after update
Includes some manual fixes to silent ESLint warnings.
2021-01-13 00:33:31 +01:00
laurent.corron eb95d6887d [MIG] web_domain_field: Migration to 13.0 2021-01-13 00:33:31 +01:00
laurent.corron 892cf127ff [REF] web_domain_field: Black python code 2021-01-13 00:33:31 +01:00
Pedro M. Baeza 8d014c74db [FIX] web_domain_field: Fix README syntax 2021-01-13 00:33:30 +01:00
Denis Roussel f88567797c [10.0][MIG] Migrates web_domain_field 2021-01-13 00:33:30 +01:00
Laurent Mignon (ACSONE) 140f0b5192 New web_domain_field addon 2021-01-13 00:33:30 +01:00
OCA Transbot 3e5485dc33 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: web-13.0/web-13.0-web_disable_export_group
Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_disable_export_group/
2021-01-06 14:33:37 +01:00
oca-travis 1eda825065 [UPD] Update web_disable_export_group.pot 2021-01-06 14:33:37 +01:00
João Marques d7a4e83ee3 [MIG] web_disable_export_group: Migration to 13.0
TT26186
2021-01-06 14:33:37 +01:00
João Marques 44b81ecf02 [IMP] web_disable_export_group: black, isort, prettier 2021-01-06 14:33:37 +01:00
Pedro Castro Silva ae4d5e5ee2 Translated using Weblate (Portuguese)
Currently translated at 100.0% (3 of 3 strings)

Translation: web-12.0/web-12.0-web_disable_export_group
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_disable_export_group/pt/
2021-01-06 14:33:37 +01:00
Pedro Castro Silva b4e3b873c0 Added translation using Weblate (Portuguese) 2021-01-06 14:33:37 +01:00
claudiagn ac47c370ab Translated using Weblate (Spanish)
Currently translated at 100.0% (3 of 3 strings)

Translation: web-12.0/web-12.0-web_disable_export_group
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_disable_export_group/es/
2021-01-06 14:33:37 +01:00
claudiagn 130071ccd1 Added translation using Weblate (Spanish) 2021-01-06 14:33:37 +01:00
OCA-git-bot 9144e9c763 [UPD] README.rst 2021-01-06 14:33:37 +01:00
OCA-git-bot a312114482 [UPD] README.rst 2021-01-06 14:33:37 +01:00
Bole af0441808d Translated using Weblate (Croatian)
Currently translated at 100.0% (3 of 3 strings)

Translation: web-12.0/web-12.0-web_disable_export_group
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_disable_export_group/hr/
2021-01-06 14:33:37 +01:00
Bole 90c1c63646 Added translation using Weblate (Croatian) 2021-01-06 14:33:37 +01:00
黎伟杰 85417aee81 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (3 of 3 strings)

Translation: web-12.0/web-12.0-web_disable_export_group
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_disable_export_group/zh_CN/
2021-01-06 14:33:37 +01:00
黎伟杰 cd343f6b7f Added translation using Weblate (Chinese (Simplified)) 2021-01-06 14:33:37 +01:00