Commit Graph

838 Commits

Author SHA1 Message Date
oca-travis
a55f14aa26 [UPD] Update web_tree_many2one_clickable.pot 2019-11-26 18:55:11 +00:00
OCA-git-bot
a7d7facf71 Merge PR #1438 into 13.0
Signed-off-by pedrobaeza
2019-11-26 18:13:05 +00:00
Simone
ca1690f883 [MIG] web_tree_many2one_clickable: Migration to 13.0 2019-11-26 19:08:41 +01:00
OCA-git-bot
6170323a7a [ADD] .editorconfig [ci skip] 2019-11-19 21:18:40 +01:00
Simone
2ae25d3d9e [IMP] web_tree_many2one_clickable: black, isort 2019-11-17 20:27:26 +01:00
黎伟杰
bd1d51ad94 Added translation using Weblate (Chinese (Simplified)) 2019-11-17 20:27:26 +01:00
OCA-git-bot
a294152b53 [UPD] README.rst 2019-11-17 20:27:26 +01:00
Alexandre Díaz
6dd0df8a03 [IMP] web_tree_many2one_clickable: Readme - USAGE 2019-11-17 20:14:16 +01:00
Alexandre Díaz
4e6f57ab87 [MIG] web_tree_many2one_clickable: Migration to 12.0 2019-11-17 20:14:16 +01:00
Anand Kansagra
d259c901fc [MIG] web_tree_many2one_clickable: Migration to 12.0. 2019-11-17 20:14:16 +01:00
oca-travis
30078b2ab1 [UPD] Update web_tree_many2one_clickable.pot 2019-11-17 20:14:16 +01:00
Guewen Baconnier
64b739b21d 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.
2019-11-17 20:14:16 +01:00
Artem Kostyuk
7b5bacf22c [MIG] web_tree_many2one_clickable: Migration to 11.0 2019-11-17 20:14:16 +01:00
Atchuthan, Sodexis
bfb03e3fd1 [MIG] web_tree_many2one_clickable: Migrated to 10.0 2019-11-17 20:14:16 +01:00
Antonio Espinosa
07906d50c2 [MIG] web_tree_many2one_clickable: Migration to 9.0 2019-11-17 20:14:16 +01:00
Holger Brunn
07d93f11fa support reference fields in many2one_clickable widget 2019-11-17 20:14:16 +01:00
Antonio Espinosa
4a960adc51 [FIX] Allow set web_tree_many2one_clickable.default as True 2019-11-17 20:14:16 +01:00
Pedro M. Baeza
5e4b6bde91 [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.
2019-11-17 20:14:16 +01:00
laurent.corron
7bd06f3c4c [ADD] setup.py 2019-11-14 15:50:44 +01:00
laurent.corron
76236f2f3f [MIG] web_notify: Migration to 13.0 2019-11-14 15:42:15 +01:00
laurent.corron
26a049cd05 [REF] web_notify: Black python code 2019-11-14 15:42:10 +01:00
黎伟杰
0c52779d72 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (18 of 18 strings)

Translation: web-12.0/web-12.0-web_notify
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_notify/zh_CN/
2019-11-14 15:37:03 +01:00
黎伟杰
c44c2e2adf Added translation using Weblate (Chinese (Simplified)) 2019-11-14 15:37:03 +01:00
Rodrigo Macedo
942db9efdc Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (18 of 18 strings)

Translation: web-12.0/web-12.0-web_notify
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_notify/pt_BR/
2019-11-14 15:37:03 +01:00
OCA-git-bot
fbf043245c [UPD] README.rst 2019-11-14 15:37:03 +01:00
Karolis Kalantojus
b3ec6105a2 [FIX] web_notify attempt to fix void messages (#1249)
It seems besides the custom channels provided in this addon it also catches messages from other channels. E.g. in this case it seems the void popup is triggered by these activity creation bus messages.

**Steps to reproduce**

Odoo commit: could reproduce on 5e8b667951 and 4da82776ff
OCA/web commit: 2465278

* Install crm and web_notify modules
* Create an activity for yourself (tried for admin user)
* Empty popup appears

**Attempt to solve**

It seems the bus handles all messages non exclusively. I've hacked in a conditional to handle only messages from web_notify addon, but its unclear wether this does not break something else.
2019-11-14 15:37:03 +01:00
OCA Transbot
3dea5f6a69 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: web-12.0/web-12.0-web_notify
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_notify/
2019-11-14 15:37:03 +01:00
OCA Transbot
ca139a106a Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: web-12.0/web-12.0-web_notify
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_notify/
2019-11-14 15:37:03 +01:00
oca-travis
7f2da97d45 [UPD] Update web_notify.pot 2019-11-14 15:37:03 +01:00
OCA-git-bot
845904ebfe [UPD] README.rst 2019-11-14 15:37:03 +01:00
Shepilov Vladislav
09c5395d58 [12.0] web_notify: improve popup UI (#1231)
* [ADD]: all available bootstrap notifications (success/danger/warning/info/default)
* [IMP] use black color for text for default notification.
* [FIX] reverted require string for `bus.Longpolling` and rename `on_message_received` to `on_message` to prevent collisions.
2019-11-14 15:37:03 +01:00
OCA-git-bot
c1b20550fe [UPD] README.rst 2019-11-14 15:37:03 +01:00
OCA Transbot
da6f94cbdf Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2019-11-14 15:37:03 +01:00
oca-travis
efbe64622b [UPD] Update web_notify.pot 2019-11-14 15:37:03 +01:00
Aitor Bouzas
d62b10c3ee [FIX] web_notify: Update readme 2019-11-14 15:37:03 +01:00
Aitor Bouzas
89347e6976 [MIG] web_notify: Migration to 12.0
Add self-test buttons in demo environment,
Updated readme to show how to test it.
Add buttons to users form
Do not rely on SUPERUSER_ID and avoid getattr usage
2019-11-14 15:37:03 +01:00
oca-travis
07c2c4ef5a [UPD] Update web_notify.pot 2019-11-14 15:37:03 +01:00
Guewen Baconnier
fd06a6b0fd Prevent to send web notifications to other users
Only the admin user (sudo) is allowed to send notifications to other
users. The normal users can only send notifications to themselves.

This is to prevent attackers to craft malicious notifications and send
them to other users using RPC.

Correction based on the idea of @hbrunn
2019-11-14 15:37:03 +01:00
Hans Henrik Gabelgaard
24a63cee0a Translated using Weblate (Danish)
Currently translated at 40.0% (2 of 5 strings)

Translation: web-11.0/web-11.0-web_notify
Translate-URL: https://translation.odoo-community.org/projects/web-11-0/web-11-0-web_notify/da/
2019-11-14 15:37:03 +01:00
Rodrigo Macedo
762a1ee533 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100,0% (5 of 5 strings)

Translation: web-11.0/web-11.0-web_notify
Translate-URL: https://translation.odoo-community.org/projects/web-11-0/web-11-0-web_notify/pt_BR/
2019-11-14 15:37:03 +01:00
oca-travis
d8f749d7bc [UPD] Update web_notify.pot 2019-11-14 15:37:03 +01:00
Damien Bouvy
fa3716990d [MIG] web_notify: Migration to 11.0
- Use the 'session' class of the JS Framework (session no lounger bound
to web client)
- Test change: compare emitted & received messages based on content, not
order. Using string comparison raises false positives.
2019-11-14 15:37:03 +01:00
Houzéfa Abbasbhay
066ae9d43d [10.0][FIX] web_notify tests: Fix an arg check
Fix a check when comparing a user count with items within a mock call.

The previous method was succeeding by pure luck because OCA test
databases contain 2 users, which happens to be the amount of items
within a mock "call_args" (it contains args + kwargs).
2019-11-14 15:37:03 +01:00
OCA Transbot
1b00cab026 OCA Transbot updated translations from Transifex 2019-11-14 15:37:03 +01:00
Serpent Consulting Services Pvt Ltd
6f65acb990 Update web_client.js 2019-11-14 15:37:03 +01:00
Adrien Peiffer (ACSONE)
5eed4b6a1a [FIX] Return result of super of show_application 2019-11-14 15:37:03 +01:00
Jay Vora(SerpentCS)
4e7b1527b0 [MIG] Migration started web_notify 2019-11-14 15:37:03 +01:00
Pedro M. Baeza
b0d5889a82 [MIG] Make modules uninstallable 2019-11-14 15:37:03 +01:00
Laurent Mignon (ACSONE)
67aff7bd09 New module web_notify
This technical module allows you to send instant notification messages from the server to the user in live.
2019-11-14 15:37:03 +01:00
laurent.corron
7a0b1cb936 [ADD] setup.py 2019-11-13 11:21:33 +01:00