Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
b76b653
Stock Removal Location by Priority
MiquelRForgeFlow May 19, 2017
665b963
stock_removal_location_by_priority: Add init_hook to speed up install…
LoisRForgeFlow May 24, 2017
2ec8bb6
[MIG] stock_removal_location_by_priority: Migration to 10.0
MiquelRForgeFlow Jun 21, 2017
2d66a45
[IMP/FIX] Removal priority should be independent of company
MiquelRForgeFlow Oct 30, 2017
ed6607e
[11.0][MIG] stock_removal_location_by_priority
LoisRForgeFlow Sep 18, 2018
c26268c
[FIX] stock_removal_by_priority: avoid pre-init-hook if reinstalled
MiquelRForgeFlow Nov 9, 2018
e852749
[MIG] stock_removal_location_by_priority: Migration to 12.0
MiquelRForgeFlow Jun 27, 2019
99bed80
Translated using Weblate (French)
gurneyalex Aug 6, 2019
4619457
Translated using Weblate (Chinese (Simplified))
liweijie0812 Oct 12, 2019
f808402
Translated using Weblate (Chinese (Simplified))
liweijie0812 Oct 16, 2019
d00ca8d
[IMP] stock_removal_location_by_priority: black, isort
ps-tubtim Dec 18, 2019
f1f8865
[MIG] stock_removal_location_by_priority: Migration to 13.0
ps-tubtim Jan 6, 2020
bb63934
pre-commit update
OCA-git-bot Mar 14, 2020
2ae8733
[UPD] Eficent -> ForgeFlow
MiquelRForgeFlow Sep 30, 2020
958cdce
[MIG] stock_removal_location_by_priority: Migration to 14.0
SergiCForgeFlow Aug 7, 2023
142d333
Translated using Weblate (Italian)
mymage Nov 17, 2023
3ed8c47
[MIG] stock_removal_location_by_priority: Migration to 16.0
aritzolea Nov 21, 2023
3959090
Translated using Weblate (Italian)
mymage Mar 12, 2024
61b29f7
Translated using Weblate (Portuguese (Brazil))
May 22, 2024
d958a26
[IMP] stock_removal_location_by_priority: black, isort, prettier
JasminSForgeFlow Jun 7, 2024
792dede
[MIG] stock_removal_location_by_priority: Migration to 17.0
JasminSForgeFlow Jun 7, 2024
a0e0b00
Translated using Weblate (Spanish)
javierizaca Jun 2, 2025
8d170d9
[IMP] stock_removal_location_by_priority: pre-commit auto fixes
Andrii9090-tecnativa May 4, 2026
0b73274
[MIG] stock_removal_location_by_priority: Migration to 18.0
Andrii9090-tecnativa May 5, 2026
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
108 changes: 108 additions & 0 deletions stock_removal_location_by_priority/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
==================================
Stock Removal Location by Priority
==================================

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

.. |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--warehouse-lightgray.png?logo=github
:target: https://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_removal_location_by_priority
:alt: OCA/stock-logistics-warehouse
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-18-0/stock-logistics-warehouse-18-0-stock_removal_location_by_priority
: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-warehouse&target_branch=18.0
:alt: Try me on Runboat

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

This module adds a removal priority field on stock locations. This
priority applies when removing a product from different stock locations
and the incoming dates are equal in both locations.

**Table of contents**

.. contents::
:local:

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

You can activate the removal priority as follows:

1. Go to "Inventory > Configuration > Settings"
2. In 'Operations' section, mark the "Removal Priority" option.
3. You also need to activate the following settings in the section
*Warehouse* if they are not yet:

1. Manage several locations using *Storage Locations* option.
2. Advanced routing using "Multi-Step Routes" option.

Then, set the *Removal Priority* in the desired locations. Remember that
a lower number means more priority:

1. Go to "Inventory > Configuration > Warehouse Management > Locations"
2. In each Location form, in the Logistics section, put a Removal
Priority.

Usage
=====

After configure your locations properly, the system will select the
quant at the location with more priority in case of equal date, no
matter if you use FIFO or LIFO removal strategy.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-warehouse/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-warehouse/issues/new?body=module:%20stock_removal_location_by_priority%0Aversion:%2018.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
-------

* ForgeFlow

