Skip to content

Commit 6ddf6d8

Browse files
authored
Merge pull request #2024 from OCA/19.0
Syncing from upstream OCA/purchase-workflow (19.0)
2 parents 250902d + 75c984b commit 6ddf6d8

28 files changed

+1182
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Available addons
2121
----------------
2222
addon | version | maintainers | summary
2323
--- | --- | --- | ---
24+
[product_supplier_code_purchase](product_supplier_code_purchase/) | 19.0.1.0.0 | | This module adds to the purchase order line the supplier code defined in the product.
2425
[purchase_allowed_product](purchase_allowed_product/) | 19.0.1.0.0 | | This module allows to select only products that can be supplied by the vendor
2526
[purchase_order_owner](purchase_order_owner/) | 19.0.1.0.0 | | Purchase Order Owner
2627
[purchase_order_type](purchase_order_type/) | 19.0.1.0.0 | | Purchase Order Type
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
5+
=================================
6+
Product Supplier Code in Purchase
7+
=================================
8+
9+
..
10+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
11+
!! This file is generated by oca-gen-addon-readme !!
12+
!! changes will be overwritten. !!
13+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14+
!! source digest: sha256:c7aae4ff772ba315c00191752577ef2557e9516d4fbd6aac22bbb9c9d7eb03f5
15+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16+
17+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
18+
:target: https://odoo-community.org/page/development-status
19+
:alt: Beta
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
21+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
22+
:alt: License: AGPL-3
23+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github
24+
:target: https://github.com/OCA/purchase-workflow/tree/19.0/product_supplier_code_purchase
25+
:alt: OCA/purchase-workflow
26+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27+
:target: https://translation.odoo-community.org/projects/purchase-workflow-19-0/purchase-workflow-19-0-product_supplier_code_purchase
28+
:alt: Translate me on Weblate
29+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
30+
:target: https://runboat.odoo-community.org/builds?repo=OCA/purchase-workflow&target_branch=19.0
31+
:alt: Try me on Runboat
32+
33+
|badge1| |badge2| |badge3| |badge4| |badge5|
34+
35+
This module adds to the purchase order line the supplier code defined in
36+
the product.
37+
38+
**Table of contents**
39+
40+
.. contents::
41+
:local:
42+
43+
Usage
44+
=====
45+
46+
To use this module:
47+
48+
1. Go to 'Purchase' and open a Purchase Order.
49+
2. If the vendor has defined some code for any purchase order line they
50+
will be displayed in the line under the column 'Product Supplier
51+
Code'.
52+
53+
Bug Tracker
54+
===========
55+
56+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/purchase-workflow/issues>`_.
57+
In case of trouble, please check there if your issue has already been reported.
58+
If you spotted it first, help us to smash it by providing a detailed and welcomed
59+
`feedback <https://github.com/OCA/purchase-workflow/issues/new?body=module:%20product_supplier_code_purchase%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
60+
61+
Do not contact contributors directly about support or help with technical issues.
62+
63+
Credits
64+
=======
65+
66+
Authors
67+
-------
68+
69+
* ForgeFlow
70+
71+
Contributors
72+
------------
73+
74+
- Jordi Ballester <jordi.ballester@forgeflow.com>
75+
- Lois Rilo Antelo <lois.rilo@forgeflow.com>
76+
- Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
77+
- Aaron Henriquez <ahenriquez@forgeflow.com>
78+
- Carlos Reyes <carlos@studio73.es>
79+
- Giuliano Lotta <giuliano.lotta@gmail.com>
80+
- Elliott Bristow - Glo <elliott@glo.systems>
81+
82+
Maintainers
83+
-----------
84+
85+
This module is maintained by the OCA.
86+
87+
.. image:: https://odoo-community.org/logo.png
88+
:alt: Odoo Community Association
89+
:target: https://odoo-community.org
90+
91+
OCA, or the Odoo Community Association, is a nonprofit organization whose
92+
mission is to support the collaborative development of Odoo features and
93+
promote its widespread use.
94+
95+
This module is part of the `OCA/purchase-workflow <https://github.com/OCA/purchase-workflow/tree/19.0/product_supplier_code_purchase>`_ project on GitHub.
96+
97+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import models
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Copyright 2015-20 ForgeFlow, S.L.
2+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
3+
4+
{
5+
"name": "Product Supplier Code in Purchase",
6+
"summary": """This module adds to the purchase order line the supplier
7+
code defined in the product.""",
8+
"version": "19.0.1.0.0",
9+
"author": "ForgeFlow, Odoo Community Association (OCA)",
10+
"website": "https://github.com/OCA/purchase-workflow",
11+
"category": "Purchase Management",
12+
"license": "AGPL-3",
13+
"depends": ["purchase"],
14+
"data": ["views/purchase_order_view.xml"],
15+
"installable": True,
16+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * product_supplier_code_purchase
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 9.0c\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-08-29 03:23+0000\n"
12+
"PO-Revision-Date: 2017-08-29 03:23+0000\n"
13+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
14+
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
15+
"Language: de\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: product_supplier_code_purchase
22+
#: model:ir.model.fields,field_description:product_supplier_code_purchase.field_purchase_order_line__product_supplier_code
23+
msgid "Product Supplier Code"
24+
msgstr ""
25+
26+
#. module: product_supplier_code_purchase
27+
#: model:ir.model,name:product_supplier_code_purchase.model_purchase_order
28+
#, fuzzy
29+
msgid "Purchase Order"
30+
msgstr "Bestellposition"
31+
32+
#. module: product_supplier_code_purchase
33+
#: model:ir.model,name:product_supplier_code_purchase.model_purchase_order_line
34+
msgid "Purchase Order Line"
35+
msgstr "Bestellposition"
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * product_supplier_code_purchase
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 9.0c\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-08-29 03:23+0000\n"
12+
"PO-Revision-Date: 2023-12-29 10:35+0000\n"
13+
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
14+
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
15+
"Language: es\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
20+
"X-Generator: Weblate 4.17\n"
21+
22+
#. module: product_supplier_code_purchase
23+
#: model:ir.model.fields,field_description:product_supplier_code_purchase.field_purchase_order_line__product_supplier_code
24+
msgid "Product Supplier Code"
25+
msgstr "Código Producto Proveedor"
26+
27+
#. module: product_supplier_code_purchase
28+
#: model:ir.model,name:product_supplier_code_purchase.model_purchase_order
29+
msgid "Purchase Order"
30+
msgstr "Orden de Compra"
31+
32+
#. module: product_supplier_code_purchase
33+
#: model:ir.model,name:product_supplier_code_purchase.model_purchase_order_line
34+
msgid "Purchase Order Line"
35+
msgstr "Línea pedido de compra"
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * product_supplier_code_purchase
4+
#
5+
# Translators:
6+
# Juan González <bifomania@protonmail.com>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 9.0c\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-08-29 03:23+0000\n"
12+
"PO-Revision-Date: 2017-08-29 03:23+0000\n"
13+
"Last-Translator: Juan González <bifomania@protonmail.com>, 2017\n"
14+
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/"
15+
"es_MX/)\n"
16+
"Language: es_MX\n"
17+
"MIME-Version: 1.0\n"
18+
"Content-Type: text/plain; charset=UTF-8\n"
19+
"Content-Transfer-Encoding: \n"
20+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
21+
22+
#. module: product_supplier_code_purchase
23+
#: model:ir.model.fields,field_description:product_supplier_code_purchase.field_purchase_order_line__product_supplier_code
24+
msgid "Product Supplier Code"
25+
msgstr ""
26+
27+
#. module: product_supplier_code_purchase
28+
#: model:ir.model,name:product_supplier_code_purchase.model_purchase_order
29+
#, fuzzy
30+
msgid "Purchase Order"
31+
msgstr "Línea de orden de compra"
32+
33+
#. module: product_supplier_code_purchase
34+
#: model:ir.model,name:product_supplier_code_purchase.model_purchase_order_line
35+
msgid "Purchase Order Line"
36+
msgstr "Línea de orden de compra"
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * product_supplier_code_purchase
4+
#
5+
# Translators:
6+
# Timo Talvitie <timo.talvitie@vizucom.com>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 9.0c\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-08-29 03:23+0000\n"
12+
"PO-Revision-Date: 2017-08-29 03:23+0000\n"
13+
"Last-Translator: Timo Talvitie <timo.talvitie@vizucom.com>, 2017\n"
14+
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
15+
"Language: fi\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: product_supplier_code_purchase
22+
#: model:ir.model.fields,field_description:product_supplier_code_purchase.field_purchase_order_line__product_supplier_code
23+
msgid "Product Supplier Code"
24+
msgstr ""
25+
26+
#. module: product_supplier_code_purchase
27+
#: model:ir.model,name:product_supplier_code_purchase.model_purchase_order
28+
#, fuzzy
29+
msgid "Purchase Order"
30+
msgstr "Ostotilausrivi"
31+
32+
#. module: product_supplier_code_purchase
33+
#: model:ir.model,name:product_supplier_code_purchase.model_purchase_order_line
34+
msgid "Purchase Order Line"
35+
msgstr "Ostotilausrivi"
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * product_supplier_code_purchase
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
# Quentin THEURET <odoo@kerpeo.com>, 2017
8+
msgid ""
9+
msgstr ""
10+
"Project-Id-Version: Odoo Server 9.0c\n"
11+
"Report-Msgid-Bugs-To: \n"
12+
"POT-Creation-Date: 2017-08-29 03:23+0000\n"
13+
"PO-Revision-Date: 2020-08-28 16:59+0000\n"
14+
"Last-Translator: Sandie FAVRE <sandie.favre@grap.coop>\n"
15+
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
16+
"Language: fr\n"
17+
"MIME-Version: 1.0\n"
18+
"Content-Type: text/plain; charset=UTF-8\n"
19+
"Content-Transfer-Encoding: \n"
20+
"Plural-Forms: nplurals=2; plural=n > 1;\n"
21+
"X-Generator: Weblate 3.10\n"
22+
23+
#. module: product_supplier_code_purchase
24+
#: model:ir.model.fields,field_description:product_supplier_code_purchase.field_purchase_order_line__product_supplier_code
25+
msgid "Product Supplier Code"
26+
msgstr "Code fournisseur du produit"
27+
28+
#. module: product_supplier_code_purchase
29+
#: model:ir.model,name:product_supplier_code_purchase.model_purchase_order
30+
msgid "Purchase Order"
31+
msgstr "Bon de commande"
32+
33+
#. module: product_supplier_code_purchase
34+
#: model:ir.model,name:product_supplier_code_purchase.model_purchase_order_line
35+
msgid "Purchase Order Line"
36+
msgstr "Ligne de commande d'achat"
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * product_supplier_code_purchase
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 9.0c\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-08-29 03:23+0000\n"
12+
"PO-Revision-Date: 2024-01-02 11:41+0000\n"
13+
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
14+
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
15+
"Language: it\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
20+
"X-Generator: Weblate 4.17\n"
21+
22+
#. module: product_supplier_code_purchase
23+
#: model:ir.model.fields,field_description:product_supplier_code_purchase.field_purchase_order_line__product_supplier_code
24+
msgid "Product Supplier Code"
25+
msgstr "Codice fornitore prodotto"
26+
27+
#. module: product_supplier_code_purchase
28+
#: model:ir.model,name:product_supplier_code_purchase.model_purchase_order
29+
msgid "Purchase Order"
30+
msgstr "Ordine di acquisto"
31+
32+
#. module: product_supplier_code_purchase
33+
#: model:ir.model,name:product_supplier_code_purchase.model_purchase_order_line
34+
msgid "Purchase Order Line"
35+
msgstr "Riga ordine di acquisto"

0 commit comments

Comments
 (0)