Search 1.9 billion lines of Odoo code on GitHub

product_supplierinfo_quick_edit

Author: GRAP
License: AGPL-3
Branch: 8.0_ADD_l10n_fr_certification_pos_offline
Repository: legalsylvain/grap-odoo-incubator
Dependencies: base, decimal_precision, product_supplierinfo_discount, product_supplierinfo_triple_discount, and purchase
Languages: PO File (99, 18.4%), Python (248, 46.1%), XML (146, 27.1%), and reStructuredText (45, 8.4%)
Other branches: 12.0-ADD-OCA-appstore, 12.0-ADD-pos_manual_weight_entry, 12.0-ADD-summary-repository, 12.0-MIG-account_fiscal_position_tax_included, 12.0-MIG-mobile_app_purchase, 12.0-MIG-pos_check_session_state, 12.0-MIG-pos_multicompany, 12.0-MIG-pos_sector, 12.0-MIG-pos_street_market, 12.0-MIG-product_category_usage_group, 12.0-MIG-product_ean13_image, 12.0-MIG-product_simple_pricelist, 12.0-MIG-web_base_url_force, 12.0-TEST-mobile_app_purchase_test, 12.0-fix-repo, 12.0-mig-multi_search_ALL, 12.0-product_barcode_constraint_per_company, 12.0-test_lucien, 8.0, 8.0-ADD-pos_draft_move-modules, 8.0_ADD_account_fiscal_position_tax_included_PLUS_TI, 8.0_ADD_mass_action, 8.0_ADD_mass_merging_line, 8.0_ADD_mobile_app_purchase, 8.0_ADD_multi_search_modules, 8.0_ADD_pos_environment_matrix_reload, 8.0_ADD_pos_image_journal, 8.0_ADD_pos_limit_payment, 8.0_ADD_pos_order_log, 8.0_ADD_pos_payment_usability, 8.0_ADD_res_company_category, 8.0_ADD_web_base_url_update, 8.0_REF_internal_use_accounting_generation, 8.0_REF_simple_tax_account, 8.0_add_company_legal_name, 8.0_make_ti_great_again_PLUS_simple_tax, 8.0_pos_environment, 8.0_product_category_product_qty, and 8.0_res_company_active
Other repositories: OdooBulgaria/odoo-addons-misc, Supercagette/odoo-addons-misc, TheCloneMaster/grap-odoo-incubator, akretion/grap-odoo-incubator, aurestic/grap-odoo-incubator, bealdav/odoo-addons-misc, cedvict/grap-odoo-incubator, consultingerp/grap-odoo-incubator, coopiteasy/grap-odoo-incubator, dhecar/odoo-addons-misc, diagramsoftware/grap-odoo-incubator, erick-alvino/grap-odoo-incubator, francislouie/grap-odoo-incubator, grap/grap-odoo-incubator, grap/odoo-addons-misc, haryoran04/grap-odoo-incubator, initOS/grap-odoo-incubator, jaferrer/grap-odoo-incubator, legalsylvain/odoo-addons-misc, minimedj/odoo-addons-misc, mohamedhagag/odoo-addons-misc, nabima/grap-odoo-incubator, open-synergy/grap-odoo-incubator, quentinDupont/grap-odoo-incubator, quentinDupont/odoo-addons-misc, rkhalil1990/odoo-addons-misc, sjpatel21/grap-odoo-incubator, and vidtsin/grap-odoo-incubator

<h1 class="title">Product - Supplier Info Quick Edit</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/grap/grap-odoo-incubator/tree/8.0/product_supplierinfo_quick_edit"><img alt="grap/grap-odoo-incubator" src="https://img.shields.io/badge/github-grap%2Fgrap--odoo--incubator-lightgray.png?logo=github" /></a></p> <p>This module extends the functionality of purchase module to provide a wizard to manage easily Supplierinfo</p> <p>It displays a tree and editable view to edit quickly supplier info :</p> <ul class="simple"> <li>possibility to update very quickly if there is only one line in pricelist_ids</li> <li>Possibility to see and update lines if there are many pricelist_ids</li> </ul> <div class="figure"> <img alt="https://raw.githubusercontent.com/grap/grap-odoo-incubator/8.0/product_supplierinfo_quick_edit/static/description/supplierinfo_tree.png" src="https://raw.githubusercontent.com/grap/grap-odoo-incubator/8.0/product_supplierinfo_quick_edit/static/description/supplierinfo_tree.png" /> </div> <p>It displays on partner form and kanban view, the quantity of products supplied by the partner and a link to see the products.</p> <p>Users have the possibility to select various products to create quickly a new draft purchase order</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id2">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id3">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id5">Maintainers</a></li> </ul> </li> </ul> </div> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id1">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/grap/grap-odoo-incubator/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/grap/grap-odoo-incubator/issues/new?body=module:%20product_supplierinfo_quick_edit%0Aversion:%208.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="#id2">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id3">Authors</a></h3> <ul class="simple"> <li>GRAP</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id4">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="#id5">Maintainers</a></h3> <p>This module is part of the <a class="reference external" href="https://github.com/grap/grap-odoo-incubator/tree/8.0/product_supplierinfo_quick_edit">grap/grap-odoo-incubator</a> project on GitHub.</p> <p>You are welcome to contribute.</p>