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,9 +369,9 @@ <h1 class="title">Sale order line description</h1>
369369!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370370!! source digest: sha256:7789baf205a94a4d7fc525ff5619ddd7e965e83cf41d7696a64033a1d23bfe78
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/sale-workflow/tree/15.0/sale_order_line_description "> < img alt ="OCA/sale-workflow " src ="https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/sale-workflow-15-0/sale-workflow-15-0-sale_order_line_description "> < 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/sale-workflow&target_branch=15.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373- < p > This module sets to use only product’s sale description field on the sale order
374- lines, instead of “Ref+Name+Sale Description”.</ 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/sale-workflow/tree/18.0/sale_order_line_description "> < img alt ="OCA/sale-workflow " src ="https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/sale-workflow-18-0/sale-workflow-18-0-sale_order_line_description "> < 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/sale-workflow&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 sets to use only product’s sale description field on the
374+ sale order lines, instead of “Ref+Name+Sale Description”.</ p >
375375< p > < strong > Table of contents</ strong > </ p >
376376< div class ="contents local topic " id ="contents ">
377377< ul class ="simple ">
@@ -397,23 +397,24 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
397397< div class ="section " id ="usage ">
398398< h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Usage</ a > </ h1 >
399399< ol class ="arabic simple ">
400- < li > Go to < strong > Sales > Settings > Quotations & Orders</ strong > and check “Product Sale
401- description* to use only product sale description on the sales order lines.</ li >
402- < li > Go to < strong > Setting > Users & Companies > Users</ strong > and check you have checked
403- the “Use only product purchase description on order lines” access right for
404- your user.</ li >
400+ < li > Go to < strong > Sales > Settings > Quotations & Orders</ strong > and check “Product
401+ Sale description* to use only product sale description on the sales
402+ order lines.</ li >
403+ < li > Go to < strong > Setting > Users & Companies > Users</ strong > and check you have
404+ checked the “Use only product purchase description on order lines”
405+ access right for your user.</ li >
405406< li > Add or modify a sale description to any of your products.</ li >
406- < li > Create a sale order and add a sale order line with this product and check
407- out that now sale order line description only contains the sale description
408- you entered.</ li >
407+ < li > Create a sale order and add a sale order line with this product and
408+ check out that now sale order line description only contains the sale
409+ description you entered.</ li >
409410</ ol >
410411</ div >
411412< div class ="section " id ="bug-tracker ">
412413< h1 > < a class ="toc-backref " href ="#toc-entry-3 "> Bug Tracker</ a > </ h1 >
413414< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/sale-workflow/issues "> GitHub Issues</ a > .
414415In case of trouble, please check there if your issue has already been reported.
415416If you spotted it first, help us to smash it by providing a detailed and welcomed
416- < a class ="reference external " href ="https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_line_description%0Aversion:%2015 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
417+ < a class ="reference external " href ="https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_line_description%0Aversion:%2018 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
417418< p > Do not contact contributors directly about support or help with technical issues.</ p >
418419</ div >
419420< div class ="section " id ="credits ">
@@ -435,6 +436,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
435436</ ul >
436437</ li >
437438</ ul >
439+ <!-- -->
438440< blockquote >
439441< ul class ="simple ">
440442< li > Rataapong Chokmasermkul << a class ="reference external " href ="mailto:rattapongc@ecosoft.co.th "> rattapongc@ecosoft.co.th</ a > ></ li >
@@ -444,11 +446,13 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
444446< div class ="section " id ="maintainers ">
445447< h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h2 >
446448< p > This module is maintained by the OCA.</ p >
447- < a class ="reference external image-reference " href ="https://odoo-community.org "> < img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " /> </ a >
449+ < a class ="reference external image-reference " href ="https://odoo-community.org ">
450+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
451+ </ a >
448452< p > OCA, or the Odoo Community Association, is a nonprofit organization whose
449453mission is to support the collaborative development of Odoo features and
450454promote its widespread use.</ p >
451- < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/sale-workflow/tree/15 .0/sale_order_line_description "> OCA/sale-workflow</ a > project on GitHub.</ p >
455+ < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/sale-workflow/tree/18 .0/sale_order_line_description "> OCA/sale-workflow</ a > project on GitHub.</ p >
452456< 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 >
453457</ div >
454458</ div >
0 commit comments