Skip to content

Commit 3f507e2

Browse files
committed
Port sale_commercial_partner to Odoo 10
OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex
1 parent 696f0a2 commit 3f507e2

31 files changed

+705
-67
lines changed

sale_commercial_partner/README.rst

+6-4
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,22 @@
66
Sale Commercial Partner
77
=======================
88

9-
This module adds a related stored field *Commercial Customer* on sale orders. It is similar to the native field *Commercial Partner* on invoices.
9+
This module adds a related stored field *Commercial Entity* on sale orders.
10+
11+
This module is the twin brother of the OCA module *purchase_commercial_partner* located in the `purchase-workflow project <https://github.com/OCA/purchase-workflow/>`_.
1012

1113
Usage
1214
=====
1315

14-
You can group by *Commercial Customer*:
16+
You can group by *Commercial Entity*:
1517

1618
* in *Sales > Sales > Quotations*,
1719
* in *Sales > Sales > Sales Orders*,
18-
* in *Reporting > Sales > Sales Analysis*.
20+
* in *Sales > Reports > Sales* (it is a native feature in this menu)
1921

2022
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
2123
:alt: Try me on Runbot
22-
:target: https://runbot.odoo-community.org/runbot/167/8.0
24+
:target: https://runbot.odoo-community.org/runbot/167/10.0
2325

2426
Bug Tracker
2527
===========

sale_commercial_partner/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# -*- coding: utf-8 -*-
22

33
from . import models
4-
from . import report

sale_commercial_partner/__openerp__.py sale_commercial_partner/__manifest__.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@
44

55
{
66
'name': 'Sale Commercial Partner',
7-
'version': '8.0.1.0.0',
7+
'version': '10.0.1.0.0',
88
'category': 'Sales Management',
99
'license': 'AGPL-3',
10-
'summary': "Add stored related field 'Commercial Customer' on sale orders",
10+
'summary': "Add stored related field 'Commercial Entity' on sale orders",
1111
'author': 'Akretion,Odoo Community Association (OCA)',
1212
'website': 'http://www.akretion.com',
1313
'depends': ['sale'],
1414
'data': [
1515
'views/sale.xml',
16-
'report/sale_report_view.xml',
1716
],
1817
'installable': True,
1918
}

sale_commercial_partner/i18n/ca.po

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * sale_commercial_partner
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-06-01 02:53+0000\n"
12+
"PO-Revision-Date: 2017-06-01 02:53+0000\n"
13+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
14+
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: \n"
18+
"Language: ca\n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: sale_commercial_partner
22+
#: model:ir.model.fields,field_description:sale_commercial_partner.field_sale_order_commercial_partner_id
23+
#: model:ir.ui.view,arch_db:sale_commercial_partner.view_sales_order_filter
24+
msgid "Commercial Entity"
25+
msgstr ""
26+
27+
#. module: sale_commercial_partner
28+
#: model:ir.model,name:sale_commercial_partner.model_sale_order
29+
msgid "Sales Order"
30+
msgstr "Comandes de venda"

sale_commercial_partner/i18n/de.po

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * sale_commercial_partner
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-06-01 02:53+0000\n"
12+
"PO-Revision-Date: 2017-06-01 02:53+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+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: \n"
18+
"Language: de\n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: sale_commercial_partner
22+
#: model:ir.model.fields,field_description:sale_commercial_partner.field_sale_order_commercial_partner_id
23+
#: model:ir.ui.view,arch_db:sale_commercial_partner.view_sales_order_filter
24+
msgid "Commercial Entity"
25+
msgstr ""
26+
27+
#. module: sale_commercial_partner
28+
#: model:ir.model,name:sale_commercial_partner.model_sale_order
29+
msgid "Sales Order"
30+
msgstr "Verkaufsauftrag"

sale_commercial_partner/i18n/el_GR.po

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * sale_commercial_partner
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-06-01 02:53+0000\n"
12+
"PO-Revision-Date: 2017-06-01 02:53+0000\n"
13+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
14+
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: \n"
18+
"Language: el_GR\n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: sale_commercial_partner
22+
#: model:ir.model.fields,field_description:sale_commercial_partner.field_sale_order_commercial_partner_id
23+
#: model:ir.ui.view,arch_db:sale_commercial_partner.view_sales_order_filter
24+
msgid "Commercial Entity"
25+
msgstr ""
26+
27+
#. module: sale_commercial_partner
28+
#: model:ir.model,name:sale_commercial_partner.model_sale_order
29+
msgid "Sales Order"
30+
msgstr "Εντολή Πώλησης"

sale_commercial_partner/i18n/es.po

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * sale_commercial_partner
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-06-01 02:53+0000\n"
12+
"PO-Revision-Date: 2017-06-01 02:53+0000\n"
13+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
14+
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: \n"
18+
"Language: es\n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: sale_commercial_partner
22+
#: model:ir.model.fields,field_description:sale_commercial_partner.field_sale_order_commercial_partner_id
23+
#: model:ir.ui.view,arch_db:sale_commercial_partner.view_sales_order_filter
24+
msgid "Commercial Entity"
25+
msgstr ""
26+
27+
#. module: sale_commercial_partner
28+
#: model:ir.model,name:sale_commercial_partner.model_sale_order
29+
msgid "Sales Order"
30+
msgstr "Pedido de venta"

sale_commercial_partner/i18n/es_ES.po

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * sale_commercial_partner
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-06-01 02:53+0000\n"
12+
"PO-Revision-Date: 2017-06-01 02:53+0000\n"
13+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
14+
"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: \n"
18+
"Language: es_ES\n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: sale_commercial_partner
22+
#: model:ir.model.fields,field_description:sale_commercial_partner.field_sale_order_commercial_partner_id
23+
#: model:ir.ui.view,arch_db:sale_commercial_partner.view_sales_order_filter
24+
msgid "Commercial Entity"
25+
msgstr ""
26+
27+
#. module: sale_commercial_partner
28+
#: model:ir.model,name:sale_commercial_partner.model_sale_order
29+
msgid "Sales Order"
30+
msgstr "Pedido de venta"

