Commit 3f507e2 1 parent 696f0a2 commit 3f507e2 Copy full SHA for 3f507e2
File tree 31 files changed +705
-67
lines changed
31 files changed +705
-67
lines changed Original file line number Diff line number Diff line change 6
6
Sale Commercial Partner
7
7
=======================
8
8
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/ >`_.
10
12
11
13
Usage
12
14
=====
13
15
14
- You can group by *Commercial Customer *:
16
+ You can group by *Commercial Entity *:
15
17
16
18
* in *Sales > Sales > Quotations *,
17
19
* in *Sales > Sales > Sales Orders *,
18
- * in *Reporting > Sales > Sales Analysis *.
20
+ * in *Sales > Reports > Sales* (it is a native feature in this menu)
19
21
20
22
.. image :: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
21
23
: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
23
25
24
26
Bug Tracker
25
27
===========
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
3
from . import models
4
- from . import report
Original file line number Diff line number Diff line change 4
4
5
5
{
6
6
'name' : 'Sale Commercial Partner' ,
7
- 'version' : '8 .0.1.0.0' ,
7
+ 'version' : '10 .0.1.0.0' ,
8
8
'category' : 'Sales Management' ,
9
9
'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" ,
11
11
'author' : 'Akretion,Odoo Community Association (OCA)' ,
12
12
'website' : 'http://www.akretion.com' ,
13
13
'depends' : ['sale' ],
14
14
'data' : [
15
15
'views/sale.xml' ,
16
- 'report/sale_report_view.xml' ,
17
16
],
18
17
'installable' : True ,
19
18
}
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change
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 "Εντολή Πώλησης"
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments