-
-
Notifications
You must be signed in to change notification settings - Fork 654
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by rousseldenis
- Loading branch information
Showing
25 changed files
with
2,041 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
setup/stock_picking_operation_quick_change/odoo/addons/stock_picking_operation_quick_change
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 @@ | ||
../../../../stock_picking_operation_quick_change |
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,6 @@ | ||
import setuptools | ||
|
||
setuptools.setup( | ||
setup_requires=['setuptools-odoo'], | ||
odoo_addon=True, | ||
) |
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,92 @@ | ||
==================================== | ||
Stock Picking Operation Quick Change | ||
==================================== | ||
|
||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |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--workflow-lightgray.png?logo=github | ||
:target: https://github.com/OCA/stock-logistics-workflow/tree/15.0/stock_picking_operation_quick_change | ||
:alt: OCA/stock-logistics-workflow | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/stock-logistics-workflow-15-0/stock-logistics-workflow-15-0-stock_picking_operation_quick_change | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png | ||
:target: https://runbot.odoo-community.org/runbot/154/15.0 | ||
:alt: Try me on Runbot | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module extends standard WMS to allow change destination location for all | ||
picking operations. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Usage | ||
===== | ||
|
||
To use this module, you need to: | ||
|
||
#. Go to products and create one of type "Stockable". | ||
#. Update quantities on hand to have stock of it. | ||
#. Go to inventory dashboard and click on "Delivery Orders" card to create a new | ||
transfer. | ||
#. Create a picking and select the product to do the transfer and save it. | ||
#. Click on button *Change Location*, select in wizard the old location or product and | ||
new location. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-workflow/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us smashing it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/stock-logistics-workflow/issues/new?body=module:%20stock_picking_operation_quick_change%0Aversion:%2015.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 | ||
~~~~~~~ | ||
|
||
* Tecnativa | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* `Tecnativa <https://www.tecnativa.com>`_: | ||
|
||
* Sergio Teruel | ||
* Carlos Roca | ||
|
||
* Lois Rilo <lois.rilo@forgeflow.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-workflow <https://github.com/OCA/stock-logistics-workflow/tree/15.0/stock_picking_operation_quick_change>`_ 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,3 @@ | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
from . import wizards |
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,19 @@ | ||
# Copyright 2017-2022 Tecnativa - Sergio Teruel | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). | ||
|
||
{ | ||
"name": "Stock Picking Operation Quick Change", | ||
"summary": "Change location of all picking operations", | ||
"version": "16.0.1.0.0", | ||
"category": "Warehouse", | ||
"website": "https://github.com/OCA/stock-logistics-workflow", | ||
"author": "Tecnativa, " "Odoo Community Association (OCA)", | ||
"license": "AGPL-3", | ||
"installable": True, | ||
"depends": ["stock"], | ||
"data": [ | ||
"security/ir.model.access.csv", | ||
"wizards/stock_picking_wizard_view.xml", | ||
"views/stock_picking_view.xml", | ||
], | ||
} |
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,163 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * stock_picking_operation_quick_change | ||
# | ||
# 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-12-19 03:55+0000\n" | ||
"PO-Revision-Date: 2017-12-19 03:55+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_picking_operation_quick_change | ||
#: model:ir.model.fields,field_description:stock_picking_operation_quick_change.field_stock_picking_operation_wizard__location_dest_id | ||
msgid "Actual destination location" | ||
msgstr "Tatsächlicher Ziellagerort" | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: model:ir.model.fields,field_description:stock_picking_operation_quick_change.field_stock_picking_operation_wizard__allowed_product_ids | ||
msgid "Allowed Product" | ||
msgstr "" | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: model_terms:ir.ui.view,arch_db:stock_picking_operation_quick_change.stock_picking_operation_change_location_view | ||
msgid "Apply" | ||
msgstr "Anwenden" | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: model_terms:ir.ui.view,arch_db:stock_picking_operation_quick_change.stock_picking_operation_change_location_view | ||
msgid "Cancel" | ||
msgstr "Stornieren" | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: model:ir.model.fields,field_description:stock_picking_operation_quick_change.field_stock_picking_operation_wizard__change_all | ||
msgid "Change All" | ||
msgstr "Alle ändern" | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: model_terms:ir.ui.view,arch_db:stock_picking_operation_quick_change.view_picking_form | ||
msgid "Change Location" | ||
msgstr "Lagerort ändern" | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: model:ir.actions.act_window,name:stock_picking_operation_quick_change.action_stock_picking_operation_change_location | ||
msgid "Change Operation Destination Location" | ||
msgstr "Vorgangs-Ziellagerort ändern" | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: model_terms:ir.ui.view,arch_db:stock_picking_operation_quick_change.stock_picking_operation_change_location_view | ||
#, fuzzy | ||
msgid "" | ||
"Change the destination location.\n" | ||
" <br/>" | ||
msgstr "" | ||
"Sie können den Ziellagerort in allen Vorgängen ändern.\n" | ||
" <br/>" | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: model:ir.model.fields,help:stock_picking_operation_quick_change.field_stock_picking_operation_wizard__change_all | ||
msgid "Check if you want change all operations without filter by old location" | ||
msgstr "" | ||
"Prüfen Sie, ob Sie alle Vorgänge ohne eingrenzung nach altem Lagerort ändern " | ||
"möchten" | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: model:ir.model.fields,field_description:stock_picking_operation_quick_change.field_stock_picking_operation_wizard__create_uid | ||
msgid "Created by" | ||
msgstr "Angelegt durch" | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: model:ir.model.fields,field_description:stock_picking_operation_quick_change.field_stock_picking_operation_wizard__create_date | ||
msgid "Created on" | ||
msgstr "Angelegt am" | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: model:ir.model.fields,field_description:stock_picking_operation_quick_change.field_stock_picking_operation_wizard__display_name | ||
msgid "Display Name" | ||
msgstr "Angezeigter Name" | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: model:ir.model.fields,field_description:stock_picking_operation_quick_change.field_stock_picking_operation_wizard__id | ||
msgid "ID" | ||
msgstr "ID" | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: model:ir.model.fields,field_description:stock_picking_operation_quick_change.field_stock_picking_operation_wizard____last_update | ||
msgid "Last Modified on" | ||
msgstr "Zuletzt geändert am" | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: model:ir.model.fields,field_description:stock_picking_operation_quick_change.field_stock_picking_operation_wizard__write_uid | ||
msgid "Last Updated by" | ||
msgstr "Zuletzt aktualisiert durch" | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: model:ir.model.fields,field_description:stock_picking_operation_quick_change.field_stock_picking_operation_wizard__write_date | ||
msgid "Last Updated on" | ||
msgstr "Zuletzt aktualisiert am" | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: model:ir.model.fields,field_description:stock_picking_operation_quick_change.field_stock_picking_operation_wizard__new_location_dest_id | ||
msgid "New destination location" | ||
msgstr "Neuer Ziellagerort" | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: model:ir.model.fields,field_description:stock_picking_operation_quick_change.field_stock_picking_operation_wizard__old_location_dest_id | ||
msgid "Old destination location" | ||
msgstr "Alter Ziellagerort" | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: model:ir.model.fields,field_description:stock_picking_operation_quick_change.field_stock_picking_operation_wizard__picking_id | ||
msgid "Picking" | ||
msgstr "" | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: model:ir.model.fields,field_description:stock_picking_operation_quick_change.field_stock_picking_operation_wizard__product_id | ||
msgid "Product" | ||
msgstr "" | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: model_terms:ir.ui.view,arch_db:stock_picking_operation_quick_change.stock_picking_operation_change_location_view | ||
msgid "Stock Picking" | ||
msgstr "Lagerentnahme" | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: model:ir.model,name:stock_picking_operation_quick_change.model_stock_picking_operation_wizard | ||
#, fuzzy | ||
msgid "Stock Picking Operation Wizard" | ||
msgstr "stock.picking.operation.wizard" | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: code:addons/stock_picking_operation_quick_change/wizards/stock_picking_wizard.py:0 | ||
#, fuzzy, python-format | ||
msgid "" | ||
"You can not change operations destination location if picking state is not " | ||
"in %s" | ||
msgstr "" | ||
"Sie dürfen den Vorgangs-Ziellagerort, wenn der Status der Umlagerung nicht " | ||
"%s ist." | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: code:addons/stock_picking_operation_quick_change/wizards/stock_picking_wizard.py:0 | ||
#, fuzzy, python-format | ||
msgid "" | ||
"You cannot change destination location if any of the moves has a destination " | ||
"move." | ||
msgstr "" | ||
"Sie dürfen den Vorgangs-Ziellagerort, wenn der Status der Umlagerung nicht " | ||
"%s ist." | ||
|
||
#. module: stock_picking_operation_quick_change | ||
#: model_terms:ir.ui.view,arch_db:stock_picking_operation_quick_change.stock_picking_operation_change_location_view | ||
msgid "or" | ||
msgstr "oder" |
Oops, something went wrong.