Skip to content

Commit

Permalink
Merge PR #785 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by sebastienbeau
  • Loading branch information
OCA-git-bot committed Feb 4, 2020
2 parents 65029cb + 089db4e commit 6d50da0
Show file tree
Hide file tree
Showing 38 changed files with 2,076 additions and 0 deletions.
58 changes: 58 additions & 0 deletions sale_order_lot_selection/README.rst
@@ -0,0 +1,58 @@
.. 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

========================
Sale Order Lot Selection
========================

This Module Allows you to select on sale order the production lot that will be delivered
You can select a lot for every sale order line, and it will be proposed on the delivery

Usage
=====

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

Known issues / Roadmap
======================

* This is functionally incompatible with sale_rental

Bug Tracker
===========

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/sale-workflow/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smash it by providing 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
------------

* Nicola Malcontenti <nicola.malcontenti@agilebg.com>
* Lorenzo Battistini <lorenzo.battistini@agilebg.com>

Maintainer
----------

.. image:: http://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: http://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 http://odoo-community.org.
1 change: 1 addition & 0 deletions sale_order_lot_selection/__init__.py
@@ -0,0 +1 @@
from . import models
11 changes: 11 additions & 0 deletions sale_order_lot_selection/__manifest__.py
@@ -0,0 +1,11 @@
{
'name': 'Sale Order Lot Selection',
'version': '12.0.1.0.0',
'category': 'Sales Management',
'author': "Odoo Community Association (OCA), Agile Business Group",
'website': 'https://github.com/OCA/sale-workflow',
'license': 'AGPL-3',
'depends': ['sale_stock'],
'data': ['view/sale_view.xml'],
'installable': True,
}
61 changes: 61 additions & 0 deletions sale_order_lot_selection/i18n/ca.po
@@ -0,0 +1,61 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_order_lot_selection
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Carles Antoli <carlesantoli@hotmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-17 16:49+0000\n"
"PO-Revision-Date: 2017-01-17 16:49+0000\n"
"Last-Translator: Carles Antoli <carlesantoli@hotmail.com>, 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: sale_order_lot_selection
#: code:addons/sale_order_lot_selection/model/sale.py:67
#: code:addons/sale_order_lot_selection/model/sale.py:73
#, python-format
msgid "Can't reserve products for lot %s"
msgstr ""

#. module: sale_order_lot_selection
#: code:addons/sale_order_lot_selection/model/sale.py:56
#, python-format
msgid "Can't retrieve lot on stock"
msgstr ""

#. module: sale_order_lot_selection
#: model:ir.model.fields,field_description:sale_order_lot_selection.field_sale_order_line_lot_id
msgid "Lot"
msgstr ""

#. module: sale_order_lot_selection
#: model:ir.model,name:sale_order_lot_selection.model_procurement_group
msgid "Procurement Group"
msgstr ""

#. module: sale_order_lot_selection
#: model:ir.model,name:sale_order_lot_selection.model_sale_order
msgid "Sales Order"
msgstr "Comandes de venda"




#. module: sale_order_lot_selection
#: model:ir.model,name:sale_order_lot_selection.model_sale_order_line
msgid "Sales Order Line"
msgstr "Línia de comanda de vendes"

