Skip to content

Commit

Permalink
Merge PR #1384 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by dreispt
  • Loading branch information
OCA-git-bot committed Dec 27, 2023
2 parents 26399f0 + dbbc56d commit 92813e0
Show file tree
Hide file tree
Showing 26 changed files with 1,064 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup/stock_picking_customer_ref/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,
)
103 changes: 103 additions & 0 deletions stock_picking_customer_ref/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
================================
Stock Picking Customer Reference
================================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:2fbacb74774bf89807c479c27f9d85e93a8be892453bb369018362a5293967e5
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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_customer_ref
: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_customer_ref
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-workflow&target_branch=15.0
:alt: Try me on Runboat

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

This module displays the Customer Reference in the pickings from Sale Order.
It also allows you to filter and search for this new field.

**Table of contents**

.. contents::
:local:

Usage
=====

Edit the client reference in a sale order with pickings. It will show up in
every picking associated.

.. 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/12.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 to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/stock-logistics-workflow/issues/new?body=module:%20stock_picking_customer_ref%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
~~~~~~~

* AvanzOSC
* Tecnativa

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

* Pedro M. Baeza <pedro.baeza@tecnativa.com>
* Ana Juaristi <anajuaristi@avanzosc.es>
* Mikel Arregi <mikelarregi@avanzosc.es>
* Alfredo de la Fuente <alfredodelafuente@avanzosc.es>
* David Vidal <david.vidal@tecnativa.com>
* Andreas Dian Sukarno Putro <andreasdian777@gmail.com>
* Ruchir Shukla <ruchir@bizzappdev.com>
* Divya Modi <divya.modi@bizzappdev.com>

Other credits
~~~~~~~~~~~~~

Images
------

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

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_customer_ref>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions stock_picking_customer_ref/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
18 changes: 18 additions & 0 deletions stock_picking_customer_ref/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright 2015 Tecnativa - Pedro M. Baeza
# Copyright 2015 AvanzOSC - Ana Juaristi
# Copyright 2015 AvanzOSC - Mikel Arregi
# Copyright 2015 AvanzOSC - Alfredo de la Fuente
# Copyright 2017 Tecnativa - David Vidal
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Stock Picking Customer Reference",
"version": "15.0.1.0.0",
"category": "Warehouse",
"author": "AvanzOSC," "Tecnativa," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-workflow",
"license": "AGPL-3",
"summary": "This module displays the sale reference/description in the " "pickings",
"depends": ["sale_stock"],
"data": ["views/stock_picking_view.xml"],
"installable": True,
}
32 changes: 32 additions & 0 deletions stock_picking_customer_ref/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_picking_customer_ref
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-01-03 09:25+0000\n"
"PO-Revision-Date: 2019-01-03 09:25+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: stock_picking_customer_ref
#: model_terms:ir.ui.view,arch_db:stock_picking_customer_ref.view_picking_internal_search_inh_customerinfo
msgid "Client order reference"
msgstr ""

#. module: stock_picking_customer_ref
#: model:ir.model.fields,field_description:stock_picking_customer_ref.field_stock_picking__client_order_ref
msgid "Customer Reference"
msgstr "Kundenreferenz"

#. module: stock_picking_customer_ref
#: model:ir.model,name:stock_picking_customer_ref.model_stock_picking
msgid "Transfer"
msgstr "Lieferung vornehmen"
32 changes: 32 additions & 0 deletions stock_picking_customer_ref/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_picking_customer_ref
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-01-03 09:26+0000\n"
"PO-Revision-Date: 2019-01-03 09:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: stock_picking_customer_ref
#: model_terms:ir.ui.view,arch_db:stock_picking_customer_ref.view_picking_internal_search_inh_customerinfo
msgid "Client order reference"
msgstr "Referencia pedido cliente"

#. module: stock_picking_customer_ref
#: model:ir.model.fields,field_description:stock_picking_customer_ref.field_stock_picking__client_order_ref
msgid "Customer Reference"
msgstr "Referencia cliente"

