Skip to content

Commit

Permalink
[IMP] fieldservice_vehicle_stock
Browse files Browse the repository at this point in the history
Minimize dependency on stock_request

[UPD] README.rst
  • Loading branch information
brian10048 authored and Reed Hayashikawa committed Jul 20, 2021
1 parent fcd489f commit efa645d
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 143 deletions.
24 changes: 2 additions & 22 deletions fieldservice_vehicle_stock/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,14 @@ Field Service Vehicles - Stock
|badge1| |badge2| |badge3| |badge4| |badge5|

This module is an add-on for the Field Service application in Odoo.
It provides inventory and stock operations.
It allows you to establish stock locations for field service vehicles
and process stock moves with field service vehicles.

**Table of contents**

.. contents::
:local:

Installation
============

You will first need to install:

* fieldservice

Then go to Field Service > Configuration > Settings
Enable the 'Use Odoo Stock Logistics' option under Integrations

Configuration
=============

Expand All @@ -51,17 +42,6 @@ To configure this module, you need to:
* Set Inventory Locations for FSM Locations and FSM Vehicles
* Verify procurement routes

Usage
=====

To use this module, you need to:

* Create a new field service order
* Under the Materials tab, add products with quantity
* Confirm an order to create stock moves
* Validate stock moves in the Inventory app
* Quantities Delivered on FSM Order Line will be updated based on move

Known issues / Roadmap
======================

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ msgstr ""
msgid "Register lots, packs, location"
msgstr ""

#. module: fieldservice_vehicle_stock
#: model:ir.model,name:fieldservice_vehicle_stock.model_stock_request
msgid "Stock Request"
msgstr ""

#. module: fieldservice_vehicle_stock
#: model:stock.location.route,name:fieldservice_vehicle_stock.route_stock_to_vehicle_to_location
msgid "Stock to Vehicle to Location"
Expand Down
1 change: 0 additions & 1 deletion fieldservice_vehicle_stock/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from . import (
fsm_vehicle,
fsm_order,
stock_request,
product_putaway,
stock_picking,
)
33 changes: 0 additions & 33 deletions fieldservice_vehicle_stock/models/stock_request.py

This file was deleted.

3 changes: 2 additions & 1 deletion fieldservice_vehicle_stock/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
This module is an add-on for the Field Service application in Odoo.
It provides inventory and stock operations.
It allows you to establish stock locations for field service vehicles
and process stock moves with field service vehicles.
6 changes: 0 additions & 6 deletions fieldservice_vehicle_stock/readme/INSTALL.rst

This file was deleted.

7 changes: 0 additions & 7 deletions fieldservice_vehicle_stock/readme/USAGE.rst

This file was deleted.

57 changes: 18 additions & 39 deletions fieldservice_vehicle_stock/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,90 +369,69 @@ <h1 class="title">Field Service Vehicles - Stock</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/field-service/tree/12.0/fieldservice_vehicle_stock"><img alt="OCA/field-service" src="https://img.shields.io/badge/github-OCA%2Ffield--service-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/field-service-12-0/field-service-12-0-fieldservice_vehicle_stock"><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/264/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>This module is an add-on for the Field Service application in Odoo.
It provides inventory and stock operations.</p>
It allows you to establish stock locations for field service vehicles
and process stock moves with field service vehicles.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#installation" id="id1">Installation</a></li>
<li><a class="reference internal" href="#configuration" id="id2">Configuration</a></li>
<li><a class="reference internal" href="#usage" id="id3">Usage</a></li>
<li><a class="reference internal" href="#known-issues-roadmap" id="id4">Known issues / Roadmap</a></li>
<li><a class="reference internal" href="#bug-tracker" id="id5">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id6">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id7">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="id8">Contributors</a></li>
<li><a class="reference internal" href="#other-credits" id="id9">Other credits</a></li>
<li><a class="reference internal" href="#maintainers" id="id10">Maintainers</a></li>
<li><a class="reference internal" href="#configuration" id="id1">Configuration</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="#other-credits" id="id7">Other credits</a></li>
<li><a class="reference internal" href="#maintainers" id="id8">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="installation">
<h1><a class="toc-backref" href="#id1">Installation</a></h1>
<p>You will first need to install:</p>
<ul class="simple">
<li>fieldservice</li>
</ul>
<p>Then go to Field Service &gt; Configuration &gt; Settings
Enable the ‘Use Odoo Stock Logistics’ option under Integrations</p>
</div>
<div class="section" id="configuration">
<h1><a class="toc-backref" href="#id2">Configuration</a></h1>
<h1><a class="toc-backref" href="#id1">Configuration</a></h1>
<p>To configure this module, you need to:</p>
<ul class="simple">
<li>Set Inventory Locations for FSM Locations and FSM Vehicles</li>
<li>Verify procurement routes</li>
</ul>
</div>
<div class="section" id="usage">
<h1><a class="toc-backref" href="#id3">Usage</a></h1>
<p>To use this module, you need to:</p>
<ul class="simple">
<li>Create a new field service order</li>
<li>Under the Materials tab, add products with quantity</li>
<li>Confirm an order to create stock moves</li>
<li>Validate stock moves in the Inventory app</li>
<li>Quantities Delivered on FSM Order Line will be updated based on move</li>
</ul>
</div>
<div class="section" id="known-issues-roadmap">
<h1><a class="toc-backref" href="#id4">Known issues / Roadmap</a></h1>
<h1><a class="toc-backref" href="#id2">Known issues / Roadmap</a></h1>
<p>The roadmap of the Field Service application is documented on
<a class="reference external" href="https://github.com/OCA/field-service/issues/1">Github</a>.</p>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#id5">Bug Tracker</a></h1>
<h1><a class="toc-backref" href="#id3">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/field-service/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/field-service/issues/new?body=module:%20fieldservice_vehicle_stock%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>
</div>
<div class="section" id="credits">
<h1><a class="toc-backref" href="#id6">Credits</a></h1>
<h1><a class="toc-backref" href="#id4">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#id7">Authors</a></h2>
<h2><a class="toc-backref" href="#id5">Authors</a></h2>
<ul class="simple">
<li>Open Source Integrators</li>
<li>Brian McMaster</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#id8">Contributors</a></h2>
<h2><a class="toc-backref" href="#id6">Contributors</a></h2>
<ul class="simple">
<li>Brian McMaster &lt;<a class="reference external" href="mailto:brian&#64;mcmpest.com">brian&#64;mcmpest.com</a>&gt;</li>
<li>Serpent Consulting Services Pvt. Ltd. &lt;<a class="reference external" href="mailto:support&#64;serpentcs.com">support&#64;serpentcs.com</a>&gt;</li>
</ul>
</div>
<div class="section" id="other-credits">
<h2><a class="toc-backref" href="#id9">Other credits</a></h2>
<h2><a class="toc-backref" href="#id7">Other credits</a></h2>
<p>The development of this module has been financially supported by:</p>
<ul class="simple">
<li>Open Source Integrators &lt;<a class="reference external" href="https://opensourceintegrators.com">https://opensourceintegrators.com</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#id10">Maintainers</a></h2>
<h2><a class="toc-backref" href="#id8">Maintainers</a></h2>
<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
Expand Down
29 changes: 0 additions & 29 deletions fieldservice_vehicle_stock/views/fsm_order.xml

This file was deleted.

0 comments on commit efa645d

Please sign in to comment.