Skip to content

Commit 0a57d12

Browse files
committed
Merge PR OCA#2267 into 18.0
Signed-off-by jbaudoux
2 parents 7b544e6 + 9e45508 commit 0a57d12

18 files changed

+811
-0
lines changed

stock_picking_supplier_ref/README.rst

+96
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
================================
2+
Stock Picking Supplier Reference
3+
================================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:b1fb4a6a9de8275429bf1737ca48a6e56aca1e339bd97b78747ada546cd0ea89
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github
20+
:target: https://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_picking_supplier_ref
21+
:alt: OCA/stock-logistics-warehouse
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-18-0/stock-logistics-warehouse-18-0-stock_picking_supplier_ref
24+
:alt: Translate me on Weblate
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=18.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
This module adds the field supplier reference in pickings. This field is
32+
only visible when the picking type code is incoming, so is only for
33+
receipt pickings.
34+
35+
**Table of contents**
36+
37+
.. contents::
38+
:local:
39+
40+
Usage
41+
=====
42+
43+
44+
45+
Changelog
46+
=========
47+
48+
49+
50+
Bug Tracker
51+
===========
52+
53+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-warehouse/issues>`_.
54+
In case of trouble, please check there if your issue has already been reported.
55+
If you spotted it first, help us to smash it by providing a detailed and welcomed
56+
`feedback <https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_picking_supplier_ref%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
57+
58+
Do not contact contributors directly about support or help with technical issues.
59+
60+
Credits
61+
=======
62+
63+
Authors
64+
-------
65+
66+
* Trey
67+
68+
Contributors
69+
------------
70+
71+
- `Trey <https://www.trey.es>`__:
72+
73+
- `Studio73 <https://www.studio73.es>`__:
74+
75+
- Carlos Reyes <carlos@studio73.es>
76+
77+
- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__
78+
79+
- Bhavesh Heliconia
80+
81+
Maintainers
82+
-----------
83+
84+
This module is maintained by the OCA.
85+
86+
.. image:: https://odoo-community.org/logo.png
87+
:alt: Odoo Community Association
88+
:target: https://odoo-community.org
89+
90+
OCA, or the Odoo Community Association, is a nonprofit organization whose
91+
mission is to support the collaborative development of Odoo features and
92+
promote its widespread use.
93+
94+
This module is part of the `OCA/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_picking_supplier_ref>`_ project on GitHub.
95+
96+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Copyright 2017 Trey, Kilobytes de Soluciones
2+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
3+
from . import models
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Copyright 2017 Trey, Kilobytes de Soluciones
2+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
3+
4+
{
5+
"name": "Stock Picking Supplier Reference",
6+
"version": "18.0.1.0.0",
7+
"category": "Stock",
8+
"author": "Trey, Odoo Community Association (OCA)",
9+
"website": "https://github.com/OCA/stock-logistics-warehouse",
10+
"license": "AGPL-3",
11+
"summary": """
12+
Adds a supplier reference field inside supplier's pickings and
13+
allows search for this reference.""",
14+
"depends": ["stock"],
15+
"data": ["views/stock_picking.xml"],
16+
"installable": True,
17+
}

