Search 1.9 billion lines of Odoo code on GitHub

pos_order_line_note

Author: GRAP,Odoo Community Association (OCA)
License: AGPL-3
Branch: 12.0
Repository: acsone/pos
Dependencies: point_of_sale, and pos_restaurant
Languages: HTML (368, 76.5%), PO File (17, 3.5%), Python (21, 4.4%), XML (12, 2.5%), and reStructuredText (63, 13.1%)
Other repositories: Callino/pos, Change2improve/pos, ERPLibre/pos, ForgeFlow/pos, Ingeos/pos, LevelPrime/pos, NeatNerdPrime/pos, OCA/pos, Tecnativa/pos, akretion/pos, anhvu-sg/pos, aurestic/pos, camptocamp/pos, coopiteasy/pos, eLBati/pos, flotho/pos, initOS/pos, kmee/pos, legalsylvain/pos, marionumza/pos, r-sierra/pos, sunflowerit/pos, takobi-online/pos, and wahello/oca-pos

<h1 class="title">Point of Sale - Note Field</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/pos/tree/12.0/pos_order_line_note"><img alt="OCA/pos" src="https://img.shields.io/badge/github-OCA%2Fpos-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_order_line_note"><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/184/12.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 Point of Sale Restaurant to handle correctly <code>note</code> field.</p> <p>By default, once <code>pos_restaurant</code> is installed, a warning is done, when a pos order is created via the <code>create_from_ui</code> function.</p> <p>With this module, the <code>note</code> field is stored in database.</p> <p>It will avoid incorrect warning in the odoo logs:</p> <pre> <code lang="shell">2020-12-22 20:33:40,567 31378 WARNING point_of_sale odoo.models: pos.order.line.create() with unknown fields: note 2020-12-22 20:33:40,578 31378 WARNING point_of_sale odoo.models: pos.order.line.create() with unknown fields: note 2020-12-22 20:33:40,585 31378 WARNING point_of_sale odoo.models: pos.order.line.create() with unknown fields: note</code> </pre> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#usage" id="id1">Usage</a></li> <li><a class="reference internal" href="#known-issues-roadmap" id="id2">Known issues / Roadmap</a></li> <li><a class="reference internal" href="#bug-tracker" id="id3">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id4">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id5">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id6">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id7">Maintainers</a></li> </ul> </li> </ul> </div> <a name="usage"></a> <h2><a class="toc-backref" href="#id1">Usage</a></h2> <ul> <li><p class="first">Open your Point of Sale</p> </li> <li><p class="first">Set a note on an order line</p> <div class="figure"> <img alt="https://raw.githubusercontent.com/OCA/pos/12.0/pos_order_line_note/static/description/point_of_sale.png" src="https://raw.githubusercontent.com/OCA/pos/12.0/pos_order_line_note/static/description/point_of_sale.png" /> </div> </li> <li><p class="first">Save the order</p> </li> <li><p class="first">In the back office, open the order, and click on the order line.</p> <div class="figure"> <img alt="https://raw.githubusercontent.com/OCA/pos/12.0/pos_order_line_note/static/description/pos_order_form.png" src="https://raw.githubusercontent.com/OCA/pos/12.0/pos_order_line_note/static/description/pos_order_form.png" /> </div> </li> </ul> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id2">Known issues / Roadmap</a></h2> <ul class="simple"> <li>Make a glue module between <code>pos_order_line_note</code> and <code>pos_order_mgmt</code> to have the possibility to load the <code>note</code> field, and keep the values, when duplicating orders.</li> </ul> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id3">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/pos/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/pos/issues/new?body=module:%20pos_order_line_note%0Aversion:%2012.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="#id4">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id5">Authors</a></h3> <ul class="simple"> <li>GRAP</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id6">Contributors</a></h3> <ul class="simple"> <li>Sylvain LE GAL &lt;<a class="reference external" href="https://twitter.com/legalsylvain">https://twitter.com/legalsylvain</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id7">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>This module is part of the <a class="reference external" href="https://github.com/OCA/pos/tree/12.0/pos_order_line_note">OCA/pos</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>