33< head >
44< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
55< meta name ="generator " content ="Docutils: https://docutils.sourceforge.io/ " />
6- < title > Server Actions - Mass Sort Lines </ title >
6+ < title > README.rst </ title >
77< style type ="text/css ">
88
99/*
360360</ style >
361361</ head >
362362< body >
363- < div class ="document " id ="server-actions-mass-sort-lines ">
364- < h1 class ="title "> Server Actions - Mass Sort Lines</ h1 >
363+ < div class ="document ">
365364
365+
366+ < a class ="reference external image-reference " href ="https://odoo-community.org/get-involved?utm_source=readme ">
367+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/readme-banner-image " />
368+ </ a >
369+ < div class ="section " id ="server-actions-mass-sort-lines ">
370+ < h1 > Server Actions - Mass Sort Lines</ h1 >
366371<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372!! This file is generated by oca-gen-addon-readme !!
368373!! changes will be overwritten. !!
369374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:e221269a77f3ad06e190cd3f0c72ecdfc6d1cd0022b81e3ec57722b3c6dad475
375+ !! source digest: sha256:6b58691cab4d5a52ad8226118649af581fad216f823aa9b494187fd5e5912eeb
371376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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 >
377+ < 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/license-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 >
373378< p > This module provides a generic tools to have the possibility to sort the
374379lines of a list of items.</ p >
375380< p > For exemple, if you use the sale module, you can want to reorder the
@@ -390,7 +395,7 @@ <h1 class="title">Server Actions - Mass Sort Lines</h1>
390395</ ul >
391396</ div >
392397< div class ="section " id ="configuration ">
393- < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Configuration</ a > </ h1 >
398+ < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Configuration</ a > </ h2 >
394399< ul class ="simple ">
395400< li > Go to ‘Setting / Technical / Actions / Server Actions’</ li >
396401< li > Create a new item</ li >
@@ -410,7 +415,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
410415</ ul >
411416</ div >
412417< div class ="section " id ="usage ">
413- < h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Usage</ a > </ h1 >
418+ < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Usage</ a > </ h2 >
414419< ul class ="simple ">
415420< li > Go to a tree view, for a model for which you have defined a ‘Sort’
416421action.</ li >
@@ -427,29 +432,29 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
427432< 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 >
428433</ div >
429434< div class ="section " id ="known-issues-roadmap ">
430- < h1 > < a class ="toc-backref " href ="#toc-entry-3 "> Known issues / Roadmap</ a > </ h1 >
435+ < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Known issues / Roadmap</ a > </ h2 >
431436< p > For instance, the module allow to order with many criterias, but without
432437“dot” notation : it is not possible to order sale order lines by
433438< tt class ="docutils literal "> product_id.seller_ids.code</ tt > for exemple.</ p >
434439</ div >
435440< div class ="section " id ="bug-tracker ">
436- < h1 > < a class ="toc-backref " href ="#toc-entry-4 "> Bug Tracker</ a > </ h1 >
441+ < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Bug Tracker</ a > </ h2 >
437442< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/server-backend/issues "> GitHub Issues</ a > .
438443In case of trouble, please check there if your issue has already been reported.
439444If you spotted it first, help us to smash it by providing a detailed and welcomed
440445< 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 >
441446< p > Do not contact contributors directly about support or help with technical issues.</ p >
442447</ div >
443448< div class ="section " id ="credits ">
444- < h1 > < a class ="toc-backref " href ="#toc-entry-5 "> Credits</ a > </ h1 >
449+ < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Credits</ a > </ h2 >
445450< div class ="section " id ="authors ">
446- < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Authors</ a > </ h2 >
451+ < h3 > < a class ="toc-backref " href ="#toc-entry-6 "> Authors</ a > </ h3 >
447452< ul class ="simple ">
448453< li > GRAP</ li >
449454</ ul >
450455</ div >
451456< div class ="section " id ="contributors ">
452- < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Contributors</ a > </ h2 >
457+ < h3 > < a class ="toc-backref " href ="#toc-entry-7 "> Contributors</ a > </ h3 >
453458< ul class ="simple ">
454459< li > Sylvain LE GAL (< a class ="reference external " href ="https://www.twitter.com/legalsylvain "> https://www.twitter.com/legalsylvain</ a > )</ li >
455460< li > < a class ="reference external " href ="https://www.heliconia.io "> Heliconia Solutions Pvt. Ltd.</ a > < ul >
@@ -459,7 +464,7 @@ <h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
459464</ ul >
460465</ div >
461466< div class ="section " id ="maintainers ">
462- < h2 > < a class ="toc-backref " href ="#toc-entry-8 "> Maintainers</ a > </ h2 >
467+ < h3 > < a class ="toc-backref " href ="#toc-entry-8 "> Maintainers</ a > </ h3 >
463468< p > This module is maintained by the OCA.</ p >
464469< a class ="reference external image-reference " href ="https://odoo-community.org ">
465470< img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
@@ -474,5 +479,6 @@ <h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
474479</ div >
475480</ div >
476481</ div >
482+ </ div >
477483</ body >
478484</ html >
0 commit comments