Skip to content

Commit

Permalink
Merge PR #284 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Aug 8, 2023
2 parents 5ef98c4 + e59015a commit c4f11ec
Show file tree
Hide file tree
Showing 14 changed files with 624 additions and 0 deletions.
85 changes: 85 additions & 0 deletions account_reporting_volume/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
====================================
Volume in the invoices analysis view
====================================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:2b66390acebaddec80ed86839766bfd8085ed9b248f1fd5e2f7425483aaeb0ad
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
:target: https://odoo-community.org/page/development-status
:alt: Production/Stable
.. |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%2Faccount--invoice--reporting-lightgray.png?logo=github
:target: https://github.com/OCA/account-invoice-reporting/tree/16.0/account_reporting_volume
:alt: OCA/account-invoice-reporting
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/account-invoice-reporting-16-0/account-invoice-reporting-16-0-account_reporting_volume
: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/account-invoice-reporting&target_branch=16.0
:alt: Try me on Runboat

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

This module adds the measure "Volume" in the invoices analysis view.

**Table of contents**

.. contents::
:local:

Usage
=====

#. Go to *Invoicing > Reporting > Management > Invoice Analysis*.
#. Add the "Volume" measure from your "Measures" dropdown in your analysis.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-invoice-reporting/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/account-invoice-reporting/issues/new?body=module:%20account_reporting_volume%0Aversion:%2016.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>`_:

* Carlos Roca
* Stefan Ungureanu

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.

This module is part of the `OCA/account-invoice-reporting <https://github.com/OCA/account-invoice-reporting/tree/16.0/account_reporting_volume>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions account_reporting_volume/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
14 changes: 14 additions & 0 deletions account_reporting_volume/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright 2022 Tecnativa - Carlos Roca
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Volume in the invoices analysis view",
"version": "16.0.1.0.0",
"author": "Tecnativa, Odoo Community Association (OCA)",
"category": "Inventory, Logistics, Warehousing",
"development_status": "Production/Stable",
"license": "AGPL-3",
"website": "https://github.com/OCA/account-invoice-reporting",
"depends": ["sale"],
"installable": True,
}
24 changes: 24 additions & 0 deletions account_reporting_volume/i18n/account_reporting_volume.pot
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:
# * account_reporting_volume
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.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: account_reporting_volume
#: model:ir.model,name:account_reporting_volume.model_account_invoice_report
msgid "Invoices Statistics"
msgstr ""

#. module: account_reporting_volume
#: model:ir.model.fields,field_description:account_reporting_volume.field_account_invoice_report__volume
msgid "Volume"
msgstr ""
28 changes: 28 additions & 0 deletions account_reporting_volume/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_reporting_volume
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-05-06 08:18+0000\n"
"PO-Revision-Date: 2022-05-06 10:20+0200\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.3\n"
"Last-Translator: \n"
"Language: es\n"

#. module: account_reporting_volume
#: model:ir.model,name:account_reporting_volume.model_account_invoice_report
msgid "Invoices Statistics"
msgstr "Estadísticas de facturas"

#. module: account_reporting_volume
#: model:ir.model.fields,field_description:account_reporting_volume.field_account_invoice_report__volume
msgid "Volume"
msgstr "Volumen"
1 change: 1 addition & 0 deletions account_reporting_volume/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import account_invoice_report
24 changes: 24 additions & 0 deletions account_reporting_volume/models/account_invoice_report.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright 2022 Tecnativa - Carlos Roca
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo import fields, models


class AccountInvoiceReport(models.Model):
_inherit = "account.invoice.report"

volume = fields.Float(digits="Volume")

def _select(self):
select_str = super()._select()
select_str += """
, COALESCE(
(product.volume * (
CASE
WHEN move.move_type IN ('in_invoice','out_refund','in_receipt') THEN -1
ELSE 1 END
) * line.quantity
/ uom_line.factor * uom_template.factor
), 0.0) as volume
"""
return select_str
4 changes: 4 additions & 0 deletions account_reporting_volume/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* `Tecnativa <https://www.tecnativa.com>`_:

* Carlos Roca
* Stefan Ungureanu
1 change: 1 addition & 0 deletions account_reporting_volume/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This module adds the measure "Volume" in the invoices analysis view.
2 changes: 2 additions & 0 deletions account_reporting_volume/readme/USAGE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#. Go to *Invoicing > Reporting > Management > Invoice Analysis*.
#. Add the "Volume" measure from your "Measures" dropdown in your analysis.
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 c4f11ec

Please sign in to comment.