diff --git a/account_reporting_volume/README.rst b/account_reporting_volume/README.rst new file mode 100644 index 000000000..8e56a049d --- /dev/null +++ b/account_reporting_volume/README.rst @@ -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 `_. +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 `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Tecnativa + +Contributors +~~~~~~~~~~~~ + +* `Tecnativa `_: + + * 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 `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_reporting_volume/__init__.py b/account_reporting_volume/__init__.py new file mode 100644 index 000000000..0650744f6 --- /dev/null +++ b/account_reporting_volume/__init__.py @@ -0,0 +1 @@ +from . import models diff --git a/account_reporting_volume/__manifest__.py b/account_reporting_volume/__manifest__.py new file mode 100644 index 000000000..1c67e199c --- /dev/null +++ b/account_reporting_volume/__manifest__.py @@ -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, +} diff --git a/account_reporting_volume/i18n/account_reporting_volume.pot b/account_reporting_volume/i18n/account_reporting_volume.pot new file mode 100644 index 000000000..eb39b9ce7 --- /dev/null +++ b/account_reporting_volume/i18n/account_reporting_volume.pot @@ -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 "" diff --git a/account_reporting_volume/i18n/es.po b/account_reporting_volume/i18n/es.po new file mode 100644 index 000000000..7aad93fab --- /dev/null +++ b/account_reporting_volume/i18n/es.po @@ -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" diff --git a/account_reporting_volume/models/__init__.py b/account_reporting_volume/models/__init__.py new file mode 100644 index 000000000..52e62702b --- /dev/null +++ b/account_reporting_volume/models/__init__.py @@ -0,0 +1 @@ +from . import account_invoice_report diff --git a/account_reporting_volume/models/account_invoice_report.py b/account_reporting_volume/models/account_invoice_report.py new file mode 100644 index 000000000..6273019ed --- /dev/null +++ b/account_reporting_volume/models/account_invoice_report.py @@ -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 diff --git a/account_reporting_volume/readme/CONTRIBUTORS.rst b/account_reporting_volume/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..6a82e4c85 --- /dev/null +++ b/account_reporting_volume/readme/CONTRIBUTORS.rst @@ -0,0 +1,4 @@ +* `Tecnativa `_: + + * Carlos Roca + * Stefan Ungureanu diff --git a/account_reporting_volume/readme/DESCRIPTION.rst b/account_reporting_volume/readme/DESCRIPTION.rst new file mode 100644 index 000000000..49fec3bac --- /dev/null +++ b/account_reporting_volume/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module adds the measure "Volume" in the invoices analysis view. diff --git a/account_reporting_volume/readme/USAGE.rst b/account_reporting_volume/readme/USAGE.rst new file mode 100644 index 000000000..7df7381cf --- /dev/null +++ b/account_reporting_volume/readme/USAGE.rst @@ -0,0 +1,2 @@ +#. Go to *Invoicing > Reporting > Management > Invoice Analysis*. +#. Add the "Volume" measure from your "Measures" dropdown in your analysis. diff --git a/account_reporting_volume/static/description/icon.png b/account_reporting_volume/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/account_reporting_volume/static/description/icon.png differ diff --git a/account_reporting_volume/static/description/index.html b/account_reporting_volume/static/description/index.html new file mode 100644 index 000000000..987b2135f --- /dev/null +++ b/account_reporting_volume/static/description/index.html @@ -0,0 +1,433 @@ + + + + + + +Volume in the invoices analysis view + + + +
+

Volume in the invoices analysis view

+ + +

Production/Stable License: AGPL-3 OCA/account-invoice-reporting Translate me on Weblate Try me on Runboat

+

This module adds the measure “Volume” in the invoices analysis view.

+

Table of contents

+ +
+

Usage

+
    +
  1. Go to Invoicing > Reporting > Management > Invoice Analysis.
  2. +
  3. Add the “Volume” measure from your “Measures” dropdown in your analysis.
  4. +
+
+
+

Bug Tracker

+

Bugs are tracked on GitHub 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.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Tecnativa
  • +
+
+
+

Contributors

+
    +
  • Tecnativa:
      +
    • Carlos Roca
    • +
    • Stefan Ungureanu
    • +
    +
  • +
+
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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 project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/setup/account_reporting_volume/odoo/addons/account_reporting_volume b/setup/account_reporting_volume/odoo/addons/account_reporting_volume new file mode 120000 index 000000000..50eaf3ca9 --- /dev/null +++ b/setup/account_reporting_volume/odoo/addons/account_reporting_volume @@ -0,0 +1 @@ +../../../../account_reporting_volume \ No newline at end of file diff --git a/setup/account_reporting_volume/setup.py b/setup/account_reporting_volume/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/account_reporting_volume/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)