Search 1.9 billion lines of Odoo code on GitHub

deltatech_purchase_price

Author: Terrabit, Dorin Hongu
License: LGPL-3
Branch: 16.0
Repository: dhongu/deltatech
Dependencies: deltatech_product_trade_markup, product, purchase_stock, stock, and stock_account
Languages: HTML (358, 48.6%), PO File (56, 7.6%), Python (224, 30.4%), XML (43, 5.8%), and reStructuredText (56, 7.6%)
Other branches: 10.0, 11.0, 12.0, 13.0, 13.0-update_readme, 13.0_mrpsimple, 14.0, 14.0-Sale_Order_Stage, 14.0-add-deltatech_product_tracking, 14.0-add-tests, 14.0-billing_addresses, 14.0-delivery_payment, 14.0-fix-product_slider, 14.0-mail, 14.0-mig-deltatech_payment_to_statement, 14.0-mrp_cost, 14.0-remove-mrp-edit-comp, 14.0-sms, 14.0-website_last_order, 14.0-website_sale, 14.0_billing_address_translate, 14.0_fix_po_files, 14.0_invoice_picking, 14.0_lot_valuation, 14.0_service_equipment, 15.0, 15.0-add-import-po-lines-by-column-headers-deltatech_purchase_xls, 15.0-alternative_fuzzy, 15.0-buton_publicare, 15.0-deltatech_statement_to_payment, 15.0-fix-mrp-cost, 15.0-fix_purchase_refund, 15.0-fix_service, 15.0-izolare, 15.0-product_code, 15.0-qty, 15.0-service, 15.0-service-notificare, 15.0-stock_location, 15.0-vendor_stock_update, 15.0_outbound_cash_number, and 15.0_select_journal_storno
Other repositories: AEK-BKF/deltatech, Abdullah-Alghoul/deltatech, CosminHongu/deltatech, ERPLibre/deltatech, Gofekra/deltatech, Guobower/deltatech, HarshalBhoir/deltatech, Jeisonpernia/deltatech, JibenCL/deltatech, NCS-75/deltatech, SolutionSeekers/deltatech, TRESCLOUD/deltatech, TheCloneMaster/deltatech, VasiliyKorobatov/deltatech, akaF/deltatech, alecvinent/deltatech, bamensah/deltatech, cojocariudaniel1/deltatech, cormaza/deltatech, darshan-odoo/deltatech, dhp-denero/deltatech, drmedrme/deltatech, eribowo/deltatech, fachmimaasy/deltatech, fishwangx/deltatech, gameboy199/deltatech, haylahi/deltatech, huntergps/deltatech, ibrahimomer/deltatech, idamonli/deltatech, izzihector/deltatech, jason156/deltatech, jeanabreu/deltatech, jlzhou/deltatech, kit9/deltatech, kossovo/deltatech, lauracvilla-zz/deltatech, leNeo/deltatech, leodoooca/deltatech, lit1088/deltatech, lonelyleaves/deltatech, marcelsavegnago/deltatech, maurolguin1/deltatech, mgielissen/deltatech, msdeek/deltatech, mudismud/deltatech, name1984/deltatech, ncavalierm/deltatech, niulinlnc/deltatech, odoo-modules/deltatech, odoofans/deltatech, omarlemorac/deltatech, one2pret/deltatech, rkhalil1990/deltatech, sematicshood/flectra, serCliff/deltatech, shouyejing/deltatech, sm2x/deltatech, tate11/deltatech, vidtsin/deltatech, westlyou/deltatech, yasmanycastillo/deltatech, zfis/deltatech, and zykj/deltatech

<h1 class="title">Purchase Price</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/dhongu/deltatech/tree/16.0/deltatech_purchase_price"><img alt="dhongu/deltatech" src="https://img.shields.io/badge/github-dhongu%2Fdeltatech-lightgray.png?logo=github" /></a></p> <dl class="docutils"> <dt>Features:</dt> <dd><ul class="first last simple"> <li>Update purchase price after receipt</li> <li>If the product has FIFO cost, the product standard_price will be overwritten</li> <li><dl class="first docutils"> <dt>Depends on system parameters:</dt> <dd><ul class="first last"> <li><em>purchase.update_product_price</em> - if set to False, the product seller price will not be modified, if set to True, the product seller price will be overwritten</li> <li><em>purchase.add_supplier_to_product</em> - if set to True, the supplier and the price will be automatically added to the supplier info of the product, if set to False, no modifications will be made in the supplier info of the product</li> <li><em>purchase.update_list_price</em> - if set to True, the list price will be updated according to trade markup value. If set to False, the list price will not be updated</li> <li><em>sale.list_price_round</em> - decimal number to which the list price is rounded</li> </ul> </dd> </dl> </li> <li><dl class="first docutils"> <dt>New fields added in product template:</dt> <dd><ul class="first last"> <li>last_purchase_price - last purchase price. It's updated at receipt validation</li> <li>trade_markup - trade parkup for the product. It can be updated with a wizard (Action-&gt;Set trade markup)</li> </ul> </dd> </dl> </li> <li><dl class="first docutils"> <dt>New feature:</dt> <dd><ul class="first last"> <li>if trade_markup <strong>is set</strong> for a product, at reception the sale price will be computed from last_purchase_price and trade_markup</li> </ul> </dd> </dl> </li> </ul> </dd> </dl> <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="#maintainers" id="id4">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/dhongu/deltatech/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/dhongu/deltatech/issues/new?body=module:%20deltatech_purchase_price%0Aversion:%2016.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>Terrabit</li> <li>Dorin Hongu</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id4">Maintainers</a></h3> <p>Current maintainer:</p> <p><a class="reference external" href="https://github.com/dhongu"><img alt="dhongu" src="https://github.com/dhongu.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/dhongu/deltatech/tree/16.0/deltatech_purchase_price">dhongu/deltatech</a> project on GitHub.</p> <p>You are welcome to contribute.</p>