Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions setup/stock_available_location_orderpoint/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
97 changes: 97 additions & 0 deletions stock_available_location_orderpoint/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
===================================
Stock Available Location Orderpoint
===================================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:71151022a8e19bfec7156a9615a8feff096de2f692f655c24c32f60aa51cab07
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--availability-lightgray.png?logo=github
:target: https://github.com/OCA/stock-logistics-availability/tree/16.0/stock_available_location_orderpoint
:alt: OCA/stock-logistics-availability
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/stock-logistics-availability-16-0/stock-logistics-availability-16-0-stock_available_location_orderpoint
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-availability&target_branch=16.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module allows to display on product level the quantity to be replenished
through location orderpoints and the quantity that is currently in replenishments.

**Table of contents**

.. contents::
:local:

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

See stock_location_orderpoint module README.

Usage
=====

#. Go to Inventory > Products
#. On product form, the quantity to replenish is on top 'N.N (N.N) To Replenish'
#. The number between brackets is the quantity in replenishments
#. If you click on the button, you will see the movements that are to be done
to fullfill the replenishment(s).

.. image:: https://raw.githubusercontent.com/OCA/stock-logistics-availability/16.0/stock_available_location_orderpoint/static/description/product_form.bmp

* These quantities are also displayed optionally on product list level and in
product kanban.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-availability/issues>`_.
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
`feedback <https://github.com/OCA/stock-logistics-availability/issues/new?body=module:%20stock_available_location_orderpoint%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* ACSONE SA/NV

Contributors
~~~~~~~~~~~~

* Denis Roussel <denis.roussel@acsone.eu>
* Nicolas Delbovier <nicolas.delbovier@acsone.eu>

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

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.