#. module: stock_picking_customer_ref
#: model:ir.model,name:stock_picking_customer_ref.model_stock_picking
msgid "Transfer"
msgstr "Transferir"
32 changes: 32 additions & 0 deletions stock_picking_customer_ref/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_picking_customer_ref
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-01-03 09:24+0000\n"
"PO-Revision-Date: 2019-01-03 09:24+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: stock_picking_customer_ref
#: model_terms:ir.ui.view,arch_db:stock_picking_customer_ref.view_picking_internal_search_inh_customerinfo
msgid "Client order reference"
msgstr "Référence de la commande client"

#. module: stock_picking_customer_ref
#: model:ir.model.fields,field_description:stock_picking_customer_ref.field_stock_picking__client_order_ref
msgid "Customer Reference"
msgstr "Référence client"

#. module: stock_picking_customer_ref
#: model:ir.model,name:stock_picking_customer_ref.model_stock_picking
msgid "Transfer"
msgstr "Transfert"
32 changes: 32 additions & 0 deletions stock_picking_customer_ref/i18n/hr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_picking_customer_ref
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-01-03 09:24+0000\n"
"PO-Revision-Date: 2019-01-03 09:24+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: stock_picking_customer_ref
#: model_terms:ir.ui.view,arch_db:stock_picking_customer_ref.view_picking_internal_search_inh_customerinfo
msgid "Client order reference"
msgstr "Referenca narudžbe kupca"

#. module: stock_picking_customer_ref
#: model:ir.model.fields,field_description:stock_picking_customer_ref.field_stock_picking__client_order_ref
msgid "Customer Reference"
msgstr "Referenca kupca"

#. module: stock_picking_customer_ref
#: model:ir.model,name:stock_picking_customer_ref.model_stock_picking
msgid "Transfer"
msgstr "Prenos"
33 changes: 33 additions & 0 deletions stock_picking_customer_ref/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_picking_customer_ref
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-01-03 09:25+0000\n"
"PO-Revision-Date: 2023-01-18 11:45+0000\n"
"Last-Translator: Francesco Foresti <francesco.foresti@ooops404.com>\n"
"Language-Team: \n"
"Language: it\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"
"X-Generator: Weblate 4.14.1\n"

#. module: stock_picking_customer_ref
#: model_terms:ir.ui.view,arch_db:stock_picking_customer_ref.view_picking_internal_search_inh_customerinfo
msgid "Client order reference"
msgstr ""

#. module: stock_picking_customer_ref
#: model:ir.model.fields,field_description:stock_picking_customer_ref.field_stock_picking__client_order_ref
msgid "Customer Reference"
msgstr "Riferimento cliente"

#. module: stock_picking_customer_ref
#: model:ir.model,name:stock_picking_customer_ref.model_stock_picking
msgid "Transfer"
msgstr "Trasferimento"
32 changes: 32 additions & 0 deletions stock_picking_customer_ref/i18n/nl.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_picking_customer_ref
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-01-03 09:24+0000\n"
"PO-Revision-Date: 2019-01-03 09:24+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: stock_picking_customer_ref
#: model_terms:ir.ui.view,arch_db:stock_picking_customer_ref.view_picking_internal_search_inh_customerinfo
msgid "Client order reference"
msgstr ""

#. module: stock_picking_customer_ref
#: model:ir.model.fields,field_description:stock_picking_customer_ref.field_stock_picking__client_order_ref
msgid "Customer Reference"
msgstr "Referentie klant"

#. module: stock_picking_customer_ref
#: model:ir.model,name:stock_picking_customer_ref.model_stock_picking
msgid "Transfer"
msgstr "Verplaats"
32 changes: 32 additions & 0 deletions stock_picking_customer_ref/i18n/pt.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_picking_customer_ref
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-01-03 09:26+0000\n"
"PO-Revision-Date: 2019-01-03 09:26+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: stock_picking_customer_ref
#: model_terms:ir.ui.view,arch_db:stock_picking_customer_ref.view_picking_internal_search_inh_customerinfo
msgid "Client order reference"
msgstr ""

#. module: stock_picking_customer_ref
#: model:ir.model.fields,field_description:stock_picking_customer_ref.field_stock_picking__client_order_ref
msgid "Customer Reference"
msgstr "Referência do cliente"

#. module: stock_picking_customer_ref
#: model:ir.model,name:stock_picking_customer_ref.model_stock_picking
msgid "Transfer"
msgstr "Transferência"
Loading

0 comments on commit 92813e0

Please sign in to comment.