forked from OCA/purchase-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request OCA#476 from bizzappdev/12.0-mig-stock_picking_cus…
…tomer_ref [MIG]Migrate stock_picking_customer_ref
- Loading branch information
Showing
23 changed files
with
1,049 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
================================ | ||
Stock Picking Customer Reference | ||
================================ | ||
|
||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! 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-mig-stock_picking_customer_ref/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-12-0-mig-stock_picking_customer_ref/stock-logistics-workflow-12-0-mig-stock_picking_customer_ref-stock_picking_customer_ref | ||
: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-mig-stock_picking_customer_ref | ||
:alt: Try me on Runbot | ||
|
||
|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 smashing it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/stock-logistics-workflow/issues/new?body=module:%20stock_picking_customer_ref%0Aversion:%2012.0-mig-stock_picking_customer_ref%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 <[email protected]> | ||
* Ana Juaristi <[email protected]> | ||
* Mikel Arregi <[email protected]> | ||
* Alfredo de la Fuente <[email protected]> | ||
* David Vidal <[email protected]> | ||
* Andreas Dian Sukarno Putro <[email protected]> | ||
* Ruchir Shukla <[email protected]> | ||
* Divya Modi <[email protected]> | ||
|
||
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/12.0-mig-stock_picking_customer_ref/stock_picking_customer_ref>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# 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': '12.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, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
"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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
"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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
"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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 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" | ||
"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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
"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 "Riferimento cliente" | ||
|
||
#. module: stock_picking_customer_ref | ||
#: model:ir.model,name:stock_picking_customer_ref.model_stock_picking | ||
msgid "Transfer" | ||
msgstr "Trasferisci" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 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" | ||
"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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
"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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
"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 "Referência de pedido do 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 "Referência do Cliente" | ||
|
||
#. module: stock_picking_customer_ref | ||
#: model:ir.model,name:stock_picking_customer_ref.model_stock_picking | ||
msgid "Transfer" | ||
msgstr "Transferir" | ||
|
Oops, something went wrong.