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 >
54< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
6- < meta name ="generator " content ="Docutils 0.15.1: http ://docutils.sourceforge.net / " />
5+ < meta name ="generator " content ="Docutils: https ://docutils.sourceforge.io / " />
76< title > Sale Isolated Quotation</ title >
87< style type ="text/css ">
98
109/*
1110:Author: David Goodger (goodger@python.org)
12- :Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z 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
17- See http ://docutils.sf.net /docs/howto/html-stylesheets.html for how to
17+ See https ://docutils.sourceforge.io /docs/howto/html-stylesheets.html for how to
1818customize this style sheet.
1919*/
2020
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 {
@@ -366,8 +366,10 @@ <h1 class="title">Sale Isolated Quotation</h1>
366366<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367367!! This file is generated by oca-gen-addon-readme !!
368368!! changes will be overwritten. !!
369+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370+ !! source digest: sha256:72ab445d741c8bab6f3a632c2cf8b4bb7e16a645a3e482a31e0605983ea9e278
369371!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
370- < p > < a class ="reference external " 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 " 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 " href ="https://github.com/OCA/sale-workflow/tree/14.0/sale_isolated_quotation "> < img alt ="OCA/sale-workflow " src ="https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github " /> </ a > < a class ="reference external " href ="https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_isolated_quotation "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external " href ="https://runbot.odoo-community.org/runbot/167/14.0 "> < img alt ="Try me on Runbot " src ="https://img.shields.io/badge/runbot-Try%20me-875A7B.png " /> </ a > </ 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/15.0/sale_isolated_quotation "> < 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_isolated_quotation "> < 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 >
371373< p > In some countries/companies, it is already common to separate these two documents.
372374For filing purposes, the document sequence of quotation and sales order
373375has to be separated. In practice, there could be multiple quotations open
@@ -379,46 +381,46 @@ <h1 class="title">Sale Isolated Quotation</h1>
379381< p > < strong > Table of contents</ strong > </ p >
380382< div class ="contents local topic " id ="contents ">
381383< ul class ="simple ">
382- < li > < a class ="reference internal " href ="#usage " id ="id1 "> Usage</ a > </ li >
383- < li > < a class ="reference internal " href ="#known-issues-roadmap " id ="id2 "> Known issues / Roadmap</ a > </ li >
384- < li > < a class ="reference internal " href ="#bug-tracker " id ="id3 "> Bug Tracker</ a > </ li >
385- < li > < a class ="reference internal " href ="#credits " id ="id4 "> Credits</ a > < ul >
386- < li > < a class ="reference internal " href ="#authors " id ="id5 "> Authors</ a > </ li >
387- < li > < a class ="reference internal " href ="#contributors " id ="id6 "> Contributors</ a > </ li >
388- < li > < a class ="reference internal " href ="#maintainers " id ="id7 "> Maintainers</ a > </ li >
384+ < li > < a class ="reference internal " href ="#usage " id ="toc-entry-1 "> Usage</ a > </ li >
385+ < li > < a class ="reference internal " href ="#known-issues-roadmap " id ="toc-entry-2 "> Known issues / Roadmap</ a > </ li >
386+ < li > < a class ="reference internal " href ="#bug-tracker " id ="toc-entry-3 "> Bug Tracker</ a > </ li >
387+ < li > < a class ="reference internal " href ="#credits " id ="toc-entry-4 "> Credits</ a > < ul >
388+ < li > < a class ="reference internal " href ="#authors " id ="toc-entry-5 "> Authors</ a > </ li >
389+ < li > < a class ="reference internal " href ="#contributors " id ="toc-entry-6 "> Contributors</ a > </ li >
390+ < li > < a class ="reference internal " href ="#maintainers " id ="toc-entry-7 "> Maintainers</ a > </ li >
389391</ ul >
390392</ li >
391393</ ul >
392394</ div >
393395< div class ="section " id ="usage ">
394- < h1 > < a class ="toc-backref " href ="#id1 "> Usage</ a > </ h1 >
396+ < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h1 >
395397< ul class ="simple ">
396398< li > Create Quotation as normal</ li >
397399< li > As user click “Convert to Order”, the isolated sales order will be created</ li >
398400</ ul >
399401</ div >
400402< div class ="section " id ="known-issues-roadmap ">
401- < h1 > < a class ="toc-backref " href ="#id2 "> Known issues / Roadmap</ a > </ h1 >
403+ < h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Known issues / Roadmap</ a > </ h1 >
402404< p > Provide a way to purge old quotes to avoid that database grow up excessively</ p >
403405</ div >
404406< div class ="section " id ="bug-tracker ">
405- < h1 > < a class ="toc-backref " href ="#id3 "> Bug Tracker</ a > </ h1 >
407+ < h1 > < a class ="toc-backref " href ="#toc-entry-3 "> Bug Tracker</ a > </ h1 >
406408< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/sale-workflow/issues "> GitHub Issues</ a > .
407409In case of trouble, please check there if your issue has already been reported.
408- If you spotted it first, help us smashing it by providing a detailed and welcomed
409- < a class ="reference external " href ="https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_isolated_quotation%0Aversion:%2014 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
410+ If you spotted it first, help us to smash it by providing a detailed and welcomed
411+ < a class ="reference external " href ="https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_isolated_quotation%0Aversion:%2015 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
410412< p > Do not contact contributors directly about support or help with technical issues.</ p >
411413</ div >
412414< div class ="section " id ="credits ">
413- < h1 > < a class ="toc-backref " href ="#id4 "> Credits</ a > </ h1 >
415+ < h1 > < a class ="toc-backref " href ="#toc-entry-4 "> Credits</ a > </ h1 >
414416< div class ="section " id ="authors ">
415- < h2 > < a class ="toc-backref " href ="#id5 "> Authors</ a > </ h2 >
417+ < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Authors</ a > </ h2 >
416418< ul class ="simple ">
417419< li > Ecosoft</ li >
418420</ ul >
419421</ div >
420422< div class ="section " id ="contributors ">
421- < h2 > < a class ="toc-backref " href ="#id6 "> Contributors</ a > </ h2 >
423+ < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Contributors</ a > </ h2 >
422424< ul class ="simple ">
423425< li > Kitti U. << a class ="reference external " href ="mailto:kittiu@ecosoft.co.th "> kittiu@ecosoft.co.th</ a > ></ li >
424426< li > Robert J Sullivan << a class ="reference external " href ="mailto:robertjonsullivan@gmail.com "> robertjonsullivan@gmail.com</ a > ></ li >
@@ -427,15 +429,17 @@ <h2><a class="toc-backref" href="#id6">Contributors</a></h2>
427429</ ul >
428430</ div >
429431< div class ="section " id ="maintainers ">
430- < h2 > < a class ="toc-backref " href ="#id7 "> Maintainers</ a > </ h2 >
432+ < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h2 >
431433< p > This module is maintained by the OCA.</ p >
432- < a class ="reference external image-reference " href ="https://odoo-community.org "> < img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " /> </ a >
434+ < a class ="reference external image-reference " href ="https://odoo-community.org ">
435+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
436+ </ a >
433437< p > OCA, or the Odoo Community Association, is a nonprofit organization whose
434438mission is to support the collaborative development of Odoo features and
435439promote its widespread use.</ p >
436440< p > Current < a class ="reference external " href ="https://odoo-community.org/page/maintainer-role "> maintainers</ a > :</ p >
437- < p > < a class ="reference external " href ="https://github.com/bealdav "> < img alt ="bealdav " src ="https://github.com/bealdav.png?size=40px " /> </ a > < a class ="reference external " href ="https://github.com/kittiu "> < img alt ="kittiu " src ="https://github.com/kittiu.png?size=40px " /> </ a > </ p >
438- < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/sale-workflow/tree/14 .0/sale_isolated_quotation "> OCA/sale-workflow</ a > project on GitHub.</ p >
441+ < p > < a class ="reference external image-reference " href ="https://github.com/bealdav "> < img alt ="bealdav " src ="https://github.com/bealdav.png?size=40px " /> </ a > < a class ="reference external image-reference " href ="https://github.com/kittiu "> < img alt ="kittiu " src ="https://github.com/kittiu.png?size=40px " /> </ a > </ p >
442+ < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/sale-workflow/tree/15 .0/sale_isolated_quotation "> OCA/sale-workflow</ a > project on GitHub.</ p >
439443< 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 >
440444</ div >
441445</ div >
0 commit comments