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

[14.0][MIG] stock_picking_line_sequence #768

Merged
merged 23 commits into from
May 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
132996b
[REM] redundant code
serpentcs-dev1 Jun 27, 2017
d57ded8
[MIG] stock_picking_line_sequence v10
serpentcs-dev1 Jun 29, 2017
5d25b7e
[IMP] docstring
serpentcs-dev1 Nov 9, 2017
f4d2e8b
OCA Transbot updated translations from Transifex
oca-transbot Dec 9, 2017
73c2304
[UPD] Update stock_picking_line_sequence.pot
oca-travis Jun 23, 2018
ceb50db
[10.0][FIX] stock_picking_line_sequence module
AdriaGForgeFlow Apr 11, 2019
b92822d
[MIG] stock_picking_line_sequence migrated to version 12.0
bjeficent Nov 22, 2018
9a1831c
[ADD] icon.png
OCA-git-bot May 29, 2019
29fa762
[UPD] Update stock_picking_line_sequence.pot
oca-travis May 29, 2019
ef36578
Update translation files
oca-transbot Jun 16, 2019
98d2ae2
[UPD] README.rst
OCA-git-bot Jul 29, 2019
43fa240
[FIX]keep original sequence when creating backorders
AaronHForgeFlow Sep 10, 2019
2b706c9
[IMP] Add sequence to delivery slip report
MiquelRForgeFlow Aug 16, 2019
1c54a8f
[UPD] Update stock_picking_line_sequence.pot
oca-travis Sep 19, 2019
273805e
stock_picking_line_sequence 12.0.1.1.0
OCA-git-bot Sep 19, 2019
d63c0d4
Update translation files
oca-transbot Sep 19, 2019
c8586ee
[FIX] stock picking line unuseful and very slow update
sergiocorato Feb 25, 2020
3e49563
stock_picking_line_sequence 12.0.1.1.1
OCA-git-bot Mar 13, 2020
5bb3bb0
Translated using Weblate (Portuguese (Brazil))
fcolus Jun 23, 2020
6cd307e
Translated using Weblate (Slovenian)
sysadminmatmoz Aug 8, 2020
15a325b
Update translation files
oca-transbot Aug 16, 2020
65e2c2f
[IMP] stock_picking_line_sequence: black, isort, prettier
cjallais Feb 3, 2021
189e218
[MIG] stock_picking_line_sequence: Migration to 14.0
cjallais Jan 7, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 85 additions & 0 deletions stock_picking_line_sequence/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
========================================
Stock picking lines with sequence number
========================================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! 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/12.0/stock_picking_line_sequence
: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-12-0/stock-logistics-workflow-12-0-stock_picking_line_sequence
: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/12.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|


Provide a new field sequence on stock moves, which allows to manage the order of moves in a picking.

For further information, please visit:

* https://www.odoo.com/forum/help-1

**Table of contents**

.. contents::
:local:

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_line_sequence%0Aversion:%2012.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
~~~~~~~

* ArcheTI
* Camptocamp
* Eficent
* Serpent CS

Contributors
~~~~~~~~~~~~

* Cécile Jallais <cjallais@archeti.com>
* Alexandre Fayolle <alexandre.fayolle@camptocamp.com>
* Damien Crier <damien.crier@camptocamp.com>
* Eficent Business and IT Consulting Services S.L. <contact@eficent.com>
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.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/12.0/stock_picking_line_sequence>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
4 changes: 4 additions & 0 deletions stock_picking_line_sequence/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

from . import models
from .init_hooks import post_init_hook
26 changes: 26 additions & 0 deletions stock_picking_line_sequence/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 2017 Camptocamp SA - Damien Crier, Alexandre Fayolle
# Copyright 2017 Eficent Business and IT Consulting Services S.L.
# Copyright 2017 Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

{
"name": "Stock picking lines with sequence number",
"summary": "Manages the order of stock moves by displaying its sequence",
"version": "14.0.1.0.0",
"category": "Warehouse Management",
"author": "Camptocamp, "
"Eficent, "
"Serpent CS, "
"Odoo Community Association (OCA), "
"ArcheTI",
"website": "https://github.com/OCA/stock-logistics-workflow",
"depends": ["stock", "sale", "sale_stock"],
"data": [
"views/stock_view.xml",
"report/report_deliveryslip.xml",
],
"post_init_hook": "post_init_hook",
"installable": True,
"auto_install": False,
"license": "AGPL-3",
}
54 changes: 54 additions & 0 deletions stock_picking_line_sequence/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_picking_line_sequence
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-03 03:56+0000\n"
"PO-Revision-Date: 2017-12-03 03:56+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/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_line_sequence
#: model_terms:ir.ui.view,arch_db:stock_picking_line_sequence.report_delivery_document
msgid "<strong>Seq.</strong>"
msgstr ""

#. module: stock_picking_line_sequence
#: model:ir.model.fields,field_description:stock_picking_line_sequence.field_stock_move__sequence
msgid "HiddenSequence"
msgstr ""

#. module: stock_picking_line_sequence
#: model:ir.model.fields,field_description:stock_picking_line_sequence.field_stock_picking__max_line_sequence
msgid "Max sequence in lines"
msgstr ""

#. module: stock_picking_line_sequence
#: model:ir.model.fields,field_description:stock_picking_line_sequence.field_stock_move__sequence2
msgid "Sequence"
msgstr ""

#. module: stock_picking_line_sequence
#: model:ir.model.fields,help:stock_picking_line_sequence.field_stock_move__sequence2
msgid "Shows the sequence in the Stock Move."
msgstr ""

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

