Skip to content

Commit

Permalink
Merge PR #299 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Feb 14, 2024
2 parents e21f90f + 4f3edb2 commit a05707b
Show file tree
Hide file tree
Showing 28 changed files with 2,847 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup/stock_inventory_valuation_report/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
91 changes: 91 additions & 0 deletions stock_inventory_valuation_report/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
================================
Stock Inventory Valuation Report
================================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:7e81cc55bfaa7140318103e270fb5e41e7ee0ab5c82d8ce7ae587f6586adafa0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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%2Fstock--logistics--reporting-lightgray.png?logo=github
:target: https://github.com/OCA/stock-logistics-reporting/tree/14.0/stock_inventory_valuation_report
:alt: OCA/stock-logistics-reporting
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/stock-logistics-reporting-14-0/stock-logistics-reporting-14-0-stock_inventory_valuation_report
: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/stock-logistics-reporting&target_branch=14.0
:alt: Try me on Runboat

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

Stock Inventory Valuation Report is the report that display value of all products in internal location.

**Table of contents**

.. contents::
:local:

Usage
=====

To use this module, you need to:

#. Go to Inventory > Reporting > Inventory Valuation.
#. Select Inventory At Date.
#. You can now choose a few additional options: "View report", "Export PDF" and "Export XLSX".

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-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/stock-logistics-reporting/issues/new?body=module:%20stock_inventory_valuation_report%0Aversion:%2014.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
~~~~~~~

* Ecosoft

Contributors
~~~~~~~~~~~~

