Search 1.9 billion lines of Odoo code on GitHub

sale_resource_booking

Author: Tecnativa, Odoo Community Association (OCA)
License: AGPL-3
Branch: 13.0-h-46747-nmr
Repository: adhoc-dev/sale-workflow
Dependencies: product, resource_booking, sale, and web_ir_actions_act_multi
Languages: HTML (382, 27.3%), PO File (336, 24.0%), Python (388, 27.7%), XML (188, 13.4%), and reStructuredText (105, 7.5%)
Other branches: 13.0-h-51258-mnp
Other repositories: Change2improve/sale-workflow, Comunitea/sale-workflow, Darknroses/sale-workflow, Digital5-Odoo/sale-workflow, ERPLibre/sale-workflow, ForgeFlow/sale-workflow, Ingeos/sale-workflow, Jarsa/sale-workflow, JuaniFreedoo/sale-workflow, Khalid-SerpentCS/sale-workflow, LevelPrime/sale-workflow, MindAndGo/sale-workflow, NeatNerdPrime/sale-workflow, OCA/sale-workflow, PESOL/sale-workflow, SimoRubi/sale-workflow, Studio73/sale-workflow, Tecnativa/sale-workflow, TheCloneMaster/sale-workflow, aaltinisik/sale-workflow, acsone/sale-workflow, anodino-dev/sale-workflow, aurestic/sale-workflow, bizzappdev/sale-workflow, brain-tec/sale-workflow, camptocamp/sale-workflow, coopiteasy/sale-workflow, damdam-s/sale-workflow, diggy128/sale-workflow, eLBati/sale-workflow, ecosoft-odoo/sale-workflow, ehsu0407/sale-workflow, elego/sale-workflow, gurneyalex/sale-workflow, hbrunn/sale-workflow, hurrinico/sale-workflow, igallart/sale-workflow, jado95/sale-workflow, jromeroarg/sale-workflow, kmee/sale-workflow, legalsylvain/sale-workflow, marcelomora/sale-workflow, nikul-serpentcs/sale-workflow, sergiocorato/sale-workflow, sunflowerit/sale-workflow, sygel-technology/sale-workflow, tegin/sale-workflow, tirma-sa/sale-workflow, vialaurea/OCA-sale-workflow, xcgd/sale-workflow, and xtendoo-corporation/sale-workflow

<h1 class="title">Sell resource bookings</h1> <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/13.0/sale_resource_booking"><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-13-0/sale-workflow-13-0-sale_resource_booking"><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/13.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>This module extends the functionality of sale and resource bookings to support creating pending resource bookings automatically when confirming a sale order and to allow you to generate those sale orders easily from a resource booking type.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#installation" id="id1">Installation</a></li> <li><a class="reference internal" href="#configuration" id="id2">Configuration</a></li> <li><a class="reference internal" href="#usage" id="id3">Usage</a></li> <li><a class="reference internal" href="#bug-tracker" id="id4">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id5">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id6">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id7">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id8">Maintainers</a></li> </ul> </li> </ul> </div> <a name="installation"></a> <h2><a class="toc-backref" href="#id1">Installation</a></h2> <p>To have a nice UI to manage quotations and sales orders, install <code>sale_management</code>. However, this is not strictly required.</p> <a name="configuration"></a> <h2><a class="toc-backref" href="#id2">Configuration</a></h2> <p>To enjoy all features from this module, you need these permissions:</p> <ul class="simple"> <li>Sales / User: Own Documents Only</li> <li>Resource Booking / User</li> </ul> <a name="usage"></a> <h2><a class="toc-backref" href="#id3">Usage</a></h2> <p>To quote one resource booking quickly, you need to:</p> <ol class="arabic simple"> <li>Go to <em>Resource bookings &gt; Types</em> and pick one.</li> <li>Click <em>Quote</em>.</li> <li>Fill the values from that wizard.</li> <li>Click on <em>Generate quotation</em>.</li> </ol> <p>In the wizard, one of the things you need to indicate is the product. With this module, products can be linked to resource booking types (and, optionally, combinations). When such product is sold and the sale order is confirmed, a new booking is created automatically (in pending state).</p> <p>If you need to pre-create those pending bookings when the quotation is not yet confirmed, you can also do that with the <em>Sync bookings</em> button in the quotation form.</p> <p>A booking can only be confirmed if its sale order is confirmed, when there is one.</p> <p>To create one of such products:</p> <ol class="arabic simple"> <li>Install <code>sale_management</code>.</li> <li>Go to <em>Sales &gt; Products &gt; Products</em>.</li> <li>Create one.</li> <li>Go to the <em>Sales</em> tab.</li> <li>Under <em>Resource Bookings</em>, select one <em>Booking type</em>.</li> <li>Optionally, select a <em>Resource combination</em> to be assigned by default.</li> </ol> <p>When you confirm a quotation that includes some products related to resource booking types, you will see a wizard that will help you update quickly those bookings' values, and invite requesters to schedule them. If you skip it, you can do it later with the bookings just created.</p> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id4">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/sale-workflow/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_resource_booking%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id5">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id6">Authors</a></h3> <ul class="simple"> <li>Tecnativa</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id7">Contributors</a></h3> <ul class="simple"> <li>Jairo Llopis &lt;<a class="reference external" href="mailto:jairo.llopis&#64;tecnativa.com">jairo.llopis&#64;tecnativa.com</a>&gt; (<a class="reference external" href="https://www.tecnativa.com/">https://www.tecnativa.com/</a>)</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id8">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p> <p><a class="reference external" href="https://github.com/Yajo"><img alt="Yajo" src="https://github.com/Yajo.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/sale-workflow/tree/13.0/sale_resource_booking">OCA/sale-workflow</a> project on GitHub.</p> <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>