Skip to content

Commit 076d071

Browse files
committed
Merge PR #3485 into 18.0
Signed-off-by pedrobaeza
2 parents 6f5cb9b + 0d13f84 commit 076d071

File tree

18 files changed

+793
-0
lines changed

18 files changed

+793
-0
lines changed

partner_sale_pivot/README.rst

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
==================
2+
Partner Sale Pivot
3+
==================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:a4eb0f29c44e3f74d84dd085426e132132e456997bd5d059d645662a097ae327
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%2Fsale--workflow-lightgray.png?logo=github
20+
:target: https://github.com/OCA/sale-workflow/tree/18.0/partner_sale_pivot
21+
:alt: OCA/sale-workflow
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/sale-workflow-18-0/sale-workflow-18-0-partner_sale_pivot
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/sale-workflow&target_branch=18.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
This module extends the functionality of sale module to allow you to see
32+
a sales analysis for a customer from his/her form view, grouped by
33+
products in rows and confirmation dates in columns.
34+
35+
**Table of contents**
36+
37+
.. contents::
38+
:local:
39+
40+
Usage
41+
=====
42+
43+
To use this module, you need to:
44+
45+
1. Go to a customer form view
46+
2. Click on *Sales Analysis* smart-button and you will see a sales
47+
analysis for this customer grouped by products in rows and
48+
confirmation dates in columns.
49+
50+
This button will only be visible to users who belong to one of the sales
51+
access groups
52+
53+
Bug Tracker
54+
===========
55+
56+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-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/sale-workflow/issues/new?body=module:%20partner_sale_pivot%0Aversion:%2018.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+
* Tecnativa
70+
71+
Contributors
72+
------------
73+
74+
- `Tecnativa <https://www.tecnativa.com>`__:
75+
76+
- Ernesto Tejeda
77+
- Pedro M. Baeza
78+
- Sergio Teruel
79+
80+
- Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>
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+
.. |maintainer-ernestotejeda| image:: https://github.com/ernestotejeda.png?size=40px
96+
:target: https://github.com/ernestotejeda
97+
:alt: ernestotejeda
98+
99+
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
100+
101+
|maintainer-ernestotejeda|
102+
103+
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/18.0/partner_sale_pivot>`_ project on GitHub.
104+
105+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

partner_sale_pivot/__init__.py

Whitespace-only changes.

partner_sale_pivot/__manifest__.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Copyright 2021 Tecnativa - Sergio Teruel
2+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3+
{
4+
"name": "Partner Sale Pivot",
5+
"summary": "Sales analysis from customer form view",
6+
"version": "18.0.1.0.0",
7+
"category": "Sales",
8+
"website": "https://github.com/OCA/sale-workflow",
9+
"author": "Tecnativa, Odoo Community Association (OCA)",
10+
"maintainers": ["ernestotejeda"],
11+
"license": "AGPL-3",
12+
"depends": ["sale"],
13+
"data": ["views/sale_report_views.xml", "views/res_partner_views.xml"],
14+
}

partner_sale_pivot/i18n/ca.po

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * partner_sale_pivot
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 12.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2020-02-08 00:13+0000\n"
10+
"Last-Translator: Carles Antoli <carlesantoli@hotmail.com>\n"
11+
"Language-Team: none\n"
12+
"Language: ca\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 3.10\n"
18+
19+
#. module: partner_sale_pivot
20+
#: model:ir.actions.act_window,name:partner_sale_pivot.sale_report_action
21+
#: model_terms:ir.ui.view,arch_db:partner_sale_pivot.view_partner_form
22+
msgid "Sales Analysis"
23+
msgstr "Anàlisi de vendes"
24+
25+
#~ msgid "Confirmed in"
26+
#~ msgstr "Confirmat en"

partner_sale_pivot/i18n/ca_ES.po

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * partner_sale_pivot
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 12.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: Automatically generated\n"
10+
"Language-Team: none\n"
11+
"Language: ca_ES\n"
12+
"MIME-Version: 1.0\n"
13+
"Content-Type: text/plain; charset=UTF-8\n"
14+
"Content-Transfer-Encoding: \n"
15+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
16+
17+
#. module: partner_sale_pivot
18+
#: model:ir.actions.act_window,name:partner_sale_pivot.sale_report_action
19+
#: model_terms:ir.ui.view,arch_db:partner_sale_pivot.view_partner_form
20+
msgid "Sales Analysis"
21+
msgstr ""

partner_sale_pivot/i18n/de.po

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * partner_sale_pivot
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 12:13+0000\n"
10+
"Last-Translator: jappi00 <jappi2000@ewetel.net>\n"
11+
"Language-Team: none\n"
12+
"Language: de\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: partner_sale_pivot
20+
#: model:ir.actions.act_window,name:partner_sale_pivot.sale_report_action
21+
#: model_terms:ir.ui.view,arch_db:partner_sale_pivot.view_partner_form
22+
msgid "Sales Analysis"
23+
msgstr "Verkaufsanalyse"

partner_sale_pivot/i18n/es.po

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * partner_sale_pivot
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 12.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2020-02-08 00:14+0000\n"
10+
"Last-Translator: Carles Antoli <carlesantoli@hotmail.com>\n"
11+
"Language-Team: none\n"
12+
"Language: es\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 3.10\n"
18+
19+
#. module: partner_sale_pivot
20+
#: model:ir.actions.act_window,name:partner_sale_pivot.sale_report_action
21+
#: model_terms:ir.ui.view,arch_db:partner_sale_pivot.view_partner_form
22+
msgid "Sales Analysis"
23+
msgstr "Análisis de ventas"
24+
25+
#~ msgid "Date"
26+
#~ msgstr "Fecha"

partner_sale_pivot/i18n/hr.po

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * partner_sale_pivot
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-01-04 02:41+0000\n"
10+
"Last-Translator: Bole <bole@dajmi5.com>\n"
11+
"Language-Team: none\n"
12+
"Language: hr\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=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
17+
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
18+
"X-Generator: Weblate 4.14.1\n"
19+
20+
#. module: partner_sale_pivot
21+
#: model:ir.actions.act_window,name:partner_sale_pivot.sale_report_action
22+
#: model_terms:ir.ui.view,arch_db:partner_sale_pivot.view_partner_form
23+
msgid "Sales Analysis"
24+
msgstr "Analiza prodaje"

partner_sale_pivot/i18n/it.po

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * partner_sale_pivot
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-06-14 09:43+0000\n"
10+
"Last-Translator: Giuseppe Tavormina <gtavormina@dinamicheaziendali.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: partner_sale_pivot
20+
#: model:ir.actions.act_window,name:partner_sale_pivot.sale_report_action
21+
#: model_terms:ir.ui.view,arch_db:partner_sale_pivot.view_partner_form
22+
msgid "Sales Analysis"
23+
msgstr "Analisi delle vendite"
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * partner_sale_pivot
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: partner_sale_pivot
17+
#: model:ir.actions.act_window,name:partner_sale_pivot.sale_report_action
18+
#: model_terms:ir.ui.view,arch_db:partner_sale_pivot.view_partner_form
19+
msgid "Sales Analysis"
20+
msgstr ""

0 commit comments

Comments
 (0)