Contributors
------------

- Miquel Raïch <miquel.raich@forgeflow.com>
- Lois Rilo <lois.rilo@forgeflow.com>
- Pimolnat Suntian <pimolnats@ecosoft.co.th>
- Aritz Olea <aritz.olea@factorlibre.com>

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-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_removal_location_by_priority>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
4 changes: 4 additions & 0 deletions stock_removal_location_by_priority/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

from . import models
from .init_hook import pre_init_hook
21 changes: 21 additions & 0 deletions stock_removal_location_by_priority/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 2024 ForgeFlow S.L.
# (http://www.forgeflow.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Stock Removal Location by Priority",
"summary": "Establish a removal priority on stock locations.",
"version": "18.0.1.0.0",
"author": "ForgeFlow, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse",
"depends": ["stock"],
"data": [
"security/stock_security.xml",
"views/res_config_settings_views.xml",
"views/stock_location_view.xml",
],
"license": "AGPL-3",
"installable": True,
"application": False,
"pre_init_hook": "pre_init_hook",
}
68 changes: 68 additions & 0 deletions stock_removal_location_by_priority/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_removal_location_by_priority
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Rudolf Schnapka <rs@techno-flex.de>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-31 02:38+0000\n"
"PO-Revision-Date: 2017-05-31 02:38+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2017\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: stock_removal_location_by_priority
#: model:ir.model,name:stock_removal_location_by_priority.model_res_config_settings
msgid "Config Settings"
msgstr ""

#. module: stock_removal_location_by_priority
#: model:ir.model,name:stock_removal_location_by_priority.model_stock_location
msgid "Inventory Locations"
msgstr "Bestandslagerorte"

#. module: stock_removal_location_by_priority
#: model:ir.model,name:stock_removal_location_by_priority.model_stock_quant
msgid "Quants"
msgstr "Quants"

#. module: stock_removal_location_by_priority
#: model:ir.model.fields,field_description:stock_removal_location_by_priority.field_res_config_settings__group_removal_priority
#: model:ir.model.fields,field_description:stock_removal_location_by_priority.field_stock_location__removal_priority
#: model:ir.model.fields,field_description:stock_removal_location_by_priority.field_stock_quant__removal_priority
#: model:res.groups,name:stock_removal_location_by_priority.group_removal_priority
msgid "Removal Priority"
msgstr ""

#. module: stock_removal_location_by_priority
#: model:ir.model.fields,help:stock_removal_location_by_priority.field_res_config_settings__group_removal_priority
msgid ""
"Removal priority that applies when the incoming dates are equal in both "
"locations."
msgstr ""

#. module: stock_removal_location_by_priority
#. odoo-python
#: code:addons/stock_removal_location_by_priority/models/stock_quant.py:0
#, python-format
msgid "Removal strategy %s not implemented."
msgstr ""

#. module: stock_removal_location_by_priority
#: model:ir.model.fields,help:stock_removal_location_by_priority.field_stock_location__removal_priority
#: model:ir.model.fields,help:stock_removal_location_by_priority.field_stock_quant__removal_priority
msgid "This priority applies when removing stock and incoming dates are equal."
msgstr ""

#. module: stock_removal_location_by_priority
#: model_terms:ir.ui.view,arch_db:stock_removal_location_by_priority.view_stock_config_settings
msgid "Use <i>Removal Priority</i> in Locations"
msgstr ""
73 changes: 73 additions & 0 deletions stock_removal_location_by_priority/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_removal_location_by_priority
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Antonio Trueba <atgayol@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-31 02:38+0000\n"
"PO-Revision-Date: 2025-06-02 13:26+0000\n"
"Last-Translator: Javier Iza Ca <javier.izaguirre@sygel.es>\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.10.4\n"

#. module: stock_removal_location_by_priority
#: model:ir.model,name:stock_removal_location_by_priority.model_res_config_settings
msgid "Config Settings"
msgstr "Ajustes de configuración"

#. module: stock_removal_location_by_priority
#: model:ir.model,name:stock_removal_location_by_priority.model_stock_location
msgid "Inventory Locations"
msgstr "Ubicaciones de inventario"

#. module: stock_removal_location_by_priority
#: model:ir.model,name:stock_removal_location_by_priority.model_stock_quant
msgid "Quants"
msgstr "Cantidades"

