Skip to content

Commit

Permalink
Merge pull request #1614 from OCA/18.0
Browse files Browse the repository at this point in the history
Syncing from upstream OCA/stock-logistics-warehouse (18.0)
  • Loading branch information
bt-admin authored Feb 1, 2025
2 parents 05ca45f + e2427fc commit b11d811
Show file tree
Hide file tree
Showing 20 changed files with 1,105 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ addon | version | maintainers | summary
[account_move_line_stock_info](account_move_line_stock_info/) | 18.0.1.0.0 | | Account Move Line Stock Info
[stock_archive_constraint](stock_archive_constraint/) | 18.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Stock archive constraint
[stock_demand_estimate](stock_demand_estimate/) | 18.0.1.0.0 | | Allows to create demand estimates.
[stock_location_empty](stock_location_empty/) | 18.0.1.0.0 | | Adds a filter for empty stock location
[stock_location_zone](stock_location_zone/) | 18.0.1.0.0 | | Classify locations with zones.
[stock_packaging_calculator](stock_packaging_calculator/) | 18.0.1.0.0 | | Compute product quantity to pick by packaging
[stock_warehouse_calendar](stock_warehouse_calendar/) | 18.0.1.0.1 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Adds a calendar to the Warehouse
Expand Down
3 changes: 2 additions & 1 deletion setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[project]
name = "odoo-addons-oca-stock-logistics-warehouse"
version = "18.0.20250128.0"
version = "18.0.20250131.0"
dependencies = [
"odoo-addon-account_move_line_stock_info==18.0.*",
"odoo-addon-stock_archive_constraint==18.0.*",
"odoo-addon-stock_demand_estimate==18.0.*",
"odoo-addon-stock_location_empty==18.0.*",
"odoo-addon-stock_location_zone==18.0.*",
"odoo-addon-stock_packaging_calculator==18.0.*",
"odoo-addon-stock_warehouse_calendar==18.0.*",
Expand Down
91 changes: 91 additions & 0 deletions stock_location_empty/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
====================
Stock Location Empty
====================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:b93f55f3589ae5705b2110b30cbe74363c3ff5cd676422958b4219ed9cc9f674
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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_location_empty
: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_location_empty
: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|

Adds a filter for empty stock location. Adds a new list of stock
location with a stock quantity.

**Table of contents**

.. contents::
:local:

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_location_empty%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
-------

* Camptocamp

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

- `Camptocamp <https://www.camptocamp.com>`__:

- Patrick Tombez <[email protected]>
- Thierry Ducrest <[email protected]>
- Maksym Yankin <[email protected]>

- `Trobz <https://trobz.com>`__:

- Son Ho <[email protected]>

Other credits
-------------

The migration of this module from 12.0 to 14.0 was financially supported
by Camptocamp

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_location_empty>`_ 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_location_empty/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
20 changes: 20 additions & 0 deletions stock_location_empty/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 2019 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)

{
"name": "Stock Location Empty",
"summary": "Adds a filter for empty stock location",
"version": "18.0.1.0.0",
"author": "Camptocamp, Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Warehouse",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"depends": [
"stock",
],
"data": [
"views/stock.xml",
],
"installable": True,
"application": False,
}
97 changes: 97 additions & 0 deletions stock_location_empty/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_location_empty
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-06-10 09:05+0000\n"
"Last-Translator: Maria Sparenberg <[email protected]>\n"
"Language-Team: none\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"
"X-Generator: Weblate 4.3.2\n"

#. module: stock_location_empty
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_empty_2
msgid "Customer"
msgstr "Kunde"

#. module: stock_location_empty
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_empty_2
msgid "Customer Locations"
msgstr "Kundenlagerorte"

#. module: stock_location_empty
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_empty_2
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_inherit
msgid "Empty"
msgstr "Leere Lagerorte"

#. module: stock_location_empty
#: model:ir.ui.menu,name:stock_location_empty.stock_location_empty_menu
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_empty_2
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_inherit
msgid "Empty stock"
msgstr "Leere Lagerorte"

#. module: stock_location_empty
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_empty_2
msgid "Internal"
msgstr "Intern"

#. module: stock_location_empty
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_empty_2
msgid "Internal Locations"
msgstr "Interne Lagerorte"

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

#. module: stock_location_empty
#: model:ir.actions.act_window,name:stock_location_empty.action_stock_location_empty
msgid "Locations"
msgstr "Lagerorte"

#. module: stock_location_empty
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_empty_2
msgid "Parent Location"
msgstr "Übergeordneter Lagerort"

#. module: stock_location_empty
#: model:ir.model.fields,field_description:stock_location_empty.field_stock_location__stock_amount
msgid "Stock Amount"
msgstr "Bestandsmenge"

#. module: stock_location_empty
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_empty_2
msgid "Stock Locations"
msgstr "Lagerorte"

#. module: stock_location_empty
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_empty_2
msgid "Vendor"
msgstr "Lieferant"

#. module: stock_location_empty
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_empty_2
msgid "Vendor Locations"
msgstr "Lieferantenlagerorte"

#~ msgid "Display Name"
#~ msgstr "Anzeigename"

#~ msgid "ID"
#~ msgstr "ID"

#~ msgid "Last Modified on"
#~ msgstr "Zuletzt geändert am"

#~ msgid "Stock Location"
#~ msgstr "Lagerort"
88 changes: 88 additions & 0 deletions stock_location_empty/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_location_empty
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-11-22 07:37+0000\n"
"PO-Revision-Date: 2019-11-22 09:06+0100\n"
"Last-Translator: Thierry Ducrest <[email protected]>\n"
"Language-Team: English\n"
"Language: en_US\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: stock_location_empty
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_empty_2
msgid "Customer"
msgstr "Client"

#. module: stock_location_empty
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_empty_2
msgid "Customer Locations"
msgstr "Emplacements clients"

#. module: stock_location_empty
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_empty_2
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_inherit
msgid "Empty"
msgstr "Vide"

#. module: stock_location_empty
#: model:ir.ui.menu,name:stock_location_empty.stock_location_empty_menu
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_empty_2
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_inherit
msgid "Empty stock"
msgstr "Emplacements vides"

#. module: stock_location_empty
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_empty_2
msgid "Internal"
msgstr "Interne"

#. module: stock_location_empty
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_empty_2
msgid "Internal Locations"
msgstr "Emplacements internes"

#. module: stock_location_empty
#: model:ir.model,name:stock_location_empty.model_stock_location
msgid "Inventory Locations"
msgstr "Emplacements de stock"

#. module: stock_location_empty
#: model:ir.actions.act_window,name:stock_location_empty.action_stock_location_empty
msgid "Locations"
msgstr "Emplacements"

#. module: stock_location_empty
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_empty_2
msgid "Parent Location"
msgstr "Emplacement parent"

#. module: stock_location_empty
#: model:ir.model.fields,field_description:stock_location_empty.field_stock_location__stock_amount
msgid "Stock Amount"
msgstr "Quantité en stock"

#. module: stock_location_empty
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_empty_2
msgid "Stock Locations"
msgstr "Emplacements de stock"

#. module: stock_location_empty
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_empty_2
msgid "Vendor"
msgstr "Fournisseur"

#. module: stock_location_empty
#: model_terms:ir.ui.view,arch_db:stock_location_empty.view_location_search_empty_2
msgid "Vendor Locations"
msgstr "Adresses du vendeur"

#~ msgid "Stock Location"
#~ msgstr "Emplacement de stock"
Loading

0 comments on commit b11d811

Please sign in to comment.