stock_picking_supplier_ref/i18n/es.po

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * stock_picking_supplier_ref
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 14.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"POT-Creation-Date: 2022-11-11 07:27+0000\n"
10+
"PO-Revision-Date: 2023-11-11 18:37+0000\n"
11+
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
12+
"Language-Team: \n"
13+
"Language: es\n"
14+
"MIME-Version: 1.0\n"
15+
"Content-Type: text/plain; charset=UTF-8\n"
16+
"Content-Transfer-Encoding: \n"
17+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18+
"X-Generator: Weblate 4.17\n"
19+
20+
#. module: stock_picking_supplier_ref
21+
#: model:ir.model.fields,field_description:stock_picking_supplier_ref.field_stock_picking__supplier_reference
22+
msgid "Supplier Reference Available in PO"
23+
msgstr "Referencia proveedor disponible en el PO"
24+
25+
#. module: stock_picking_supplier_ref
26+
#: model:ir.model.fields,help:stock_picking_supplier_ref.field_stock_picking__supplier_reference
27+
msgid "This field adds the supplier reference added in related purchase order"
28+
msgstr ""
29+
"Este campo añade la referencia del proveedor añadida en el pedido de compra "
30+
"relacionada"
31+
32+
#. module: stock_picking_supplier_ref
33+
#: model:ir.model,name:stock_picking_supplier_ref.model_stock_picking
34+
msgid "Transfer"
35+
msgstr "Albarán"
36+
37+
#~ msgid "Display Name"
38+
#~ msgstr "Nombre mostrado"
39+
40+
#~ msgid "ID"
41+
#~ msgstr "ID (Identificación)"
42+
43+
#~ msgid "Last Modified on"
44+
#~ msgstr "Última modificación el"

stock_picking_supplier_ref/i18n/it.po

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * stock_picking_supplier_ref
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2023-11-17 09:33+0000\n"
10+
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
11+
"Language-Team: none\n"
12+
"Language: it\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 4.17\n"
18+
19+
#. module: stock_picking_supplier_ref
20+
#: model:ir.model.fields,field_description:stock_picking_supplier_ref.field_stock_picking__supplier_reference
21+
msgid "Supplier Reference Available in PO"
22+
msgstr "Riferimento fornitore disponibile in OA"
23+
24+
#. module: stock_picking_supplier_ref
25+
#: model:ir.model.fields,help:stock_picking_supplier_ref.field_stock_picking__supplier_reference
26+
msgid "This field adds the supplier reference added in related purchase order"
27+
msgstr ""
28+
"Questo campo aggiunge il riferimento fornitore aggiunto nell0ordine di "
29+
"acquisto relativo"
30+
31+
#. module: stock_picking_supplier_ref
32+
#: model:ir.model,name:stock_picking_supplier_ref.model_stock_picking
33+
msgid "Transfer"
34+
msgstr "Trasferimento"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * stock_picking_supplier_ref
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 17.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: \n"
10+
"Language-Team: \n"
11+
"MIME-Version: 1.0\n"
12+
"Content-Type: text/plain; charset=UTF-8\n"
13+
"Content-Transfer-Encoding: \n"
14+
"Plural-Forms: \n"
15+
16+
#. module: stock_picking_supplier_ref
17+
#: model:ir.model.fields,field_description:stock_picking_supplier_ref.field_stock_picking__supplier_reference
18+
msgid "Supplier Reference Available in PO"
19+
msgstr ""
20+
21+
#. module: stock_picking_supplier_ref
22+
#: model:ir.model.fields,help:stock_picking_supplier_ref.field_stock_picking__supplier_reference
23+
msgid "This field adds the supplier reference added in related purchase order"
24+
msgstr ""
25+
26+
#. module: stock_picking_supplier_ref
27+
#: model:ir.model,name:stock_picking_supplier_ref.model_stock_picking
28+
msgid "Transfer"
29+
msgstr ""
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Copyright 2017 Trey, Kilobytes de Soluciones
2+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
3+
from . import stock_picking
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Copyright 2017 Trey, Kilobytes de Soluciones
2+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
3+
4+
from odoo import fields, models
5+
6+
7+
class StockPicking(models.Model):
8+
_inherit = "stock.picking"
9+
10+
supplier_reference = fields.Char(
11+
string="Supplier Reference Available in PO",
12+
help="This field adds the supplier reference added in related purchase order",
13+
)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- [Trey](https://www.trey.es):
2+
3+
- [Studio73](https://www.studio73.es):
4+
5+
> - Carlos Reyes \<<carlos@studio73.es>\>
6+
- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io)
7+
- Bhavesh Heliconia
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This module adds the field supplier reference in pickings. This field is
2+
only visible when the picking type code is incoming, so is only for
3+
receipt pickings.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Loading

0 commit comments

Comments
 (0)