#. module: sale_order_lot_selection
#: model:ir.model,name:sale_order_lot_selection.model_stock_move
msgid "Stock Move"
msgstr "Moure l'estoc"
57 changes: 57 additions & 0 deletions sale_order_lot_selection/i18n/de.po
@@ -0,0 +1,57 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_order_lot_selection
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: sale-workflow (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-26 09:59+0000\n"
"PO-Revision-Date: 2016-02-26 10:01+0000\n"
"Last-Translator: <>\n"
"Language-Team: German (http://www.transifex.com/oca/OCA-sale-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: sale_order_lot_selection
#: code:addons/sale_order_lot_selection/model/sale.py:67
#: code:addons/sale_order_lot_selection/model/sale.py:73
#, python-format
msgid "Can't reserve products for lot %s"
msgstr ""

#. module: sale_order_lot_selection
#: code:addons/sale_order_lot_selection/model/sale.py:56
#, python-format
msgid "Can't retrieve lot on stock"
msgstr ""

#. module: sale_order_lot_selection
#: model:ir.model.fields,field_description:sale_order_lot_selection.field_sale_order_line_lot_id
msgid "Lot"
msgstr ""

#. module: sale_order_lot_selection
#: model:ir.model,name:sale_order_lot_selection.model_procurement_group
msgid "Procurement Group"
msgstr "Beschaffungsgruppe"

#. module: sale_order_lot_selection
#: model:ir.model,name:sale_order_lot_selection.model_sale_order
msgid "Sales Order"
msgstr "Verkaufsauftrag"

#. module: sale_order_lot_selection
#: model:ir.model,name:sale_order_lot_selection.model_sale_order_line
msgid "Sales Order Line"
msgstr "Auftragsposition"

#. module: sale_order_lot_selection
#: model:ir.model,name:sale_order_lot_selection.model_stock_move
msgid "Stock Move"
msgstr "Lagerbuchung"
58 changes: 58 additions & 0 deletions sale_order_lot_selection/i18n/el_GR.po
@@ -0,0 +1,58 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_order_lot_selection
#
# Translators:
# Kostas Goutoudis <goutoudis@gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-09-29 03:03+0000\n"
"PO-Revision-Date: 2016-09-29 03:03+0000\n"
"Last-Translator: Kostas Goutoudis <goutoudis@gmail.com>, 2016\n"
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/"
"el_GR/)\n"
"Language: el_GR\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: sale_order_lot_selection
#: code:addons/sale_order_lot_selection/model/sale.py:67
#: code:addons/sale_order_lot_selection/model/sale.py:73
#, python-format
msgid "Can't reserve products for lot %s"
msgstr ""

#. module: sale_order_lot_selection
#: code:addons/sale_order_lot_selection/model/sale.py:56
#, python-format
msgid "Can't retrieve lot on stock"
msgstr ""

#. module: sale_order_lot_selection
#: model:ir.model.fields,field_description:sale_order_lot_selection.field_sale_order_line_lot_id
msgid "Lot"
msgstr ""

#. module: sale_order_lot_selection
#: model:ir.model,name:sale_order_lot_selection.model_procurement_group
msgid "Procurement Group"
msgstr ""

#. module: sale_order_lot_selection
#: model:ir.model,name:sale_order_lot_selection.model_sale_order
msgid "Sales Order"
msgstr "Εντολή Πώλησης"

#. module: sale_order_lot_selection
#: model:ir.model,name:sale_order_lot_selection.model_sale_order_line
msgid "Sales Order Line"
msgstr ""

#. module: sale_order_lot_selection
#: model:ir.model,name:sale_order_lot_selection.model_stock_move
msgid "Stock Move"
msgstr ""
57 changes: 57 additions & 0 deletions sale_order_lot_selection/i18n/en.po
@@ -0,0 +1,57 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_order_lot_selection
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: sale-workflow (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 01:52+0000\n"
"PO-Revision-Date: 2016-02-26 10:01+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: English (http://www.transifex.com/oca/OCA-sale-workflow-8-0/"
"language/en/)\n"
"Language: en\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: sale_order_lot_selection
#: code:addons/sale_order_lot_selection/model/sale.py:67
#: code:addons/sale_order_lot_selection/model/sale.py:73
#, python-format
msgid "Can't reserve products for lot %s"
msgstr "Can't reserve products for lot %s"

#. module: sale_order_lot_selection
#: code:addons/sale_order_lot_selection/model/sale.py:56
#, python-format
msgid "Can't retrieve lot on stock"
msgstr "Can't retrieve lot on stock"

#. module: sale_order_lot_selection
#: model:ir.model.fields,field_description:sale_order_lot_selection.field_sale_order_line_lot_id
msgid "Lot"
msgstr "Lot"

#. module: sale_order_lot_selection
#: model:ir.model,name:sale_order_lot_selection.model_procurement_group
msgid "Procurement Group"
msgstr "Procurement Group"

#. module: sale_order_lot_selection
#: model:ir.model,name:sale_order_lot_selection.model_sale_order
msgid "Sales Order"
msgstr "Sales Order"

#. module: sale_order_lot_selection
#: model:ir.model,name:sale_order_lot_selection.model_sale_order_line
msgid "Sales Order Line"
msgstr "Sales Order Line"

#. module: sale_order_lot_selection
#: model:ir.model,name:sale_order_lot_selection.model_stock_move
msgid "Stock Move"
msgstr "Stock Move"
57 changes: 57 additions & 0 deletions sale_order_lot_selection/i18n/es.po
@@ -0,0 +1,57 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_order_lot_selection
#
# 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-11-23 01:51+0000\n"
"PO-Revision-Date: 2017-11-23 01:51+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: sale_order_lot_selection
#: code:addons/sale_order_lot_selection/model/sale.py:67
#: code:addons/sale_order_lot_selection/model/sale.py:73
#, python-format
msgid "Can't reserve products for lot %s"
msgstr "No puede reservar productos para el lote %s"

#. module: sale_order_lot_selection
#: code:addons/sale_order_lot_selection/model/sale.py:56
#, python-format
msgid "Can't retrieve lot on stock"
msgstr "No se puede obtener el lote en las existencias"

#. module: sale_order_lot_selection
#: model:ir.model.fields,field_description:sale_order_lot_selection.field_sale_order_line_lot_id
msgid "Lot"
msgstr "Lote"

#. module: sale_order_lot_selection
#: model:ir.model,name:sale_order_lot_selection.model_procurement_group
msgid "Procurement Group"
msgstr "Grupo de Abastecimiento"

#. module: sale_order_lot_selection
#: model:ir.model,name:sale_order_lot_selection.model_sale_order
msgid "Sales Order"
msgstr "Pedido de venta"

#. module: sale_order_lot_selection
#: model:ir.model,name:sale_order_lot_selection.model_sale_order_line
msgid "Sales Order Line"
msgstr "Línea de pedido de venta"

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

0 comments on commit 6d50da0

Please sign in to comment.