Skip to content

Commit

Permalink
Merge PR #3069 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Apr 16, 2024
2 parents 4538ae8 + 95701bd commit b9bb890
Show file tree
Hide file tree
Showing 18 changed files with 789 additions and 0 deletions.
103 changes: 103 additions & 0 deletions partner_sale_pivot/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
==================
Partner Sale Pivot
==================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:9626459b46c32a8ca46edde6dcec7eb04d3e533698169cbf66f10aaf61484c8a
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github
:target: https://github.com/OCA/sale-workflow/tree/17.0/partner_sale_pivot
:alt: OCA/sale-workflow
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-partner_sale_pivot
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=17.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module extends the functionality of sale module to allow you to see
a sales analysis for a customer from his/her form view, grouped by
products in rows and confirmation dates in columns.

**Table of contents**

.. contents::
:local:

Usage
=====

To use this module, you need to:

1. Go to a customer form view
2. Click on *Sales Analysis* smart-button and you will see a sales
analysis for this customer grouped by products in rows and
confirmation dates in columns.

This button will only be visible to users who belong to one of the sales
access groups

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20partner_sale_pivot%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* Tecnativa

Contributors
------------

- `Tecnativa <https://www.tecnativa.com>`__:

- Ernesto Tejeda
- Pedro M. Baeza
- Sergio Teruel

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

.. |maintainer-ernestotejeda| image:: https://github.com/ernestotejeda.png?size=40px
:target: https://github.com/ernestotejeda
:alt: ernestotejeda

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-ernestotejeda|

This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/17.0/partner_sale_pivot>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Empty file added partner_sale_pivot/__init__.py
Empty file.
14 changes: 14 additions & 0 deletions partner_sale_pivot/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright 2021 Tecnativa - Sergio Teruel
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Partner Sale Pivot",
"summary": "Sales analysis from customer form view",
"version": "17.0.1.0.0",
"category": "Sales",
"website": "https://github.com/OCA/sale-workflow",
"author": "Tecnativa, Odoo Community Association (OCA)",
"maintainers": ["ernestotejeda"],
"license": "AGPL-3",
"depends": ["sale"],
"data": ["views/sale_report_views.xml", "views/res_partner_views.xml"],
}
26 changes: 26 additions & 0 deletions partner_sale_pivot/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * partner_sale_pivot
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-02-08 00:13+0000\n"
"Last-Translator: Carles Antoli <[email protected]>\n"
"Language-Team: none\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10\n"

#. module: partner_sale_pivot
#: model:ir.actions.act_window,name:partner_sale_pivot.sale_report_action
#: model_terms:ir.ui.view,arch_db:partner_sale_pivot.view_partner_form
msgid "Sales Analysis"
msgstr "Anàlisi de vendes"

#~ msgid "Confirmed in"
#~ msgstr "Confirmat en"
21 changes: 21 additions & 0 deletions partner_sale_pivot/i18n/ca_ES.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * partner_sale_pivot
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ca_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"

#. module: partner_sale_pivot
#: model:ir.actions.act_window,name:partner_sale_pivot.sale_report_action
#: model_terms:ir.ui.view,arch_db:partner_sale_pivot.view_partner_form
msgid "Sales Analysis"
msgstr ""
23 changes: 23 additions & 0 deletions partner_sale_pivot/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * partner_sale_pivot
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-11-17 12:13+0000\n"
"Last-Translator: jappi00 <[email protected]>\n"
"Language-Team: none\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: partner_sale_pivot
#: model:ir.actions.act_window,name:partner_sale_pivot.sale_report_action
#: model_terms:ir.ui.view,arch_db:partner_sale_pivot.view_partner_form
msgid "Sales Analysis"
msgstr "Verkaufsanalyse"
26 changes: 26 additions & 0 deletions partner_sale_pivot/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * partner_sale_pivot
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-02-08 00:14+0000\n"
"Last-Translator: Carles Antoli <[email protected]>\n"
"Language-Team: none\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.10\n"

#. module: partner_sale_pivot
#: model:ir.actions.act_window,name:partner_sale_pivot.sale_report_action
#: model_terms:ir.ui.view,arch_db:partner_sale_pivot.view_partner_form
msgid "Sales Analysis"
msgstr "Análisis de ventas"

#~ msgid "Date"
#~ msgstr "Fecha"
24 changes: 24 additions & 0 deletions partner_sale_pivot/i18n/hr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * partner_sale_pivot
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-01-04 02:41+0000\n"
"Last-Translator: Bole <[email protected]>\n"
"Language-Team: none\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"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"
"X-Generator: Weblate 4.14.1\n"

#. module: partner_sale_pivot
#: model:ir.actions.act_window,name:partner_sale_pivot.sale_report_action
#: model_terms:ir.ui.view,arch_db:partner_sale_pivot.view_partner_form
msgid "Sales Analysis"
msgstr "Analiza prodaje"
23 changes: 23 additions & 0 deletions partner_sale_pivot/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * partner_sale_pivot
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-06-14 09:43+0000\n"
"Last-Translator: Giuseppe Tavormina <[email protected]>\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: partner_sale_pivot
#: model:ir.actions.act_window,name:partner_sale_pivot.sale_report_action
#: model_terms:ir.ui.view,arch_db:partner_sale_pivot.view_partner_form
msgid "Sales Analysis"
msgstr "Analisi delle vendite"
20 changes: 20 additions & 0 deletions partner_sale_pivot/i18n/partner_sale_pivot.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * partner_sale_pivot
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: partner_sale_pivot
#: model:ir.actions.act_window,name:partner_sale_pivot.sale_report_action
#: model_terms:ir.ui.view,arch_db:partner_sale_pivot.view_partner_form
msgid "Sales Analysis"
msgstr ""
3 changes: 3 additions & 0 deletions partner_sale_pivot/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
4 changes: 4 additions & 0 deletions partner_sale_pivot/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- [Tecnativa](https://www.tecnativa.com):
- Ernesto Tejeda
- Pedro M. Baeza
- Sergio Teruel
3 changes: 3 additions & 0 deletions partner_sale_pivot/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This module extends the functionality of sale module to allow you to see
a sales analysis for a customer from his/her form view, grouped by
products in rows and confirmation dates in columns.
9 changes: 9 additions & 0 deletions partner_sale_pivot/readme/USAGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
To use this module, you need to:

1. Go to a customer form view
2. Click on *Sales Analysis* smart-button and you will see a sales
analysis for this customer grouped by products in rows and
confirmation dates in columns.

This button will only be visible to users who belong to one of the sales
access groups
Binary file added partner_sale_pivot/static/description/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b9bb890

Please sign in to comment.