@@ -17,22 +17,22 @@ Server Actions - Mass Sort Lines
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_sort
20
+ :target: https://github.com/OCA/server-backend/tree/18 .0/server_action_sort
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_sort
23
+ :target: https://translation.odoo-community.org/projects/server-backend-18 -0/server-backend-18 -0-server_action_sort
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 tools to have the possibility to sort the lines
32
- of a list of items.
31
+ This module provides a generic tools to have the possibility to sort the
32
+ lines of a list of items.
33
33
34
- For exemple, if you use the sale module, you can want to reorder the sale
35
- order lines, by any criterias.
34
+ For exemple, if you use the sale module, you can want to reorder the
35
+ sale order lines, by any criterias.
36
36
37
37
**Table of contents **
38
38
@@ -42,81 +42,80 @@ order lines, by any criterias.
42
42
Configuration
43
43
=============
44
44
45
- * Go to 'Setting / Technical / Actions / Server Actions'
45
+ - Go to 'Setting / Technical / Actions / Server Actions'
46
+ - Create a new item
46
47
47
- * Create a new item
48
-
49
- .. figure :: https://raw.githubusercontent.com/OCA/server-backend/16.0/server_action_sort/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 'Sort' option in the field 'Action To Do'
56
-
57
- * Then, select a field to sort of this model. It should be a ``one2many `` field.
58
-
59
- * Select then the criterias used to sort the selected field.
48
+ |image1 |
60
49
50
+ - Set a name that will be used for the Contextual Action
51
+ - choose a model
52
+ - Select 'Sort' option in the field 'Action To Do'
53
+ - Then, select a field to sort of this model. It should be a
54
+ ``one2many `` field.
55
+ - Select then the criterias used to sort the selected field.
61
56
62
57
**Extra options **
63
58
64
- * you can define groups whose members will have access to that option.
59
+ - you can define groups whose members will have access to that option.
60
+
61
+ .. |image1 | image :: https://raw.githubusercontent.com/OCA/server-backend/18.0/server_action_sort/static/description/ir_actions_server_form.png
65
62
66
63
Usage
67
64
=====
68
65
69
- * Go to a tree view, for a model for which you have defined a 'Sort' action.
70
-
71
- * Select some items you want to reorder.
72
-
73
- * click on 'Action' Button
66
+ - Go to a tree view, for a model for which you have defined a 'Sort'
67
+ action.
68
+ - Select some items you want to reorder.
69
+ - click on 'Action' Button
74
70
75
- .. figure :: https://raw.githubusercontent.com/OCA/server-backend/16.0/server_action_sort/static/description/sale_order_tree.png
71
+ | image1 |
76
72
77
-
78
- * then click on the name of the configured Action and see the results
73
+ - then click on the name of the configured Action and see the results
79
74
80
75
**Before **
81
76
82
- .. figure :: https://raw.githubusercontent.com/OCA/server-backend/16.0/server_action_sort/static/description/sale_order_form_before.png
77
+ | image2 |
83
78
84
79
**After **
85
80
86
- .. figure :: https://raw.githubusercontent.com/OCA/server-backend/16.0/server_action_sort/static/description/sale_order_form_after.png
81
+ |image3 |
82
+
83
+ .. |image1 | image :: https://raw.githubusercontent.com/OCA/server-backend/18.0/server_action_sort/static/description/sale_order_tree.png
84
+ .. |image2 | image :: https://raw.githubusercontent.com/OCA/server-backend/18.0/server_action_sort/static/description/sale_order_form_before.png
85
+ .. |image3 | image :: https://raw.githubusercontent.com/OCA/server-backend/18.0/server_action_sort/static/description/sale_order_form_after.png
87
86
88
87
Known issues / Roadmap
89
88
======================
90
89
91
- For instance, the module allow to order with many criterias, but
92
- without "dot" notation : it is not possible to order sale order lines
93
- by ``product_id.seller_ids.code `` for exemple.
90
+ For instance, the module allow to order with many criterias, but without
91
+ "dot" notation : it is not possible to order sale order lines by
92
+ ``product_id.seller_ids.code `` for exemple.
94
93
95
94
Bug Tracker
96
95
===========
97
96
98
97
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-backend/issues >`_.
99
98
In case of trouble, please check there if your issue has already been reported.
100
99
If you spotted it first, help us to smash it by providing a detailed and welcomed
101
- `feedback <https://github.com/OCA/server-backend/issues/new?body=module:%20server_action_sort%0Aversion:%2016 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
100
+ `feedback <https://github.com/OCA/server-backend/issues/new?body=module:%20server_action_sort%0Aversion:%2018 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
102
101
103
102
Do not contact contributors directly about support or help with technical issues.
104
103
105
104
Credits
106
105
=======
107
106
108
107
Authors
109
- ~~~~~~~
108
+ -------
110
109
111
110
* GRAP
112
111
113
112
Contributors
114
- ~~~~~~~~~~~~
113
+ ------------
115
114
116
- * Sylvain LE GAL (https://www.twitter.com/legalsylvain)
115
+ - Sylvain LE GAL (https://www.twitter.com/legalsylvain)
117
116
118
117
Maintainers
119
- ~~~~~~~~~~~
118
+ -----------
120
119
121
120
This module is maintained by the OCA.
122
121
@@ -136,6 +135,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
136
135
137
136
|maintainer-legalsylvain |
138
137
139
- This module is part of the `OCA/server-backend <https://github.com/OCA/server-backend/tree/16 .0/server_action_sort >`_ project on GitHub.
138
+ This module is part of the `OCA/server-backend <https://github.com/OCA/server-backend/tree/18 .0/server_action_sort >`_ project on GitHub.
140
139
141
140
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
0 commit comments