Search 1.9 billion lines of Odoo code on GitHub

ao_stock_account

Author: Eficent Business and IT Consulting Services S.L.
License: AGPL-3
Branch: 12.0
Repository: ForgeFlow/ao-odoo
Dependencies: stock, stock_account, and stock_account_valuation_report
Languages: Python (158, 57.5%), XML (94, 34.2%), and reStructuredText (23, 8.4%)
Other branches: 10.0, 10.0-mig-mrp_production_service, 11.0, 11.0-add-ao_security, 11.0-ao_crm_helpdesk-add-phone-resolved-state, 11.0-ao_crm_lead_parse_email-21636, 11.0-ao_product-restrict-product-CUD, 11.0-ao_rma, 11.0-ao_stock-stock_request_kanban, and 9.0
Other repositories: Bonainifo/ao-odoo, Gofekra/ao-odoo, Guobower/ao-odoo, leangjia/ao-odoo, leodoooca/ao-odoo, marcelsavegnago/ao-odoo, and mulaudzicalvin/ao-odoo

<a class="reference external image-reference" href="https://www.gnu.org/licenses/agpl.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPLv3-blue.svg"> </a> <a name="ao-specific-customizations-on-stock-account"></a> <h2>AO-specific customizations on stock account</h2> <p>This module contains customizations specific to Aleph Objects:</p> <ul class="simple"> <li>Introduce the field <em>Last moved date</em> in product to help finding obsolete ones.</li> <li>Add a Quant view that computes the standard cost valuation. Note here that:<ul> <li>It does not support multicompany environments.</li> <li>It only works with standard cost valuation.</li> <li>It is not the biggest source of truth. Real valuation looks at accounting. This view only aims to help management in a standard cost strategy.</li> </ul> </li> <li>When reversing a transfer, set the field 'to refund' to true by default (#20925)</li> </ul> <a name="installation"></a> <h3>Installation</h3> <p>If you use a <strong>python version lower than 3.7</strong>, you will have an extra dependency. Install it by running:</p> <pre> <code>pip install backports-datetime-fromisoformat</code> </pre> <a name="credits"></a> <h3 class="with-subtitle">Credits</h3> <h3 class="section-subtitle" id="contributors"><span class="section-subtitle">Contributors</span></h3> <ul class="simple"> <li>Eficent Business and IT Consulting Services S.L. &lt;<a class="reference external" href="mailto:contact&#64;eficent.com">contact&#64;eficent.com</a>&gt;</li> </ul>