3
0
Fork 0
Commit Graph

644 Commits (01ffbdb12b4c64ea627e34f3930a9a838d98017c)

Author SHA1 Message Date
OCA Transbot 5f104ea820 OCA Transbot updated translations from Transifex 2019-01-19 09:38:28 +01:00
Florent de Labarre e831274ebc [MIG] web_widget_many2many_tags_multi_selection: Migration to 10.0 (#623) 2019-01-19 09:38:28 +01:00
Jamin Shah baae1df603 [MIG]Migrated web widget many2many_tags multi selection in v9 2019-01-19 09:38:24 +01:00
Sylvain Calador 4b50cb4f22 [ADD] web_widget_many2many_tags_multi_selection 2019-01-19 09:37:41 +01:00
oca-travis fcc030f7e5 [UPD] Update web_tree_many2one_clickable.pot 2019-01-19 13:21:24 +05:30
Guewen Baconnier 5a442b7d06 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-01-19 13:21:24 +05:30
Artem Kostyuk 3fb7bcd0d5 [MIG] web_tree_many2one_clickable: Migration to 11.0 2019-01-19 13:21:24 +05:30
Atchuthan, Sodexis 1df6647fa3 [MIG] web_tree_many2one_clickable: Migrated to 10.0 2019-01-19 13:21:24 +05:30
Antonio Espinosa 0f3574b638 [MIG] web_tree_many2one_clickable: Migration to 9.0 2019-01-19 13:21:24 +05:30
Holger Brunn 8f6287b74d support reference fields in many2one_clickable widget 2019-01-19 13:21:24 +05:30
Antonio Espinosa 9d7c20ea94 [FIX] Allow set web_tree_many2one_clickable.default as True 2019-01-19 13:21:24 +05:30
Pedro M. Baeza 745e7e54d3 [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-01-19 13:21:24 +05:30
oca-travis 242102823c [UPD] Update web_timeline.pot 2019-01-18 15:41:39 +00:00
Pedro M. Baeza 34e2041bc3
Merge pull request #1156 from tarteo/11-web-timeline-fix-reload
[12.0][FIX] web_timeline: Reloading view
2019-01-18 16:33:34 +01:00
tarteo 4677153270 [FIX] web_timeline: Reloading view
[FIX] web_timeline: Reloading view

[FIX] web_timeline: Reloading view
2019-01-17 14:38:05 +01:00
Jairo Llopis 75ac50be53
[FIX] web_decimal_numpad_dot: Fix inconsistent behavior
When user was replacing some specific sections or being too fast, the module wasn't behaving fine. Also, it was always displaying the original `.` slightly before doing the replacement.
2019-01-17 10:58:31 +00:00
oca-travis 9f91d5d9a9 [UPD] Update web_responsive.pot 2019-01-10 16:01:42 +00:00
OCA-git-bot 8842e91b9b [ADD] setup.py 2019-01-10 15:32:40 +00:00
Pedro M. Baeza 4d1031142c
Merge pull request #1066 from Tecnativa/12.0-web_responsive
[MIG] web_responsive: Migrate to v12 and refactor
2019-01-10 16:32:32 +01:00
Jairo Llopis 69a7491f4a
[MIG] web_responsive: Migrate to v12 and refactor
This migration includes a full refactoring to make this module more
maintainable. Some things that have changed:

- Removed external libraries.
- Change Less for Scss.
- Reduce ES and XML to the minimal required needs.
- Implement as much features as possible with just Scss.
- Remove copyright from `__init__.py` files.
- Trigger the new hotkeys system from Odoo v12 with `Shift+Alt` instead
  of just `Alt`, and restore some good old hotkeys (`E` for "Edit",
  `D` for "Discard", and `A` for "Apps menu").
  See https://github.com/odoo/odoo/issues/30068 on the matter.
- Control panel breadcrumbs are collapsed into a single backwards icon.
- Add FA icons to most common buttons in control panel.
- Hide text in XS for those buttons, to have a slicker phone experience.
- Lots of gifs in the README!
2019-01-10 13:51:17 +00:00
OCA-git-bot 9e9c409c86 [UPD] README.rst 2019-01-08 08:40:22 +00:00
Cyril VINH-TUNG ccda9edc82 [web_timeline][IMP] Add margin support in web_timeline (#1135) 2019-01-08 09:40:02 +01:00
Anand Kansagra 4aafcfa5a5 [MIG] web_widget_x2many_2d_matrix_example: Migration to 12.0. 2018-12-31 18:55:58 +05:30
oca-travis 22441ad62f [UPD] Update web_widget_x2many_2d_matrix_example.pot 2018-12-31 10:37:05 +05:30
Simone Orsi 366b3015b6 [ADD] `web_widget_x2many_2d_matrix_example` 2018-12-31 10:37:05 +05:30
oca-travis 2b240d2082 [UPD] Update web_widget_image_url.pot 2018-12-31 10:12:01 +05:30
Petar Najman 4b7cd1290e ADD: Adding module web_widget_image_url 2018-12-31 10:12:01 +05:30
OCA Transbot 507888d4df Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2018-12-29 12:06:41 +00:00
Pedro M. Baeza 02c00e2875
Merge pull request #1141 from Tecnativa/12.0-fix-issue-1139-web_widget_color
web_widget_color: Fix issue #1139
2018-12-26 14:19:28 +01:00
ernesto 25ac90ea09 web_widget_color: Fix issue #1139
widget="color" not working proper in One2many field form view.
https://github.com/OCA/web/issues/1139
2018-12-25 16:34:48 -05:00
OCA-git-bot 2713de660d [UPD] README.rst 2018-12-21 09:59:35 +00:00
invitu 099343cf05 [FIX] web_timeline: fix readme - To be squashed with previous one on migration (#1137) 2018-12-21 10:59:28 +01:00
OCA-git-bot 7c94a75be0 [UPD] README.rst 2018-12-20 10:20:47 +00:00
Pedro M. Baeza d26ff17f8e
Merge pull request #1134 from invitu/12.0-web_timeline_add_stack_support
[web_timeline][IMP] Add stack support
2018-12-20 11:20:41 +01:00
Invitu 08d06d2b06 [IMP] Add stack support 2018-12-19 07:31:19 -10:00
oca-travis 66528deddc [UPD] Update web_widget_x2many_2d_matrix.pot 2018-12-11 08:25:37 +00:00
Pedro M. Baeza e8e5048c57
Merge pull request #1124 from brainbeanapps/12.0-fix-web_widget_x2many_2d_matrix
[FIX] web_widget_x2many_2d_matrix: _renderBodyCell
2018-12-11 09:20:58 +01:00
Alexey Pelykh 343d0560d5 [FIX] web_widget_x2many_2d_matrix: _renderBodyCell + _renderAggregateColCells 2018-12-10 23:56:23 +02:00
OCA Git Bot 90586c27f3
[UPD] README.rst 2018-12-10 13:33:30 +00:00
oca-travis 322b3345da
[UPD] Update web_responsive.pot 2018-12-10 13:33:30 +00:00
Jairo Llopis 43e5a7bb42
[FIX] web_responsive: Disable access to hidden menus
When doing menu search, some menus that the user didn't have permission to use were presented to him.

Fix #850.
2018-12-10 13:33:30 +00:00
Jairo Llopis 68bc0ebd01
[FIX] web_responsive: Complete search feature forward-porting 2018-12-10 13:33:29 +00:00
Dave Lasley 924c874d74
[IMP] web_responsive: Add search feature (#838)
* Add feature to search menus in the app drawer
* Switch model to RPC
2018-12-10 13:33:29 +00:00
Hans Henrik Gabelgaard 9776ce3859
Translated using Weblate (Danish)
Currently translated at 90.0% (9 of 10 strings)

Translation: web-11.0/web-11.0-web_responsive
Translate-URL: https://translation.odoo-community.org/projects/web-11-0/web-11-0-web_responsive/da/
2018-12-10 13:33:29 +00:00
Hans Henrik Gabelgaard ccb690f2df
Added translation using Weblate (Danish) 2018-12-10 13:33:29 +00:00
OCA Git Bot ac8fa9bf4c
[UPD] README.rst 2018-12-10 13:33:29 +00:00
Pedro M. Baeza 7144af124b
[IMP] web_responsive: Add known issue note about sticky 2018-12-10 13:33:28 +00:00
Rodrigo Macedo 1796d12f11
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100,0% (9 of 9 strings)

Translation: web-11.0/web-11.0-web_responsive
Translate-URL: https://translation.odoo-community.org/projects/web-11-0/web-11-0-web_responsive/pt_BR/
2018-12-10 13:33:28 +00:00
Pedro M. Baeza 42c38345f5
Translated using Weblate (Spanish)
Currently translated at 100.0% (9 of 9 strings)

Translation: web-11.0/web-11.0-web_responsive
Translate-URL: https://translation.odoo-community.org/projects/web-11-0/web-11-0-web_responsive/es/
2018-12-10 13:33:28 +00:00
oca-travis 5316bfe4a0
[UPD] Update web_responsive.pot 2018-12-10 13:33:28 +00:00