1- < ?xml version="1.0" encoding="utf-8"?>
21<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32< html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
43< head >
98
109/*
1110:Author: David Goodger (goodger@python.org)
12- :Id: $Id: html4css1.css 8954 2022 -01-20 10:10:25Z milde $
11+ :Id: $Id: html4css1.css 9511 2024 -01-13 09:50:07Z milde $
1312:Copyright: This stylesheet has been placed in the public domain.
1413
1514Default cascading style sheet for the HTML output of Docutils.
15+ Despite the name, some widely supported CSS2 features are used.
1616
1717See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818customize this style sheet.
275275 margin-left : 2em ;
276276 margin-right : 2em }
277277
278- pre .code .ln { color : grey ; } /* line numbers */
278+ pre .code .ln { color : gray ; } /* line numbers */
279279pre .code , code { background-color : # eeeeee }
280280pre .code .comment , code .comment { color : # 5C6576 }
281281pre .code .keyword , code .keyword { color : # 3B0D06 ; font-weight : bold }
301301span .pre {
302302 white-space : pre }
303303
304- span .problematic {
304+ span .problematic , pre . problematic {
305305 color : red }
306306
307307span .section-subtitle {
@@ -369,11 +369,11 @@ <h1 class="title">Server Actions - Mass Sort Lines</h1>
369369!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370370!! source digest: sha256:e221269a77f3ad06e190cd3f0c72ecdfc6d1cd0022b81e3ec57722b3c6dad475
371371!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372- < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/server-backend/tree/16.0/server_action_sort "> < img alt ="OCA/server-backend " src ="https://img.shields.io/badge/github-OCA%2Fserver--backend-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/server-backend-16-0/server-backend-16-0-server_action_sort "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/server-backend&target_branch=16.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373- < p > This module provides a generic tools to have the possibility to sort the lines
374- of a list of items.</ p >
375- < p > For exemple, if you use the sale module, you can want to reorder the sale
376- order lines, by any criterias.</ p >
372+ < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/server-backend/tree/18.0/server_action_sort "> < img alt ="OCA/server-backend " src ="https://img.shields.io/badge/github-OCA%2Fserver--backend-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/server-backend-18-0/server-backend-18-0-server_action_sort "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/server-backend&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373+ < p > This module provides a generic tools to have the possibility to sort the
374+ lines of a list of items.</ p >
375+ < p > For exemple, if you use the sale module, you can want to reorder the
376+ sale order lines, by any criterias.</ p >
377377< p > < strong > Table of contents</ strong > </ p >
378378< div class ="contents local topic " id ="contents ">
379379< ul class ="simple ">
@@ -395,14 +395,13 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
395395< li > Go to ‘Setting / Technical / Actions / Server Actions’</ li >
396396< li > Create a new item</ li >
397397</ ul >
398- < div class ="figure ">
399- < img alt ="https://raw.githubusercontent.com/OCA/server-backend/16.0/server_action_sort/static/description/ir_actions_server_form.png " src ="https://raw.githubusercontent.com/OCA/server-backend/16.0/server_action_sort/static/description/ir_actions_server_form.png " />
400- </ div >
398+ < p > < img alt ="image1 " src ="https://raw.githubusercontent.com/OCA/server-backend/18.0/server_action_sort/static/description/ir_actions_server_form.png " /> </ p >
401399< ul class ="simple ">
402400< li > Set a name that will be used for the Contextual Action</ li >
403401< li > choose a model</ li >
404402< li > Select ‘Sort’ option in the field ‘Action To Do’</ li >
405- < li > Then, select a field to sort of this model. It should be a < tt class ="docutils literal "> one2many</ tt > field.</ li >
403+ < li > Then, select a field to sort of this model. It should be a
404+ < tt class ="docutils literal "> one2many</ tt > field.</ li >
406405< li > Select then the criterias used to sort the selected field.</ li >
407406</ ul >
408407< p > < strong > Extra options</ strong > </ p >
@@ -413,37 +412,32 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
413412< div class ="section " id ="usage ">
414413< h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Usage</ a > </ h1 >
415414< ul class ="simple ">
416- < li > Go to a tree view, for a model for which you have defined a ‘Sort’ action.</ li >
415+ < li > Go to a tree view, for a model for which you have defined a ‘Sort’
416+ action.</ li >
417417< li > Select some items you want to reorder.</ li >
418418< li > click on ‘Action’ Button</ li >
419419</ ul >
420- < div class ="figure ">
421- < img alt ="https://raw.githubusercontent.com/OCA/server-backend/16.0/server_action_sort/static/description/sale_order_tree.png " src ="https://raw.githubusercontent.com/OCA/server-backend/16.0/server_action_sort/static/description/sale_order_tree.png " />
422- </ div >
420+ < p > < img alt ="Sale Order Tree " src ="https://raw.githubusercontent.com/OCA/server-backend/18.0/server_action_sort/static/description/sale_order_tree.png " /> </ p >
423421< ul class ="simple ">
424422< li > then click on the name of the configured Action and see the results</ li >
425423</ ul >
426424< p > < strong > Before</ strong > </ p >
427- < div class ="figure ">
428- < img alt ="https://raw.githubusercontent.com/OCA/server-backend/16.0/server_action_sort/static/description/sale_order_form_before.png " src ="https://raw.githubusercontent.com/OCA/server-backend/16.0/server_action_sort/static/description/sale_order_form_before.png " />
429- </ div >
425+ < p > < img alt ="Sale Order Form Before " src ="https://raw.githubusercontent.com/OCA/server-backend/18.0/server_action_sort/static/description/sale_order_form_before.png " /> </ p >
430426< p > < strong > After</ strong > </ p >
431- < div class ="figure ">
432- < img alt ="https://raw.githubusercontent.com/OCA/server-backend/16.0/server_action_sort/static/description/sale_order_form_after.png " src ="https://raw.githubusercontent.com/OCA/server-backend/16.0/server_action_sort/static/description/sale_order_form_after.png " />
433- </ div >
427+ < p > < img alt ="Sale Order Form After " src ="https://raw.githubusercontent.com/OCA/server-backend/18.0/server_action_sort/static/description/sale_order_form_after.png " /> </ p >
434428</ div >
435429< div class ="section " id ="known-issues-roadmap ">
436430< h1 > < a class ="toc-backref " href ="#toc-entry-3 "> Known issues / Roadmap</ a > </ h1 >
437- < p > For instance, the module allow to order with many criterias, but
438- without “dot” notation : it is not possible to order sale order lines
439- by < tt class ="docutils literal "> product_id.seller_ids.code</ tt > for exemple.</ p >
431+ < p > For instance, the module allow to order with many criterias, but without
432+ “dot” notation : it is not possible to order sale order lines by
433+ < tt class ="docutils literal "> product_id.seller_ids.code</ tt > for exemple.</ p >
440434</ div >
441435< div class ="section " id ="bug-tracker ">
442436< h1 > < a class ="toc-backref " href ="#toc-entry-4 "> Bug Tracker</ a > </ h1 >
443437< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/server-backend/issues "> GitHub Issues</ a > .
444438In case of trouble, please check there if your issue has already been reported.
445439If you spotted it first, help us to smash it by providing a detailed and welcomed
446- < a class ="reference external " href ="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** "> feedback</ a > .</ p >
440+ < a class ="reference external " href ="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** "> feedback</ a > .</ p >
447441< p > Do not contact contributors directly about support or help with technical issues.</ p >
448442</ div >
449443< div class ="section " id ="credits ">
@@ -458,18 +452,24 @@ <h2><a class="toc-backref" href="#toc-entry-6">Authors</a></h2>
458452< h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Contributors</ a > </ h2 >
459453< ul class ="simple ">
460454< li > Sylvain LE GAL (< a class ="reference external " href ="https://www.twitter.com/legalsylvain "> https://www.twitter.com/legalsylvain</ a > )</ li >
455+ < li > < a class ="reference external " href ="https://www.heliconia.io "> Heliconia Solutions Pvt. Ltd.</ a > < ul >
456+ < li > Bhavesh Heliconia</ li >
457+ </ ul >
458+ </ li >
461459</ ul >
462460</ div >
463461< div class ="section " id ="maintainers ">
464462< h2 > < a class ="toc-backref " href ="#toc-entry-8 "> Maintainers</ a > </ h2 >
465463< p > This module is maintained by the OCA.</ p >
466- < a class ="reference external image-reference " href ="https://odoo-community.org "> < img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " /> </ a >
464+ < a class ="reference external image-reference " href ="https://odoo-community.org ">
465+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
466+ </ a >
467467< p > OCA, or the Odoo Community Association, is a nonprofit organization whose
468468mission is to support the collaborative development of Odoo features and
469469promote its widespread use.</ p >
470470< p > Current < a class ="reference external " href ="https://odoo-community.org/page/maintainer-role "> maintainer</ a > :</ p >
471471< p > < a class ="reference external image-reference " href ="https://github.com/legalsylvain "> < img alt ="legalsylvain " src ="https://github.com/legalsylvain.png?size=40px " /> </ a > </ p >
472- < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/server-backend/tree/16 .0/server_action_sort "> OCA/server-backend</ a > project on GitHub.</ p >
472+ < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/server-backend/tree/18 .0/server_action_sort "> OCA/server-backend</ a > project on GitHub.</ p >
473473< p > You are welcome to contribute. To learn how please visit < a class ="reference external " href ="https://odoo-community.org/page/Contribute "> https://odoo-community.org/page/Contribute</ a > .</ p >
474474</ div >
475475</ div >
0 commit comments