#. module: stock_picking_line_sequence
#: model:ir.model,name:stock_picking_line_sequence.model_stock_picking
msgid "Transfer"
msgstr ""
55 changes: 55 additions & 0 deletions stock_picking_line_sequence/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_picking_line_sequence
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-03 03:56+0000\n"
"PO-Revision-Date: 2017-12-03 03:56+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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_line_sequence
#: model_terms:ir.ui.view,arch_db:stock_picking_line_sequence.report_delivery_document
msgid "<strong>Seq.</strong>"
msgstr ""

#. module: stock_picking_line_sequence
#: model:ir.model.fields,field_description:stock_picking_line_sequence.field_stock_move__sequence
#, fuzzy
msgid "HiddenSequence"
msgstr "Reihenfolge"

#. module: stock_picking_line_sequence
#: model:ir.model.fields,field_description:stock_picking_line_sequence.field_stock_picking__max_line_sequence
msgid "Max sequence in lines"
msgstr ""

#. module: stock_picking_line_sequence
#: model:ir.model.fields,field_description:stock_picking_line_sequence.field_stock_move__sequence2
msgid "Sequence"
msgstr "Reihenfolge"

#. module: stock_picking_line_sequence
#: model:ir.model.fields,help:stock_picking_line_sequence.field_stock_move__sequence2
msgid "Shows the sequence in the Stock Move."
msgstr ""

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

#. module: stock_picking_line_sequence
#: model:ir.model,name:stock_picking_line_sequence.model_stock_picking
msgid "Transfer"
msgstr "Lieferung vornehmen"
55 changes: 55 additions & 0 deletions stock_picking_line_sequence/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_picking_line_sequence
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-03 03:56+0000\n"
"PO-Revision-Date: 2017-12-03 03:56+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/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_line_sequence
#: model_terms:ir.ui.view,arch_db:stock_picking_line_sequence.report_delivery_document
msgid "<strong>Seq.</strong>"
msgstr ""

#. module: stock_picking_line_sequence
#: model:ir.model.fields,field_description:stock_picking_line_sequence.field_stock_move__sequence
#, fuzzy
msgid "HiddenSequence"
msgstr "Secuencia"

#. module: stock_picking_line_sequence
#: model:ir.model.fields,field_description:stock_picking_line_sequence.field_stock_picking__max_line_sequence
msgid "Max sequence in lines"
msgstr ""

#. module: stock_picking_line_sequence
#: model:ir.model.fields,field_description:stock_picking_line_sequence.field_stock_move__sequence2
msgid "Sequence"
msgstr "Secuencia"

#. module: stock_picking_line_sequence
#: model:ir.model.fields,help:stock_picking_line_sequence.field_stock_move__sequence2
msgid "Shows the sequence in the Stock Move."
msgstr ""

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

#. module: stock_picking_line_sequence
#: model:ir.model,name:stock_picking_line_sequence.model_stock_picking
msgid "Transfer"
msgstr "Transferir"
55 changes: 55 additions & 0 deletions stock_picking_line_sequence/i18n/es_MX.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_picking_line_sequence
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-03 03:56+0000\n"
"PO-Revision-Date: 2017-12-03 03:56+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/"
"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_line_sequence
#: model_terms:ir.ui.view,arch_db:stock_picking_line_sequence.report_delivery_document
msgid "<strong>Seq.</strong>"
msgstr ""

#. module: stock_picking_line_sequence
#: model:ir.model.fields,field_description:stock_picking_line_sequence.field_stock_move__sequence
msgid "HiddenSequence"
msgstr ""

#. module: stock_picking_line_sequence
#: model:ir.model.fields,field_description:stock_picking_line_sequence.field_stock_picking__max_line_sequence
msgid "Max sequence in lines"
msgstr ""

#. module: stock_picking_line_sequence
#: model:ir.model.fields,field_description:stock_picking_line_sequence.field_stock_move__sequence2
msgid "Sequence"
msgstr ""

#. module: stock_picking_line_sequence
#: model:ir.model.fields,help:stock_picking_line_sequence.field_stock_move__sequence2
msgid "Shows the sequence in the Stock Move."
msgstr ""

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

#. module: stock_picking_line_sequence
#: model:ir.model,name:stock_picking_line_sequence.model_stock_picking
msgid "Transfer"
msgstr ""
54 changes: 54 additions & 0 deletions stock_picking_line_sequence/i18n/fi.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_picking_line_sequence
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-03 03:56+0000\n"
"PO-Revision-Date: 2017-12-03 03:56+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/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_line_sequence
#: model_terms:ir.ui.view,arch_db:stock_picking_line_sequence.report_delivery_document
msgid "<strong>Seq.</strong>"
msgstr ""

#. module: stock_picking_line_sequence
#: model:ir.model.fields,field_description:stock_picking_line_sequence.field_stock_move__sequence
msgid "HiddenSequence"
msgstr ""

#. module: stock_picking_line_sequence
#: model:ir.model.fields,field_description:stock_picking_line_sequence.field_stock_picking__max_line_sequence
msgid "Max sequence in lines"
msgstr ""

#. module: stock_picking_line_sequence
#: model:ir.model.fields,field_description:stock_picking_line_sequence.field_stock_move__sequence2
msgid "Sequence"
msgstr ""

#. module: stock_picking_line_sequence
#: model:ir.model.fields,help:stock_picking_line_sequence.field_stock_move__sequence2
msgid "Shows the sequence in the Stock Move."
msgstr ""

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

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