#. module: stock_removal_location_by_priority
#: model:ir.model.fields,field_description:stock_removal_location_by_priority.field_res_config_settings__group_removal_priority
#: model:ir.model.fields,field_description:stock_removal_location_by_priority.field_stock_location__removal_priority
#: model:ir.model.fields,field_description:stock_removal_location_by_priority.field_stock_quant__removal_priority
#: model:res.groups,name:stock_removal_location_by_priority.group_removal_priority
msgid "Removal Priority"
msgstr "Prioridad de retirada"

#. module: stock_removal_location_by_priority
#: model:ir.model.fields,help:stock_removal_location_by_priority.field_res_config_settings__group_removal_priority
msgid ""
"Removal priority that applies when the incoming dates are equal in both "
"locations."
msgstr ""
"Prioridad de retirada que se aplica cuando las fechas de entrada son iguales "
"en ambas ubicaciones."

#. module: stock_removal_location_by_priority
#. odoo-python
#: code:addons/stock_removal_location_by_priority/models/stock_quant.py:0
#, python-format
msgid "Removal strategy %s not implemented."
msgstr "Estrategia de retirada %s no implementada."

#. module: stock_removal_location_by_priority
#: model:ir.model.fields,help:stock_removal_location_by_priority.field_stock_location__removal_priority
#: model:ir.model.fields,help:stock_removal_location_by_priority.field_stock_quant__removal_priority
msgid "This priority applies when removing stock and incoming dates are equal."
msgstr ""
"Esta prioridad se aplica cuando las fechas de retirada de stock y de entrada "
"son iguales."

#. module: stock_removal_location_by_priority
#: model_terms:ir.ui.view,arch_db:stock_removal_location_by_priority.view_stock_config_settings
msgid "Use <i>Removal Priority</i> in Locations"
msgstr "Utilice la <i>Prioridad de eliminación</i> en las ubicaciones"
67 changes: 67 additions & 0 deletions stock_removal_location_by_priority/i18n/fi.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_removal_location_by_priority
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-31 02:38+0000\n"
"PO-Revision-Date: 2017-05-31 02:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: stock_removal_location_by_priority
#: model:ir.model,name:stock_removal_location_by_priority.model_res_config_settings
msgid "Config Settings"
msgstr ""

#. module: stock_removal_location_by_priority
#: model:ir.model,name:stock_removal_location_by_priority.model_stock_location
msgid "Inventory Locations"
msgstr ""

#. module: stock_removal_location_by_priority
#: model:ir.model,name:stock_removal_location_by_priority.model_stock_quant
msgid "Quants"
msgstr "Määrät"

#. module: stock_removal_location_by_priority
#: model:ir.model.fields,field_description:stock_removal_location_by_priority.field_res_config_settings__group_removal_priority
#: model:ir.model.fields,field_description:stock_removal_location_by_priority.field_stock_location__removal_priority
#: model:ir.model.fields,field_description:stock_removal_location_by_priority.field_stock_quant__removal_priority
#: model:res.groups,name:stock_removal_location_by_priority.group_removal_priority
msgid "Removal Priority"
msgstr ""

#. module: stock_removal_location_by_priority
#: model:ir.model.fields,help:stock_removal_location_by_priority.field_res_config_settings__group_removal_priority
msgid ""
"Removal priority that applies when the incoming dates are equal in both "
"locations."
msgstr ""

#. module: stock_removal_location_by_priority
#. odoo-python
#: code:addons/stock_removal_location_by_priority/models/stock_quant.py:0
#, python-format
msgid "Removal strategy %s not implemented."
msgstr ""

#. module: stock_removal_location_by_priority
#: model:ir.model.fields,help:stock_removal_location_by_priority.field_stock_location__removal_priority
#: model:ir.model.fields,help:stock_removal_location_by_priority.field_stock_quant__removal_priority
msgid "This priority applies when removing stock and incoming dates are equal."
msgstr ""

#. module: stock_removal_location_by_priority
#: model_terms:ir.ui.view,arch_db:stock_removal_location_by_priority.view_stock_config_settings
msgid "Use <i>Removal Priority</i> in Locations"
msgstr ""
Loading
Loading