mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[BOT] post-merge updates
This commit is contained in:
@@ -63,7 +63,7 @@ addon | version | maintainers | summary
|
||||
[stock_putaway_product_template](stock_putaway_product_template/) | 16.0.1.1.0 | [](https://github.com/kevinkhao) [](https://github.com/sebastienbeau) | Add product template in putaway strategies from the product view
|
||||
[stock_quant_cost_info](stock_quant_cost_info/) | 16.0.1.0.0 | | Shows the cost of the quants
|
||||
[stock_quant_expiration_date_tree](stock_quant_expiration_date_tree/) | 16.0.1.0.0 | [](https://github.com/Manuel Calero) | Allows to display expirations dates on stock quant tree view
|
||||
[stock_quant_manual_assign](stock_quant_manual_assign/) | 16.0.1.1.0 | | Stock - Manual Quant Assignment
|
||||
[stock_quant_manual_assign](stock_quant_manual_assign/) | 16.0.1.1.1 | | Stock - Manual Quant Assignment
|
||||
[stock_quant_reservation_info](stock_quant_reservation_info/) | 16.0.1.0.1 | | Allows to see the reserved info of Products
|
||||
[stock_quant_reservation_info_mrp](stock_quant_reservation_info_mrp/) | 16.0.1.0.0 | | Allows to see the manufacturing order related to the reserved info of Products
|
||||
[stock_quant_safe_inventory](stock_quant_safe_inventory/) | 16.0.1.0.0 | | Prevents the quantity on the quant from being updated if quantities have already been picked but not validated in pickings in progress.
|
||||
|
||||
@@ -7,7 +7,7 @@ Stock - Manual Quant Assignment
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:61ae882314c4613160958d9bd491d47ace4de50324aa353684d2d62c4fac34b0
|
||||
!! source digest: sha256:a32cc21161c4eec585bb7c9eb738502435eaf5e6391ca502159ea4ecce5487d5
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
@@ -28,21 +28,91 @@ Stock - Manual Quant Assignment
|
||||
|
||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||
|
||||
This module allows you to manually change the automatic quant selection.
|
||||
This module allows you to make stock reservations manually in a
|
||||
transfer, changing the selection that Odoo automatically made.This
|
||||
functionality is essential for detailed and specific control over
|
||||
inventory transfers, ensuring that the correct products are moved
|
||||
between precise locations within the warehouse.
|
||||
|
||||
**Table of contents**
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
Use Cases / Context
|
||||
===================
|
||||
|
||||
BUSINESS NEED: In logistics operations, it can be crucial to manually
|
||||
select specific batches or product units for transfer, especially when
|
||||
handling products with different expiration dates, lots, or serial
|
||||
numbers. This level of control ensures that inventory management is
|
||||
accurate and compliant with quality and traceability requirements. This
|
||||
module is useful when some of the following cases occur:
|
||||
|
||||
- You work with multiple locations and you want to indicate from which
|
||||
specific location you want to reserve the product.
|
||||
- You are working with lot or serial numbers and want to indicate a
|
||||
specific tracking number for the reservation.
|
||||
|
||||
APPROACH: The module addresses this need by providing a tool that allows
|
||||
the selection and assignment of specific quants directly from each
|
||||
picking. This is achieved through a wizard that facilitates the manual
|
||||
selection of the product quantities to be moved, thereby enhancing
|
||||
flexibility and accuracy in inventory management.
|
||||
|
||||
USEFUL INFORMATION: N/A
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
To use this module, you need to:
|
||||
Once a planned transfer has been confirmed (manually, or with the
|
||||
confirmation of a sales order, for example), in order to validate it, it
|
||||
is first necessary to perform the "check availability" action. By
|
||||
selecting "check availability", Odoo automatically checks the quantities
|
||||
in stock necessary to cover the picking demand and reserves the products
|
||||
to prevent them from being used in other movements.
|
||||
|
||||
#. Click on the tags icon at the end of move line.
|
||||
#. Open the wizard with the button "Manual Quants".
|
||||
#. Select the quants to assign (reserve), then Confirm.
|
||||
In order to manually select the quant we want to assign to the transfer,
|
||||
we have to:
|
||||
|
||||
1. Click on the label icon at the end of each move as shown below.
|
||||
|
||||
|alt text|
|
||||
|
||||
This will show us a wizard like the following:
|
||||
|
||||
|image1|
|
||||
|
||||
In the form we can see the following information:
|
||||
|
||||
- Lot: The lot/serial number of the products we have on hand. If the
|
||||
selected product does not have traceability, it will appear empty.
|
||||
- Location: Shows the current location in which the product is in
|
||||
stock.
|
||||
- On Hand: Quantity on hand in each location and the corresponding
|
||||
lot/serial numbers.
|
||||
- Other Reserved: Quantity already reserved for another picking.
|
||||
- Select: If checked, it allows us to indicate that we are going to
|
||||
reserve products from that specific lot and location.
|
||||
- Qty: Quantity to be reserved for the current picking.
|
||||
- Remaining qty (located at the bottom left): Indicates the quantity
|
||||
that could not be reserved due to a lack of available stock.
|
||||
|
||||
2. Modify the quantity column and check the Select column, in order to
|
||||
define the locations and lot/serial numbers that we need to transfer.
|
||||
|
||||
|image2|
|
||||
|
||||
3. Click the confirm button in the wizard. With that, the reserved
|
||||
quantity will be set/changed to follow the manual assignment. It can
|
||||
be checked in the detailed operations of the movement.
|
||||
|
||||
|image3|
|
||||
|
||||
.. |alt text| image:: https://raw.githubusercontent.com/OCA/stock-logistics-warehouse/16.0/stock_quant_manual_assign/static/description/imagen1.png
|
||||
.. |image1| image:: https://raw.githubusercontent.com/OCA/stock-logistics-warehouse/16.0/stock_quant_manual_assign/static/description/imagen2.png
|
||||
.. |image2| image:: https://raw.githubusercontent.com/OCA/stock-logistics-warehouse/16.0/stock_quant_manual_assign/static/description/imagen3.png
|
||||
.. |image3| image:: https://raw.githubusercontent.com/OCA/stock-logistics-warehouse/16.0/stock_quant_manual_assign/static/description/imagen4.png
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
@@ -58,7 +128,7 @@ Credits
|
||||
=======
|
||||
|
||||
Authors
|
||||
~~~~~~~
|
||||
-------
|
||||
|
||||
* AvanzOSC
|
||||
* Tecnativa
|
||||
@@ -66,28 +136,32 @@ Authors
|
||||
* Fanha Giang
|
||||
|
||||
Contributors
|
||||
~~~~~~~~~~~~
|
||||
------------
|
||||
|
||||
* Mikel Arregi <mikelarregi@avanzosc.es>
|
||||
* Ana Juaristi <anajuaristi@avanzosc.es>
|
||||
* Oihane Crucelaegui <oihanecrucelaegi@avanzosc.es>
|
||||
* Fanha Giang <fanha99@hotmail.com>
|
||||
* `Tecnativa <https://www.tecnativa.com>`_:
|
||||
- Mikel Arregi mikelarregi@avanzosc.es
|
||||
|
||||
* Pedro M. Baeza <pedro.baeza@tecnativa.com>
|
||||
* Vicent Cubells <vicent.cubells@tecnativa.com>
|
||||
- Ana Juaristi anajuaristi@avanzosc.es
|
||||
|
||||
* `ForgeFlow <https://www.forgeflow.com>`_:
|
||||
- Oihane Crucelaegui oihanecrucelaegi@avanzosc.es
|
||||
|
||||
* Jordi Ballester <jordi.ballester@forgeflow.com>
|
||||
* Lois Rilo <lois.rilo@forgeflow.com>
|
||||
- Fanha Giang fanha99@hotmail.com
|
||||
|
||||
* `Shine IT <https://www.openerp.cn>`_:
|
||||
- ``Tecnativa <https://www.tecnativa.com>``\ \_:
|
||||
|
||||
* Tony Gu <tony@openerp.cn>
|
||||
- Pedro M. Baeza pedro.baeza@tecnativa.com
|
||||
- Vicent Cubells vicent.cubells@tecnativa.com
|
||||
|
||||
- ``ForgeFlow <https://www.forgeflow.com>``\ \_:
|
||||
|
||||
- Jordi Ballester jordi.ballester@forgeflow.com
|
||||
- Lois Rilo lois.rilo@forgeflow.com
|
||||
|
||||
- ``Shine IT <https://www.openerp.cn>``\ \_:
|
||||
|
||||
- Tony Gu tony@openerp.cn
|
||||
|
||||
Maintainers
|
||||
~~~~~~~~~~~
|
||||
-----------
|
||||
|
||||
This module is maintained by the OCA.
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
{
|
||||
"name": "Stock - Manual Quant Assignment",
|
||||
"version": "16.0.1.1.0",
|
||||
"version": "16.0.1.1.1",
|
||||
"category": "Warehouse",
|
||||
"license": "AGPL-3",
|
||||
"author": "AvanzOSC, "
|
||||
|
||||
@@ -8,10 +8,11 @@
|
||||
|
||||
/*
|
||||
:Author: David Goodger (goodger@python.org)
|
||||
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
|
||||
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
|
||||
:Copyright: This stylesheet has been placed in the public domain.
|
||||
|
||||
Default cascading style sheet for the HTML output of Docutils.
|
||||
Despite the name, some widely supported CSS2 features are used.
|
||||
|
||||
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
||||
customize this style sheet.
|
||||
@@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
||||
margin-left: 2em ;
|
||||
margin-right: 2em }
|
||||
|
||||
pre.code .ln { color: grey; } /* line numbers */
|
||||
pre.code .ln { color: gray; } /* line numbers */
|
||||
pre.code, code { background-color: #eeeeee }
|
||||
pre.code .comment, code .comment { color: #5C6576 }
|
||||
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
||||
@@ -300,7 +301,7 @@ span.option {
|
||||
span.pre {
|
||||
white-space: pre }
|
||||
|
||||
span.problematic {
|
||||
span.problematic, pre.problematic {
|
||||
color: red }
|
||||
|
||||
span.section-subtitle {
|
||||
@@ -366,34 +367,94 @@ ul.auto-toc {
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:61ae882314c4613160958d9bd491d47ace4de50324aa353684d2d62c4fac34b0
|
||||
!! source digest: sha256:a32cc21161c4eec585bb7c9eb738502435eaf5e6391ca502159ea4ecce5487d5
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" 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 image-reference" 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 image-reference" href="https://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_quant_manual_assign"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_quant_manual_assign"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module allows you to manually change the automatic quant selection.</p>
|
||||
<p>This module allows you to make stock reservations manually in a
|
||||
transfer, changing the selection that Odoo automatically made.This
|
||||
functionality is essential for detailed and specific control over
|
||||
inventory transfers, ensuring that the correct products are moved
|
||||
between precise locations within the warehouse.</p>
|
||||
<p><strong>Table of contents</strong></p>
|
||||
<div class="contents local topic" id="contents">
|
||||
<ul class="simple">
|
||||
<li><a class="reference internal" href="#usage" id="toc-entry-1">Usage</a></li>
|
||||
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-2">Bug Tracker</a></li>
|
||||
<li><a class="reference internal" href="#credits" id="toc-entry-3">Credits</a><ul>
|
||||
<li><a class="reference internal" href="#authors" id="toc-entry-4">Authors</a></li>
|
||||
<li><a class="reference internal" href="#contributors" id="toc-entry-5">Contributors</a></li>
|
||||
<li><a class="reference internal" href="#maintainers" id="toc-entry-6">Maintainers</a></li>
|
||||
<li><a class="reference internal" href="#use-cases-context" id="toc-entry-1">Use Cases / Context</a></li>
|
||||
<li><a class="reference internal" href="#usage" id="toc-entry-2">Usage</a></li>
|
||||
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-3">Bug Tracker</a></li>
|
||||
<li><a class="reference internal" href="#credits" id="toc-entry-4">Credits</a><ul>
|
||||
<li><a class="reference internal" href="#authors" id="toc-entry-5">Authors</a></li>
|
||||
<li><a class="reference internal" href="#contributors" id="toc-entry-6">Contributors</a></li>
|
||||
<li><a class="reference internal" href="#maintainers" id="toc-entry-7">Maintainers</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="use-cases-context">
|
||||
<h1><a class="toc-backref" href="#toc-entry-1">Use Cases / Context</a></h1>
|
||||
<p>BUSINESS NEED: In logistics operations, it can be crucial to manually
|
||||
select specific batches or product units for transfer, especially when
|
||||
handling products with different expiration dates, lots, or serial
|
||||
numbers. This level of control ensures that inventory management is
|
||||
accurate and compliant with quality and traceability requirements. This
|
||||
module is useful when some of the following cases occur:</p>
|
||||
<ul class="simple">
|
||||
<li>You work with multiple locations and you want to indicate from which
|
||||
specific location you want to reserve the product.</li>
|
||||
<li>You are working with lot or serial numbers and want to indicate a
|
||||
specific tracking number for the reservation.</li>
|
||||
</ul>
|
||||
<p>APPROACH: The module addresses this need by providing a tool that allows
|
||||
the selection and assignment of specific quants directly from each
|
||||
picking. This is achieved through a wizard that facilitates the manual
|
||||
selection of the product quantities to be moved, thereby enhancing
|
||||
flexibility and accuracy in inventory management.</p>
|
||||
<p>USEFUL INFORMATION: N/A</p>
|
||||
</div>
|
||||
<div class="section" id="usage">
|
||||
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
|
||||
<p>To use this module, you need to:</p>
|
||||
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
|
||||
<p>Once a planned transfer has been confirmed (manually, or with the
|
||||
confirmation of a sales order, for example), in order to validate it, it
|
||||
is first necessary to perform the “check availability” action. By
|
||||
selecting “check availability”, Odoo automatically checks the quantities
|
||||
in stock necessary to cover the picking demand and reserves the products
|
||||
to prevent them from being used in other movements.</p>
|
||||
<p>In order to manually select the quant we want to assign to the transfer,
|
||||
we have to:</p>
|
||||
<ol class="arabic simple">
|
||||
<li>Click on the tags icon at the end of move line.</li>
|
||||
<li>Open the wizard with the button “Manual Quants”.</li>
|
||||
<li>Select the quants to assign (reserve), then Confirm.</li>
|
||||
<li>Click on the label icon at the end of each move as shown below.</li>
|
||||
</ol>
|
||||
<p><img alt="alt text" src="https://raw.githubusercontent.com/OCA/stock-logistics-warehouse/16.0/stock_quant_manual_assign/static/description/imagen1.png" /></p>
|
||||
<p>This will show us a wizard like the following:</p>
|
||||
<p><img alt="image1" src="https://raw.githubusercontent.com/OCA/stock-logistics-warehouse/16.0/stock_quant_manual_assign/static/description/imagen2.png" /></p>
|
||||
<p>In the form we can see the following information:</p>
|
||||
<ul class="simple">
|
||||
<li>Lot: The lot/serial number of the products we have on hand. If the
|
||||
selected product does not have traceability, it will appear empty.</li>
|
||||
<li>Location: Shows the current location in which the product is in
|
||||
stock.</li>
|
||||
<li>On Hand: Quantity on hand in each location and the corresponding
|
||||
lot/serial numbers.</li>
|
||||
<li>Other Reserved: Quantity already reserved for another picking.</li>
|
||||
<li>Select: If checked, it allows us to indicate that we are going to
|
||||
reserve products from that specific lot and location.</li>
|
||||
<li>Qty: Quantity to be reserved for the current picking.</li>
|
||||
<li>Remaining qty (located at the bottom left): Indicates the quantity
|
||||
that could not be reserved due to a lack of available stock.</li>
|
||||
</ul>
|
||||
<ol class="arabic simple" start="2">
|
||||
<li>Modify the quantity column and check the Select column, in order to
|
||||
define the locations and lot/serial numbers that we need to transfer.</li>
|
||||
</ol>
|
||||
<p><img alt="image2" src="https://raw.githubusercontent.com/OCA/stock-logistics-warehouse/16.0/stock_quant_manual_assign/static/description/imagen3.png" /></p>
|
||||
<ol class="arabic simple" start="3">
|
||||
<li>Click the confirm button in the wizard. With that, the reserved
|
||||
quantity will be set/changed to follow the manual assignment. It can
|
||||
be checked in the detailed operations of the movement.</li>
|
||||
</ol>
|
||||
<p><img alt="image3" src="https://raw.githubusercontent.com/OCA/stock-logistics-warehouse/16.0/stock_quant_manual_assign/static/description/imagen4.png" /></p>
|
||||
</div>
|
||||
<div class="section" id="bug-tracker">
|
||||
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
|
||||
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
|
||||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/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 to smash it by providing a detailed and welcomed
|
||||
@@ -401,9 +462,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
||||
<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="#toc-entry-3">Credits</a></h1>
|
||||
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
|
||||
<div class="section" id="authors">
|
||||
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
|
||||
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
|
||||
<ul class="simple">
|
||||
<li>AvanzOSC</li>
|
||||
<li>Tecnativa</li>
|
||||
@@ -412,32 +473,34 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="contributors">
|
||||
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
|
||||
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Mikel Arregi <<a class="reference external" href="mailto:mikelarregi@avanzosc.es">mikelarregi@avanzosc.es</a>></li>
|
||||
<li>Ana Juaristi <<a class="reference external" href="mailto:anajuaristi@avanzosc.es">anajuaristi@avanzosc.es</a>></li>
|
||||
<li>Oihane Crucelaegui <<a class="reference external" href="mailto:oihanecrucelaegi@avanzosc.es">oihanecrucelaegi@avanzosc.es</a>></li>
|
||||
<li>Fanha Giang <<a class="reference external" href="mailto:fanha99@hotmail.com">fanha99@hotmail.com</a>></li>
|
||||
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
|
||||
<li>Pedro M. Baeza <<a class="reference external" href="mailto:pedro.baeza@tecnativa.com">pedro.baeza@tecnativa.com</a>></li>
|
||||
<li>Vicent Cubells <<a class="reference external" href="mailto:vicent.cubells@tecnativa.com">vicent.cubells@tecnativa.com</a>></li>
|
||||
<li>Mikel Arregi <a class="reference external" href="mailto:mikelarregi@avanzosc.es">mikelarregi@avanzosc.es</a></li>
|
||||
<li>Ana Juaristi <a class="reference external" href="mailto:anajuaristi@avanzosc.es">anajuaristi@avanzosc.es</a></li>
|
||||
<li>Oihane Crucelaegui <a class="reference external" href="mailto:oihanecrucelaegi@avanzosc.es">oihanecrucelaegi@avanzosc.es</a></li>
|
||||
<li>Fanha Giang <a class="reference external" href="mailto:fanha99@hotmail.com">fanha99@hotmail.com</a></li>
|
||||
<li><tt class="docutils literal">Tecnativa <span class="pre"><https://www.tecnativa.com></span></tt>_:<ul>
|
||||
<li>Pedro M. Baeza <a class="reference external" href="mailto:pedro.baeza@tecnativa.com">pedro.baeza@tecnativa.com</a></li>
|
||||
<li>Vicent Cubells <a class="reference external" href="mailto:vicent.cubells@tecnativa.com">vicent.cubells@tecnativa.com</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a class="reference external" href="https://www.forgeflow.com">ForgeFlow</a>:<ul>
|
||||
<li>Jordi Ballester <<a class="reference external" href="mailto:jordi.ballester@forgeflow.com">jordi.ballester@forgeflow.com</a>></li>
|
||||
<li>Lois Rilo <<a class="reference external" href="mailto:lois.rilo@forgeflow.com">lois.rilo@forgeflow.com</a>></li>
|
||||
<li><tt class="docutils literal">ForgeFlow <span class="pre"><https://www.forgeflow.com></span></tt>_:<ul>
|
||||
<li>Jordi Ballester <a class="reference external" href="mailto:jordi.ballester@forgeflow.com">jordi.ballester@forgeflow.com</a></li>
|
||||
<li>Lois Rilo <a class="reference external" href="mailto:lois.rilo@forgeflow.com">lois.rilo@forgeflow.com</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a class="reference external" href="https://www.openerp.cn">Shine IT</a>:<ul>
|
||||
<li>Tony Gu <<a class="reference external" href="mailto:tony@openerp.cn">tony@openerp.cn</a>></li>
|
||||
<li><tt class="docutils literal">Shine IT <span class="pre"><https://www.openerp.cn></span></tt>_:<ul>
|
||||
<li>Tony Gu <a class="reference external" href="mailto:tony@openerp.cn">tony@openerp.cn</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="maintainers">
|
||||
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
|
||||
<h2><a class="toc-backref" href="#toc-entry-7">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>
|
||||
<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
|
||||
mission is to support the collaborative development of Odoo features and
|
||||
promote its widespread use.</p>
|
||||
|
||||
Reference in New Issue
Block a user