Skip to content

Commit

Permalink
Merge PR #560 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by rousseldenis
  • Loading branch information
OCA-git-bot committed Sep 10, 2019
2 parents cef8c62 + 00a204e commit da53a5a
Show file tree
Hide file tree
Showing 25 changed files with 823 additions and 0 deletions.
55 changes: 55 additions & 0 deletions stock_picking_back2draft/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3

======================
Pickings back to draft
======================

This module allows to bring cancelled pickings back to draft

Usage
=====

Just open a cancelled picking and click on 'back to draft' button

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/154/9.0

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.

Credits
=======

Images
------

* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.

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

* Lorenzo Battistini <[email protected]>
* Iván Montagud <[email protected]>

Maintainer
----------

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

This module is maintained by the OCA.

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.

To contribute to this module, please visit https://odoo-community.org.
4 changes: 4 additions & 0 deletions stock_picking_back2draft/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# © 2016 Lorenzo Battistini - Agile Business Group
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import models
20 changes: 20 additions & 0 deletions stock_picking_back2draft/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# © 2016 Lorenzo Battistini - Agile Business Group
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Pickings back to draft",
"summary": "Reopen cancelled pickings",
"version": "12.0.1.0.0",
"category": "Warehouse Management",
"website": "https://www.agilebg.com",
"author": "Agile Business Group, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"stock",
],
"data": [
'views/picking_view.xml',
],
'images': ['images/picking.png'],
}
40 changes: 40 additions & 0 deletions stock_picking_back2draft/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_picking_back2draft
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: stock-logistics-workflow (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-14 08:48+0000\n"
"PO-Revision-Date: 2016-05-03 14:10+0000\n"
"Last-Translator: <>\n"
"Language-Team: Catalan (http://www.transifex.com/oca/OCA-stock-logistics-"
"workflow-8-0/language/ca/)\n"
"Language: ca\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_back2draft
#: model:ir.ui.view,arch_db:stock_picking_back2draft.view_picking_form_reopen
msgid "Back to draft"
msgstr ""

#. module: stock_picking_back2draft
#: model:ir.model,name:stock_picking_back2draft.model_stock_move
msgid "Stock Move"
msgstr "Moure l'estoc"

#. module: stock_picking_back2draft
#: model:ir.model,name:stock_picking_back2draft.model_stock_picking
msgid "Transfer"
msgstr ""

#. module: stock_picking_back2draft
#: code:addons/stock_picking_back2draft/models/stock.py:15
#, python-format
msgid "You can set to draft cancelled moves only"
msgstr ""
43 changes: 43 additions & 0 deletions stock_picking_back2draft/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_picking_back2draft
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: stock-logistics-workflow (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-05-04 02:49+0000\n"
"PO-Revision-Date: 2016-05-03 14:10+0000\n"
"Last-Translator: <>\n"
"Language-Team: German (http://www.transifex.com/oca/OCA-stock-logistics-"
"workflow-8-0/language/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_back2draft
#: model:ir.ui.view,arch_db:stock_picking_back2draft.view_picking_form_reopen
msgid "Back to draft"
msgstr ""

#. module: stock_picking_back2draft
#: model:ir.model,name:stock_picking_back2draft.model_stock_move
msgid "Stock Move"
msgstr "Lagerbuchung"

#. module: stock_picking_back2draft
#: model:ir.model,name:stock_picking_back2draft.model_stock_picking
msgid "Transfer"
msgstr ""

#. module: stock_picking_back2draft
#: code:addons/stock_picking_back2draft/models/stock.py:15
#, python-format
msgid "You can set to draft cancelled moves only"
msgstr ""

#~ msgid "Picking List"
#~ msgstr "Kommissionierliste"
43 changes: 43 additions & 0 deletions stock_picking_back2draft/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_picking_back2draft
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: stock-logistics-workflow (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-05-04 02:49+0000\n"
"PO-Revision-Date: 2016-05-03 14:10+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-stock-logistics-"
"workflow-8-0/language/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"

#. module: stock_picking_back2draft
#: model:ir.ui.view,arch_db:stock_picking_back2draft.view_picking_form_reopen
msgid "Back to draft"
msgstr ""

#. module: stock_picking_back2draft
#: model:ir.model,name:stock_picking_back2draft.model_stock_move
msgid "Stock Move"
msgstr "Movimiento de existencias"

#. module: stock_picking_back2draft
#: model:ir.model,name:stock_picking_back2draft.model_stock_picking
msgid "Transfer"
msgstr ""

#. module: stock_picking_back2draft
#: code:addons/stock_picking_back2draft/models/stock.py:15
#, python-format
msgid "You can set to draft cancelled moves only"
msgstr ""

#~ msgid "Picking List"
#~ msgstr "Lista albaranes"
43 changes: 43 additions & 0 deletions stock_picking_back2draft/i18n/es_AR.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_picking_back2draft
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: stock-logistics-workflow (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-31 02:51+0000\n"
"PO-Revision-Date: 2016-05-03 14:10+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-stock-"
"logistics-workflow-8-0/language/es_AR/)\n"
"Language: es_AR\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_back2draft
#: model:ir.ui.view,arch_db:stock_picking_back2draft.view_picking_form_reopen
msgid "Back to draft"
msgstr ""

#. module: stock_picking_back2draft
#: model:ir.model,name:stock_picking_back2draft.model_stock_move
msgid "Stock Move"
msgstr "Movimiento de stock"

#. module: stock_picking_back2draft
#: model:ir.model,name:stock_picking_back2draft.model_stock_picking
msgid "Transfer"
msgstr ""

#. module: stock_picking_back2draft
#: code:addons/stock_picking_back2draft/models/stock.py:15
#, python-format
msgid "You can set to draft cancelled moves only"
msgstr ""

#~ msgid "Picking List"
#~ msgstr "Remitos"
40 changes: 40 additions & 0 deletions stock_picking_back2draft/i18n/es_MX.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_picking_back2draft
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: stock-logistics-workflow (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-03 06:09+0000\n"
"PO-Revision-Date: 2016-05-03 14:10+0000\n"
"Last-Translator: <>\n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-stock-"
"logistics-workflow-8-0/language/es_MX/)\n"
"Language: es_MX\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_back2draft
#: model:ir.ui.view,arch_db:stock_picking_back2draft.view_picking_form_reopen
msgid "Back to draft"
msgstr ""

#. module: stock_picking_back2draft
#: model:ir.model,name:stock_picking_back2draft.model_stock_move
msgid "Stock Move"
msgstr "Movimiento bursátil"

#. module: stock_picking_back2draft
#: model:ir.model,name:stock_picking_back2draft.model_stock_picking
msgid "Transfer"
msgstr ""

#. module: stock_picking_back2draft
#: code:addons/stock_picking_back2draft/models/stock.py:15
#, python-format
msgid "You can set to draft cancelled moves only"
msgstr ""
43 changes: 43 additions & 0 deletions stock_picking_back2draft/i18n/fi.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_picking_back2draft
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: stock-logistics-workflow (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-25 08:38+0000\n"
"PO-Revision-Date: 2016-05-03 14:10+0000\n"
"Last-Translator: <>\n"
"Language-Team: Finnish (http://www.transifex.com/oca/OCA-stock-logistics-"
"workflow-8-0/language/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_picking_back2draft
#: model:ir.ui.view,arch_db:stock_picking_back2draft.view_picking_form_reopen
msgid "Back to draft"
msgstr ""

#. module: stock_picking_back2draft
#: model:ir.model,name:stock_picking_back2draft.model_stock_move
msgid "Stock Move"
msgstr "Varastosiirto"

#. module: stock_picking_back2draft
#: model:ir.model,name:stock_picking_back2draft.model_stock_picking
msgid "Transfer"
msgstr ""

#. module: stock_picking_back2draft
#: code:addons/stock_picking_back2draft/models/stock.py:15
#, python-format
msgid "You can set to draft cancelled moves only"
msgstr ""

#~ msgid "Picking List"
#~ msgstr "Keräilylista"
43 changes: 43 additions & 0 deletions stock_picking_back2draft/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_picking_back2draft
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: stock-logistics-workflow (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-05 02:58+0000\n"
"PO-Revision-Date: 2016-05-03 14:10+0000\n"
"Last-Translator: <>\n"
"Language-Team: French (http://www.transifex.com/oca/OCA-stock-logistics-"
"workflow-8-0/language/fr/)\n"
"Language: fr\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_back2draft
#: model:ir.ui.view,arch_db:stock_picking_back2draft.view_picking_form_reopen
msgid "Back to draft"
msgstr "Back to draft"

#. module: stock_picking_back2draft
#: model:ir.model,name:stock_picking_back2draft.model_stock_move
msgid "Stock Move"
msgstr "Mouvement de stock"

#. module: stock_picking_back2draft
#: model:ir.model,name:stock_picking_back2draft.model_stock_picking
msgid "Transfer"
msgstr ""

#. module: stock_picking_back2draft
#: code:addons/stock_picking_back2draft/models/stock.py:15
#, python-format
msgid "You can set to draft cancelled moves only"
msgstr ""

#~ msgid "Picking List"
#~ msgstr "Bon de livraison"
Loading

0 comments on commit da53a5a

Please sign in to comment.