Search 1.9 billion lines of Odoo code on GitHub

fieldservice_account_asset

Author: Open Source Integrators
License: LGPL-3
Branch: 12.0
Repository: antherkiv/osi-addons
Dependencies: account_asset, agreement_maintenance, fieldservice, and fieldservice_maintenance
Languages: Python (224, 58.3%), XML (91, 23.7%), and reStructuredText (69, 18.0%)
Other branches: 12.0-ADD-fieldservice_mobile, 12.0-AMP-development, 12.0-add-multi_company_segments, 12.0-add-subscription-variable, 12.0-amp-prorating, 12.0-amp-prorating-daniel, 12.0-imp-default_warehouse, 12.0-imp-name_autocomplete, bodedra_panda_demo, osi/12.0-demo, pvm/12.19-RC1, pvm/12.20-RC1, pvm/12.22-RC1, pvm/12.22-RC2, pvm/12.22-RC3, pvm/12.22-RC5, pvm/12.22-RC6, pvm/12.22-RC7, pvm/12.23-RC1, pvm/12.23-RC2, pvm/12.24-RC1, and pvm/12.25-RC1
Other repositories: Banetese/osi-addons, Chanakya-SerpentCS/osi-addons, HarshalBhoir/osi-addons, KonosCL/osi-addons, SerpentConsultingServices/osi-addons, augustodinizl/osi-addons, brian10048/osi-addons, bunhin/osi-addons, consultingerp/osi-addons, dreispt/osi-addons, hpatelserpentcs/osi-addons, kvedder-amplex/osi-addons, loftwah/osi-addons, marcelsavegnago/osi-addons, marionumza/osi-addons, murtuzasaleh/osi-addons, nikul-serpentcs/osi-addons, patrickrwilson/osi-addons, trevi-software/osi-addons, and ursais/osi-addons

<h1 class="title">Field Service Asset</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/ursais/osi-addons/tree/12.0/sale_subscription_brand"><img alt="ursais/osi-addons" src="https://img.shields.io/badge/github-ursais%2Fosi--addons-lightgray.png?logo=github" /></a></p> <p>This module aims to link the FSM equipment with its accounting asset and allow tracking of its depreciation.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#configuration" id="id1">Configuration</a><ul> <li><a class="reference internal" href="#accounting" id="id2">Accounting</a></li> <li><a class="reference internal" href="#inventory" id="id3">Inventory</a></li> <li><a class="reference internal" href="#field-service" id="id4">Field Service</a></li> </ul> </li> <li><a class="reference internal" href="#usage" id="id5">Usage</a></li> <li><a class="reference internal" href="#bug-tracker" id="id6">Bug Tracker</a></li> <li><a class="reference internal" href="#roadmap" id="id7">Roadmap</a></li> <li><a class="reference internal" href="#credits" id="id8">Credits</a><ul> <li><a class="reference internal" href="#contributors" id="id9">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id10">Maintainers</a></li> </ul> </li> </ul> </div> <a name="configuration"></a> <h2><a class="toc-backref" href="#id1">Configuration</a></h2> <a name="accounting"></a> <h3><a class="toc-backref" href="#id2">Accounting</a></h3> <ul class="simple"> <li>Go to Accounting &gt; Configuration &gt; Asset Types</li> <li>Create an asset type</li> <li>Go to Accounting &gt; Customers &gt; Products</li> <li>Create or select a product</li> <li>In the Accounting tab, set the the asset type</li> </ul> <a name="inventory"></a> <h3><a class="toc-backref" href="#id3">Inventory</a></h3> <ul class="simple"> <li>Go to Inventory &gt; Configuration &gt; Warehouse Management &gt; Locations</li> <li>Remove the filter to search for &quot;Asset Location&quot;</li> <li>Open the location and set the accounting information:<ul> <li>Stock Valuation Account (Incoming): Same account as the asset account on the asset type</li> <li>Stock Valuation Account (Outgoing): Same account as the expense account on the asset type</li> </ul> </li> </ul> <a name="field-service"></a> <h3><a class="toc-backref" href="#id4">Field Service</a></h3> <ul class="simple"> <li>Go to Field Service &gt; Configuration &gt; Settings</li> <li>Set the Asset Location</li> <li>Go to Field Service &gt; Configuration &gt; Stages</li> <li>Open the stages related to Equipment</li> <li>Select a stage where the asset is created by selecting &quot;Creation&quot; in &quot;Asset Action&quot;</li> <li>Select a stage where the asset is recovered/disposed by selecting &quot;Recovery&quot; in &quot;Asset Action&quot;</li> </ul> <a name="usage"></a> <h2><a class="toc-backref" href="#id5">Usage</a></h2> <ul class="simple"> <li>Go to Field Service &gt; Master Data &gt; Equipments</li> <li>Create an equipment and select a product with the asset type</li> <li>Move the stage to create the asset:<ul> <li>a new asset is created based on the information from the category and the product</li> <li>the equipment is moved from its current location to the asset location</li> </ul> </li> <li>Move the stage to recover the asset:<ul> <li>its related asset is disposed</li> <li>the equipment is moved from the asset location to where it was when the asset was created</li> </ul> </li> </ul> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id6">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/ursais/osi-addons/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/ursais/osi-addons/issues/new?body=module:%20fieldservice_account_asset%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <a name="roadmap"></a> <h2><a class="toc-backref" href="#id7">Roadmap</a></h2> <ul class="simple"> <li>The current version of the module stores all assets in one location per company. Future versions will allow to define the inventory location on the asset type. If you are interested to sponsor this feature, please create an issue on the <a class="reference external" href="https://github.com/ursais/osi-addons/issues">GitHub project</a>.</li> </ul> <a name="credits"></a> <h2><a class="toc-backref" href="#id8">Credits</a></h2> <a name="contributors"></a> <h3><a class="toc-backref" href="#id9">Contributors</a></h3> <ul class="simple"> <li><a class="reference external" href="https://www.opensourceintegrators.com">Open Source Integrators</a>:<ul> <li>Maxime Chambreuil &lt;<a class="reference external" href="mailto:mchambreuil&#64;opensourceintegrators.com">mchambreuil&#64;opensourceintegrators.com</a>&gt;</li> </ul> </li> <li><a class="reference external" href="https://www.serpentcs.com">Serpent Consulting Services</a>:<ul> <li>Murtuza Saleh &lt;<a class="reference external" href="mailto:murtuzasaleh&#64;serpentcs.com">murtuzasaleh&#64;serpentcs.com</a>&gt;</li> </ul> </li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id10">Maintainers</a></h3> <p>This module is maintained by Open Source Integrators.</p> <a class="reference external image-reference" href="https://www.opensourceintegrators.com"><img alt="Open Source Integrators" src="https://github.com/ursais.png" /></a> <p>Open Source Integrators™ (OSI) provides customers a unique combination of open source business process consulting and implementations.</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/max3903"><img alt="Maxime Chambreuil" src="https://github.com/max3903.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/ursais/osi-addons/tree/12.0/fieldservice_account_asset">OSI Odoo Addons</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>