* `Pimolnat Suntian <[email protected]>`_
* `Ooops404 <https://ooops404.com>`_
* `Francesco Foresti <[email protected]>`_
* `Cetmix <https://cetmix.com>`_
* `Andrey Solodovnikov <[email protected]>`_
* `PyTech SRL <https://www.pytech.it>`_
* `Alessandro Uffreduzzi <[email protected]>`_

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/stock-logistics-reporting <https://github.com/OCA/stock-logistics-reporting/tree/14.0/stock_inventory_valuation_report>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
5 changes: 5 additions & 0 deletions stock_inventory_valuation_report/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright 2019 Ecosoft Co., Ltd. (http://ecosoft.co.th)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import wizard
from . import reports
23 changes: 23 additions & 0 deletions stock_inventory_valuation_report/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 2019 Ecosoft Co., Ltd. (http://ecosoft.co.th)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Stock Inventory Valuation Report",
"summary": "Add report button on Inventory Valuation.",
"version": "14.0.1.0.0",
"category": "Warehouse",
"website": "https://github.com/OCA/stock-logistics-reporting",
"author": "Ecosoft,Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": [
"stock_account",
"report_xlsx_helper",
],
"data": [
"data/paperformat_data.xml",
"security/ir.model.access.csv",
"reports/stock_inventory_valuation_report.xml",
"wizard/stock_quantity_history_view.xml",
],
"installable": True,
}
20 changes: 20 additions & 0 deletions stock_inventory_valuation_report/data/paperformat_data.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>

<record id="paperformat_inventory_valuation_report" model="report.paperformat">
<field name="name">Inventory Valuation Report A4</field>
<field name="default" eval="True" />
<field name="format">A4</field>
<field name="page_height">0</field>
<field name="page_width">0</field>
<field name="orientation">Portrait</field>
<field name="margin_top">28</field>
<field name="margin_bottom">28</field>
<field name="margin_left">7</field>
<field name="margin_right">7</field>
<field name="header_line" eval="False" />
<field name="header_spacing">24</field>
<field name="dpi">90</field>
</record>

</odoo>
233 changes: 233 additions & 0 deletions stock_inventory_valuation_report/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,233 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_inventory_valuation_report
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-01-22 15:46+0000\n"
"Last-Translator: Yann Papouin <[email protected]>\n"
"Language-Team: none\n"
"Language: fr\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.3.2\n"

#. module: stock_inventory_valuation_report
#: model_terms:ir.ui.view,arch_db:stock_inventory_valuation_report.report_buttons
msgid "<span class=\"fa fa-download\"/>Export"
msgstr "<span class=\"fa fa-download\"/>Exporter"

#. module: stock_inventory_valuation_report
#: model_terms:ir.ui.view,arch_db:stock_inventory_valuation_report.report_buttons
msgid "<span class=\"fa fa-print\"/>Print"
msgstr "<span class=\"fa fa-print\"/>Imprimer"

#. module: stock_inventory_valuation_report
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_stock_inventory_valuation_view__barcode
#: model_terms:ir.ui.view,arch_db:stock_inventory_valuation_report.report_stock_inventory_valuation_lines_header
msgid "Barcode"
msgstr "Code Barre"

#. module: stock_inventory_valuation_report
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_report_stock_inventory_valuation_report__company_id
msgid "Company"
msgstr "Société"

#. module: stock_inventory_valuation_report
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_report_stock_inventory_valuation_report__compute_at_date
msgid "Compute At Date"
msgstr "Calculer à la date"

#. module: stock_inventory_valuation_report
#: model_terms:ir.ui.view,arch_db:stock_inventory_valuation_report.report_stock_inventory_valuation_lines_header
msgid "Cost"
msgstr "Coût"

#. module: stock_inventory_valuation_report
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_stock_inventory_valuation_view__cost_currency_id
msgid "Cost Currency"
msgstr "Devise de coût"

#. module: stock_inventory_valuation_report
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_stock_inventory_valuation_view__cost_method
msgid "Cost Method"
msgstr "Méthode de détermination du coût des stocks"

#. module: stock_inventory_valuation_report
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_report_s_i_v_r_report_stock_inventory_valuation_report_xlsx__create_uid
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_report_stock_inventory_valuation_report__create_uid
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_stock_inventory_valuation_view__create_uid
msgid "Created by"
msgstr "Créé par"

#. module: stock_inventory_valuation_report
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_report_s_i_v_r_report_stock_inventory_valuation_report_xlsx__create_date
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_report_stock_inventory_valuation_report__create_date
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_stock_inventory_valuation_view__create_date
msgid "Created on"
msgstr "Créé le"

#. module: stock_inventory_valuation_report
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_stock_inventory_valuation_view__currency_id
msgid "Currency"
msgstr "Devise"

#. module: stock_inventory_valuation_report
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_report_stock_inventory_valuation_report__date
#: model_terms:ir.ui.view,arch_db:stock_inventory_valuation_report.report_stock_inventory_valuation_report_filters
msgid "Date"
msgstr "Date"

#. module: stock_inventory_valuation_report
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_report_s_i_v_r_report_stock_inventory_valuation_report_xlsx__display_name
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_report_stock_inventory_valuation_report__display_name
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_stock_inventory_valuation_view__display_name
msgid "Display Name"
msgstr "Nom affiché"

#. module: stock_inventory_valuation_report
#: model_terms:ir.ui.view,arch_db:stock_inventory_valuation_report.view_stock_quantity_history_inherit
msgid "Export PDF"
msgstr "Exporter en PDF"

#. module: stock_inventory_valuation_report
#: model_terms:ir.ui.view,arch_db:stock_inventory_valuation_report.view_stock_quantity_history_inherit
msgid "Export XLSX"
msgstr "Exporter en XLSX"

#. module: stock_inventory_valuation_report
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_report_s_i_v_r_report_stock_inventory_valuation_report_xlsx__id
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_report_stock_inventory_valuation_report__id
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_stock_inventory_valuation_view__id
msgid "ID"
msgstr "ID"

#. module: stock_inventory_valuation_report
#: model:ir.actions.client,name:stock_inventory_valuation_report.action_stock_inventory_valuation_report_html
#: model_terms:ir.ui.view,arch_db:stock_inventory_valuation_report.report_stock_inventory_valuation_report_base
msgid "Inventory Valuation Report"
msgstr "Rapport de valorisation d'inventaire"

#. module: stock_inventory_valuation_report
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_report_s_i_v_r_report_stock_inventory_valuation_report_xlsx____last_update
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_report_stock_inventory_valuation_report____last_update
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_stock_inventory_valuation_view____last_update
msgid "Last Modified on"
msgstr "Dernière modification le"

#. module: stock_inventory_valuation_report
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_report_s_i_v_r_report_stock_inventory_valuation_report_xlsx__write_uid
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_report_stock_inventory_valuation_report__write_uid
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_stock_inventory_valuation_view__write_uid
msgid "Last Updated by"
msgstr "Dernière mise à jour par"

#. module: stock_inventory_valuation_report
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_report_s_i_v_r_report_stock_inventory_valuation_report_xlsx__write_date
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_report_stock_inventory_valuation_report__write_date
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_stock_inventory_valuation_view__write_date
msgid "Last Updated on"
msgstr "Dernière mise à jour le"

#. module: stock_inventory_valuation_report
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_stock_inventory_valuation_view__name
#: model_terms:ir.ui.view,arch_db:stock_inventory_valuation_report.report_stock_inventory_valuation_lines_header
msgid "Name"
msgstr "Nom"

#. module: stock_inventory_valuation_report
#: model_terms:ir.ui.view,arch_db:stock_inventory_valuation_report.report_stock_inventory_valuation_report_filters
msgid "Partner"
msgstr "Partenaire"

#. module: stock_inventory_valuation_report
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_stock_inventory_valuation_view__qty_at_date
msgid "Qty At Date"
msgstr "Qté à la date"

#. module: stock_inventory_valuation_report
#: model_terms:ir.ui.view,arch_db:stock_inventory_valuation_report.report_stock_inventory_valuation_lines_header
msgid "Quantity"
msgstr "Quantité"

#. module: stock_inventory_valuation_report
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_stock_inventory_valuation_view__reference
#: model_terms:ir.ui.view,arch_db:stock_inventory_valuation_report.report_stock_inventory_valuation_lines_header
msgid "Reference"
msgstr "Référence"

#. module: stock_inventory_valuation_report
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_report_stock_inventory_valuation_report__results
msgid "Results"
msgstr "Résultats"

#. module: stock_inventory_valuation_report
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_stock_inventory_valuation_view__standard_price
msgid "Standard Price"
msgstr "Prix standard"

#. module: stock_inventory_valuation_report
#: model:ir.model,name:stock_inventory_valuation_report.model_report_stock_inventory_valuation_report
msgid "Stock Inventory Valuation Report"
msgstr "Rapport de valorisation d'inventaire de stock"

#. module: stock_inventory_valuation_report
#: model:ir.actions.report,name:stock_inventory_valuation_report.action_stock_inventory_valuation_report_pdf
msgid "Stock Inventory Valuation Report PDF"
msgstr "Rapport PDF de valorisation d'inventaire de stock"

#. module: stock_inventory_valuation_report
#: model:ir.actions.report,name:stock_inventory_valuation_report.action_stock_inventory_valuation_report_xlsx
msgid "Stock Inventory Valuation Report XLSX"
msgstr "Rapport XLSX de valorisation d'inventaire de stock"

#. module: stock_inventory_valuation_report
#: model:ir.model,name:stock_inventory_valuation_report.model_stock_inventory_valuation_view
msgid "Stock Inventory Valuation View"
msgstr "Vue de la valorisation d'inventaire de stock"

#. module: stock_inventory_valuation_report
#: model:ir.model,name:stock_inventory_valuation_report.model_stock_quantity_history
msgid "Stock Quantity History"
msgstr "Historique des quantités en stock"

#. module: stock_inventory_valuation_report
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_stock_inventory_valuation_view__stock_value
msgid "Stock Value"
msgstr "Valeur du stock"

#. module: stock_inventory_valuation_report
#: model_terms:ir.ui.view,arch_db:stock_inventory_valuation_report.report_stock_inventory_valuation_report_filters
msgid "Tax ID"
msgstr "N° TVA"

#. module: stock_inventory_valuation_report
#: model:ir.model.fields,field_description:stock_inventory_valuation_report.field_stock_inventory_valuation_view__uom_id
msgid "Uom"
msgstr "UdM"

#. module: stock_inventory_valuation_report
#: model:ir.model.fields,help:stock_inventory_valuation_report.field_report_stock_inventory_valuation_report__results
msgid "Use compute fields, so there is nothing store in database"
msgstr ""
"Utilise des champs calculés, il n'y a donc rien de stocké dans la base de "
"données"

#. module: stock_inventory_valuation_report
#: model_terms:ir.ui.view,arch_db:stock_inventory_valuation_report.report_stock_inventory_valuation_lines_header
msgid "Value"
msgstr "Valeur"

#. module: stock_inventory_valuation_report
#: model_terms:ir.ui.view,arch_db:stock_inventory_valuation_report.view_stock_quantity_history_inherit
msgid "View report"
msgstr "Voir le rapport"

#. module: stock_inventory_valuation_report
#: model:ir.model,name:stock_inventory_valuation_report.model_report_s_i_v_r_report_stock_inventory_valuation_report_xlsx
msgid "report.s_i_v_r.report_stock_inventory_valuation_report_xlsx"
msgstr "report.s_i_v_r.report_stock_inventory_valuation_report_xlsx"
Loading

0 comments on commit a05707b

Please sign in to comment.