forked from OCA/stock-logistics-warehouse
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1614 from OCA/18.0
Syncing from upstream OCA/stock-logistics-warehouse (18.0)
- Loading branch information
Showing
20 changed files
with
1,105 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Oops, something went wrong.