@@ -17,22 +17,24 @@ Server Actions - Navigate
17
17
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18
18
:alt: License: AGPL-3
19
19
.. |badge3 | image :: https://img.shields.io/badge/github-OCA%2Fserver--backend-lightgray.png?logo=github
20
- :target: https://github.com/OCA/server-backend/tree/16 .0/server_action_navigate
20
+ :target: https://github.com/OCA/server-backend/tree/18 .0/server_action_navigate
21
21
:alt: OCA/server-backend
22
22
.. |badge4 | image :: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23
- :target: https://translation.odoo-community.org/projects/server-backend-16 -0/server-backend-16 -0-server_action_navigate
23
+ :target: https://translation.odoo-community.org/projects/server-backend-18 -0/server-backend-18 -0-server_action_navigate
24
24
:alt: Translate me on Weblate
25
25
.. |badge5 | image :: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26
- :target: https://runboat.odoo-community.org/builds?repo=OCA/server-backend&target_branch=16 .0
26
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/server-backend&target_branch=18 .0
27
27
:alt: Try me on Runboat
28
28
29
29
|badge1 | |badge2 | |badge3 | |badge4 | |badge5 |
30
30
31
- This module provides a generic tool to have the possibility to see a list of
32
- records associated to a given selection of records. This is basically the UI version of ``recordset.mapped('field1.field2') ``.
31
+ This module provides a generic tool to have the possibility to see a
32
+ list of records associated to a given selection of records. This is
33
+ basically the UI version of ``recordset.mapped('field1.field2') ``.
33
34
34
- For example, if you use the sale module, you can configure an action to see
35
- all the products that have been sold for a given selection of sale orders.
35
+ For example, if you use the sale module, you can configure an action to
36
+ see all the products that have been sold for a given selection of sale
37
+ orders.
36
38
37
39
**Table of contents **
38
40
@@ -42,73 +44,71 @@ all the products that have been sold for a given selection of sale orders.
42
44
Configuration
43
45
=============
44
46
45
- * Go to 'Setting / Technical / Actions / Server Actions'
47
+ - Go to 'Setting / Technical / Actions / Server Actions'
48
+ - Create a new item
46
49
47
- * Create a new item
48
-
49
- .. figure :: https://raw.githubusercontent.com/OCA/server-backend/16.0/server_action_navigate/static/description/ir_actions_server_form.png
50
-
51
- * Set a name that will be used for the Contextual Action
52
-
53
- * Choose a model
54
-
55
- * Select 'Navigate' option in the field 'Action To Do'
56
-
57
- * Then, select a field of this model. It can be a ``one2many ``, ``many2many ``,
58
- ``many2one `` field.
59
-
60
- * You can then optionally select another fields (#2) that belong to the previous
61
- selected field (#1) relation model
62
-
63
- * Once done, click on the 'Create Contextual Action' to generate a new 'More options'
64
- button.
50
+ |image1 |
65
51
52
+ - Set a name that will be used for the Contextual Action
53
+ - Choose a model
54
+ - Select 'Navigate' option in the field 'Action To Do'
55
+ - Then, select a field of this model. It can be a ``one2many ``,
56
+ ``many2many ``, ``many2one `` field.
57
+ - You can then optionally select another fields (#2) that belong to the
58
+ previous selected field (#1) relation model
59
+ - Once done, click on the 'Create Contextual Action' to generate a new
60
+ 'More options' button.
66
61
67
62
**Extra options **
68
63
69
- * You can define groups whose members will have access to that option.
64
+ - You can define groups whose members will have access to that option.
65
+ - You can select an action that will be used to display the target field
66
+ list.
70
67
71
- * You can select an action that will be used to display the target field list.
68
+ .. | image1 | image :: https://raw.githubusercontent.com/OCA/server-backend/18.0/server_action_navigate/static/description/ir_actions_server_form.png
72
69
73
70
Usage
74
71
=====
75
72
76
- * Go to a tree view, for a model for which you have defined a navigation action.
73
+ - Go to a tree view, for a model for which you have defined a navigation
74
+ action.
75
+ - click on 'Action' Button
77
76
78
- * click on 'Action' Button
77
+ | image1 |
79
78
80
- .. figure :: https://raw.githubusercontent.com/OCA/server-backend/16.0/server_action_navigate/static/description/res_users_tree.png
79
+ - then click on the name of the configured Action and see the results
81
80
82
- * then click on the name of the configured Action and see the results
81
+ | image2 |
83
82
84
- .. figure :: https://raw.githubusercontent.com/OCA/server-backend/16.0/server_action_navigate/static/description/res_partner_category_tree.png
83
+ .. |image1 | image :: https://raw.githubusercontent.com/OCA/server-backend/18.0/server_action_navigate/static/description/res_users_tree.png
84
+ .. |image2 | image :: https://raw.githubusercontent.com/OCA/server-backend/18.0/server_action_navigate/static/description/res_partner_category_tree.png
85
85
86
86
Bug Tracker
87
87
===========
88
88
89
89
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-backend/issues >`_.
90
90
In case of trouble, please check there if your issue has already been reported.
91
91
If you spotted it first, help us to smash it by providing a detailed and welcomed
92
- `feedback <https://github.com/OCA/server-backend/issues/new?body=module:%20server_action_navigate%0Aversion:%2016 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
92
+ `feedback <https://github.com/OCA/server-backend/issues/new?body=module:%20server_action_navigate%0Aversion:%2018 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
93
93
94
94
Do not contact contributors directly about support or help with technical issues.
95
95
96
96
Credits
97
97
=======
98
98
99
99
Authors
100
- ~~~~~~~
100
+ -------
101
101
102
102
* GRAP
103
103
104
104
Contributors
105
- ~~~~~~~~~~~~
105
+ ------------
106
106
107
- * Sylvain LE GAL (https://www.twitter.com/legalsylvain)
108
- * Ashish Hirpara (https://ashish-hirpara.com)
107
+ - Sylvain LE GAL (https://www.twitter.com/legalsylvain)
108
+ - Ashish Hirpara (https://ashish-hirpara.com)
109
109
110
110
Maintainers
111
- ~~~~~~~~~~~
111
+ -----------
112
112
113
113
This module is maintained by the OCA.
114
114
@@ -131,6 +131,6 @@ Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
131
131
132
132
|maintainer-legalsylvain | |maintainer-ashishhirpara |
133
133
134
- This module is part of the `OCA/server-backend <https://github.com/OCA/server-backend/tree/16 .0/server_action_navigate >`_ project on GitHub.
134
+ This module is part of the `OCA/server-backend <https://github.com/OCA/server-backend/tree/18 .0/server_action_navigate >`_ project on GitHub.
135
135
136
136
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
0 commit comments