3
0
Fork 0
Commit Graph

394 Commits (ccdf5710aba95866cb0c08e9456a3ee077778fbb)

Author SHA1 Message Date
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
laurent.corron 1503fd40ca [MIG] web_domain_field: Migration to 13.0 2019-11-13 11:21:25 +01:00
laurent.corron 225617b4ad [REF] web_domain_field: Black python code 2019-11-11 20:24:52 +01:00
oca-travis c139cf7cec [UPD] Update web_domain_field.pot 2019-11-11 20:23:45 +01:00
Pedro M. Baeza 82f65e6881 [FIX] web_domain_field: Fix README syntax 2019-11-11 20:23:45 +01:00
Denis Roussel 953d1c2493 [10.0][MIG] Migrates web_domain_field 2019-11-11 20:23:45 +01:00
Laurent Mignon (ACSONE) 2251509501 New web_domain_field addon 2019-11-11 20:23:45 +01:00
OCA-git-bot 280ef21b56 Merge PR #1407 into 13.0
Signed-off-by pedrobaeza
2019-10-15 10:19:48 +00:00
Alexandre Díaz 7747f33245 [IMP] web_responsive: Adapt test to 13.0 2019-10-15 12:15:07 +02:00
OCA-git-bot 03d24e9c23 [ADD] setup.py 2019-10-14 19:32:52 +00:00
OCA-git-bot 6282a277f7 [UPD] README.rst 2019-10-14 19:32:52 +00:00
oca-travis 053ea09c7a [UPD] Update web_decimal_numpad_dot.pot 2019-10-14 19:24:00 +00:00
OCA-git-bot 2aa7d7bd92 Merge PR #1402 into 13.0
Signed-off-by pedrobaeza
2019-10-14 19:18:59 +00:00
emagdalena cc1a521d70 [FIX] web_dialog_size js warnings 2019-10-14 14:43:39 +02:00