sale_commercial_partner/i18n/es_VE.po

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * sale_commercial_partner
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-06-01 02:53+0000\n"
12+
"PO-Revision-Date: 2017-06-01 02:53+0000\n"
13+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
14+
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: \n"
18+
"Language: es_VE\n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: sale_commercial_partner
22+
#: model:ir.model.fields,field_description:sale_commercial_partner.field_sale_order_commercial_partner_id
23+
#: model:ir.ui.view,arch_db:sale_commercial_partner.view_sales_order_filter
24+
msgid "Commercial Entity"
25+
msgstr ""
26+
27+
#. module: sale_commercial_partner
28+
#: model:ir.model,name:sale_commercial_partner.model_sale_order
29+
msgid "Sales Order"
30+
msgstr "Pedidos de venta"

sale_commercial_partner/i18n/fi.po

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * sale_commercial_partner
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-06-01 02:53+0000\n"
12+
"PO-Revision-Date: 2017-06-01 02:53+0000\n"
13+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
14+
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: \n"
18+
"Language: fi\n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: sale_commercial_partner
22+
#: model:ir.model.fields,field_description:sale_commercial_partner.field_sale_order_commercial_partner_id
23+
#: model:ir.ui.view,arch_db:sale_commercial_partner.view_sales_order_filter
24+
msgid "Commercial Entity"
25+
msgstr ""
26+
27+
#. module: sale_commercial_partner
28+
#: model:ir.model,name:sale_commercial_partner.model_sale_order
29+
msgid "Sales Order"
30+
msgstr "Myyntitilaus"

sale_commercial_partner/i18n/fr.po

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * sale_commercial_partner
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
# guillaume bauer <guillaume.bauer@syentys.com>, 2017
8+
msgid ""
9+
msgstr ""
10+
"Project-Id-Version: Odoo Server 10.0\n"
11+
"Report-Msgid-Bugs-To: \n"
12+
"POT-Creation-Date: 2017-07-15 07:47+0000\n"
13+
"PO-Revision-Date: 2017-07-15 07:47+0000\n"
14+
"Last-Translator: guillaume bauer <guillaume.bauer@syentys.com>, 2017\n"
15+
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Language: fr\n"
20+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
21+
22+
#. module: sale_commercial_partner
23+
#: model:ir.model.fields,field_description:sale_commercial_partner.field_sale_order_commercial_partner_id
24+
#: model:ir.ui.view,arch_db:sale_commercial_partner.view_sales_order_filter
25+
msgid "Commercial Entity"
26+
msgstr "Entité commerciale"
27+
28+
#. module: sale_commercial_partner
29+
#: model:ir.model,name:sale_commercial_partner.model_sale_order
30+
msgid "Sales Order"
31+
msgstr "Bon de commande"

sale_commercial_partner/i18n/hr.po

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * sale_commercial_partner
4+
#
5+
# Translators:
6+
# Bole <bole@dajmi5.com>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-07-08 00:49+0000\n"
12+
"PO-Revision-Date: 2017-07-08 00:49+0000\n"
13+
"Last-Translator: Bole <bole@dajmi5.com>, 2017\n"
14+
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: \n"
18+
"Language: hr\n"
19+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
20+
21+
#. module: sale_commercial_partner
22+
#: model:ir.model.fields,field_description:sale_commercial_partner.field_sale_order_commercial_partner_id
23+
#: model:ir.ui.view,arch_db:sale_commercial_partner.view_sales_order_filter
24+
msgid "Commercial Entity"
25+
msgstr "Komercijalni entitet"
26+
27+
#. module: sale_commercial_partner
28+
#: model:ir.model,name:sale_commercial_partner.model_sale_order
29+
msgid "Sales Order"
30+
msgstr "Prodajni nalog"

sale_commercial_partner/i18n/hr_HR.po

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * sale_commercial_partner
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-06-01 02:53+0000\n"
12+
"PO-Revision-Date: 2017-06-01 02:53+0000\n"
13+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
14+
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: \n"
18+
"Language: hr_HR\n"
19+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
20+
21+
#. module: sale_commercial_partner
22+
#: model:ir.model.fields,field_description:sale_commercial_partner.field_sale_order_commercial_partner_id
23+
#: model:ir.ui.view,arch_db:sale_commercial_partner.view_sales_order_filter
24+
msgid "Commercial Entity"
25+
msgstr ""
26+
27+
#. module: sale_commercial_partner
28+
#: model:ir.model,name:sale_commercial_partner.model_sale_order
29+
msgid "Sales Order"
30+
msgstr "Prodjani nalog"

sale_commercial_partner/i18n/hu.po

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * sale_commercial_partner
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-06-01 02:53+0000\n"
12+
"PO-Revision-Date: 2017-06-01 02:53+0000\n"
13+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
14+
"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: \n"
18+
"Language: hu\n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: sale_commercial_partner
22+
#: model:ir.model.fields,field_description:sale_commercial_partner.field_sale_order_commercial_partner_id
23+
#: model:ir.ui.view,arch_db:sale_commercial_partner.view_sales_order_filter
24+
msgid "Commercial Entity"
25+
msgstr ""
26+
27+
#. module: sale_commercial_partner
28+
#: model:ir.model,name:sale_commercial_partner.model_sale_order
29+
msgid "Sales Order"
30+
msgstr "Vevői megrendelés"

0 commit comments

Comments
 (0)