This module is part of the `OCA/stock-logistics-availability <https://github.com/OCA/stock-logistics-availability/tree/16.0/stock_available_location_orderpoint>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions stock_available_location_orderpoint/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
19 changes: 19 additions & 0 deletions stock_available_location_orderpoint/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 2023 ACSONE SA/NV
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

{
"name": "Stock Available Location Orderpoint",
"summary": """
Allows to retrieve the quantity to replenish on a product from a
location orderpoint (stock_location_orderpoint)""",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-availability",
"depends": [
"stock_location_orderpoint",
"stock_available",
"stock_available_location_get_domain",
],
"data": ["views/product_product.xml", "views/product_template.xml"],
}
81 changes: 81 additions & 0 deletions stock_available_location_orderpoint/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_available_location_orderpoint
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-06 12:00+0000\n"
"PO-Revision-Date: 2023-07-06 12:00+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: stock_available_location_orderpoint
#: model_terms:ir.ui.view,arch_db:stock_available_location_orderpoint.product_normal_form_view
#: model_terms:ir.ui.view,arch_db:stock_available_location_orderpoint.view_stock_available_form
msgid "<span class=\"o_stat_text\">To Replenish</span>"
msgstr "<span class=\"o_stat_text\">A réassortir</span>"

#. module: stock_available_location_orderpoint
#: model_terms:ir.ui.view,arch_db:stock_available_location_orderpoint.product_template_search_form_view_stock
#: model_terms:ir.ui.view,arch_db:stock_available_location_orderpoint.stock_product_search_form_view
msgid "In Replenishments"
msgstr "En réassort"

#. module: stock_available_location_orderpoint
#: model:ir.model,name:stock_available_location_orderpoint.model_product_template
msgid "Product"
msgstr "Produit"

#. module: stock_available_location_orderpoint
#: model:ir.model,name:stock_available_location_orderpoint.model_product_product
msgid "Product Variant"
msgstr "Variante de produit"

#. module: stock_available_location_orderpoint
#: model:ir.model.fields,field_description:stock_available_location_orderpoint.field_product_product__quantity_in_replenishments
#: model:ir.model.fields,field_description:stock_available_location_orderpoint.field_product_template__quantity_in_replenishments
msgid "Quantity In Replenishments"
msgstr "Quantité en Réassort"

#. module: stock_available_location_orderpoint
#: model:ir.model.fields,field_description:stock_available_location_orderpoint.field_product_product__quantity_to_replenish
#: model:ir.model.fields,field_description:stock_available_location_orderpoint.field_product_template__quantity_to_replenish
msgid "Quantity To Replenish"
msgstr "Quantité à réassortir"

#. module: stock_available_location_orderpoint
#: model_terms:ir.ui.view,arch_db:stock_available_location_orderpoint.product_normal_form_view
#: model_terms:ir.ui.view,arch_db:stock_available_location_orderpoint.view_stock_available_form
msgid "Quantity to replenish (Quantity in replenishments)"
msgstr "Quantité à réassortir (Quantité en réassort)"

#. module: stock_available_location_orderpoint
#: model:ir.model.fields,help:stock_available_location_orderpoint.field_product_product__quantity_in_replenishments
#: model:ir.model.fields,help:stock_available_location_orderpoint.field_product_template__quantity_in_replenishments
msgid ""
"This is the quantity currently in replenishments following the location "
"orderpoints."
msgstr "C'est la quantité actuellement en réassorts suivant les réassorts d'emplacements."

#. module: stock_available_location_orderpoint
#: model:ir.model.fields,help:stock_available_location_orderpoint.field_product_product__quantity_to_replenish
#: model:ir.model.fields,help:stock_available_location_orderpoint.field_product_template__quantity_to_replenish
msgid "This is the quantity to replenish following the location orderpoints."
msgstr "C'est la quantité à réassortir suivant les réassorts d'emplacement."

#. module: stock_available_location_orderpoint
#: model_terms:ir.ui.view,arch_db:stock_available_location_orderpoint.product_template_search_form_view_stock
#: model_terms:ir.ui.view,arch_db:stock_available_location_orderpoint.stock_product_search_form_view
msgid "To Replenish"
msgstr "A réassortir"

#. module: stock_available_location_orderpoint
#: model_terms:ir.ui.view,arch_db:stock_available_location_orderpoint.view_stock_available_kanban
msgid "To Replenish:"
msgstr "A réassortir:"
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_available_location_orderpoint
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-06 12:01+0000\n"
"PO-Revision-Date: 2023-07-06 12:01+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: stock_available_location_orderpoint
#: model_terms:ir.ui.view,arch_db:stock_available_location_orderpoint.product_normal_form_view
#: model_terms:ir.ui.view,arch_db:stock_available_location_orderpoint.view_stock_available_form
msgid "<span class=\"o_stat_text\">To Replenish</span>"
msgstr ""

#. module: stock_available_location_orderpoint
#: model_terms:ir.ui.view,arch_db:stock_available_location_orderpoint.product_template_search_form_view_stock
#: model_terms:ir.ui.view,arch_db:stock_available_location_orderpoint.stock_product_search_form_view
msgid "In Replenishments"
msgstr ""

#. module: stock_available_location_orderpoint
#: model:ir.model,name:stock_available_location_orderpoint.model_product_template
msgid "Product"
msgstr ""

#. module: stock_available_location_orderpoint
#: model:ir.model,name:stock_available_location_orderpoint.model_product_product
msgid "Product Variant"
msgstr ""

#. module: stock_available_location_orderpoint
#: model:ir.model.fields,field_description:stock_available_location_orderpoint.field_product_product__quantity_in_replenishments
#: model:ir.model.fields,field_description:stock_available_location_orderpoint.field_product_template__quantity_in_replenishments
msgid "Quantity In Replenishments"
msgstr ""

#. module: stock_available_location_orderpoint
#: model:ir.model.fields,field_description:stock_available_location_orderpoint.field_product_product__quantity_to_replenish
#: model:ir.model.fields,field_description:stock_available_location_orderpoint.field_product_template__quantity_to_replenish
msgid "Quantity To Replenish"
msgstr ""

#. module: stock_available_location_orderpoint
#: model_terms:ir.ui.view,arch_db:stock_available_location_orderpoint.product_normal_form_view
#: model_terms:ir.ui.view,arch_db:stock_available_location_orderpoint.view_stock_available_form
msgid "Quantity to replenish (Quantity in replenishments)"
msgstr ""

#. module: stock_available_location_orderpoint
#: model:ir.model.fields,help:stock_available_location_orderpoint.field_product_product__quantity_in_replenishments
#: model:ir.model.fields,help:stock_available_location_orderpoint.field_product_template__quantity_in_replenishments
msgid ""
"This is the quantity currently in replenishments following the location "
"orderpoints."
msgstr ""

#. module: stock_available_location_orderpoint
#: model:ir.model.fields,help:stock_available_location_orderpoint.field_product_product__quantity_to_replenish
#: model:ir.model.fields,help:stock_available_location_orderpoint.field_product_template__quantity_to_replenish
msgid "This is the quantity to replenish following the location orderpoints."
msgstr ""

#. module: stock_available_location_orderpoint
#: model_terms:ir.ui.view,arch_db:stock_available_location_orderpoint.product_template_search_form_view_stock
#: model_terms:ir.ui.view,arch_db:stock_available_location_orderpoint.stock_product_search_form_view
msgid "To Replenish"
msgstr ""

#. module: stock_available_location_orderpoint
#: model_terms:ir.ui.view,arch_db:stock_available_location_orderpoint.view_stock_available_kanban
msgid "To Replenish:"
msgstr ""
2 changes: 2 additions & 0 deletions stock_available_location_orderpoint/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from . import product_template
from . import product_product
Loading