Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[13.0] [MIG] stock_picking_operation_quick_change: Migration to v13.0 #845

Merged
Merged
6 changes: 6 additions & 0 deletions setup/stock_picking_operation_quick_change/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,
)
92 changes: 92 additions & 0 deletions stock_picking_operation_quick_change/README.rst
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/13.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-13-0/stock-logistics-workflow-13-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/13.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 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:%2013.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 <[email protected]>

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/13.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.
3 changes: 3 additions & 0 deletions stock_picking_operation_quick_change/__init__.py
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
15 changes: 15 additions & 0 deletions stock_picking_operation_quick_change/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright 2017 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": "13.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": ["wizards/stock_picking_wizard_view.xml", "views/stock_picking_view.xml"],
}
148 changes: 148 additions & 0 deletions stock_picking_operation_quick_change/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,148 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_picking_operation_quick_change
#
# Translators:
# OCA Transbot <[email protected]>, 2017
# Rudolf Schnapka <[email protected]>, 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 <[email protected]>, 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_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_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:66
#, 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:73
#, 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"
Loading