Skip to content

Commit

Permalink
Merge PR #453 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by LoisRForgeFlow
  • Loading branch information
OCA-git-bot committed May 13, 2024
2 parents a14bf81 + 266d502 commit cb5b08c
Show file tree
Hide file tree
Showing 25 changed files with 1,340 additions and 0 deletions.
114 changes: 114 additions & 0 deletions ddmrp_report_part_flow_index/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
============================
DDMRP Report Part Flow Index
============================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:c413e31801ad12f5e17be935845e0f30db678493144fb7c2a9aab876373157b3
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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-LGPL--3-blue.png
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fddmrp-lightgray.png?logo=github
:target: https://github.com/OCA/ddmrp/tree/14.0/ddmrp_report_part_flow_index
:alt: OCA/ddmrp
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/ddmrp-14-0/ddmrp-14-0-ddmrp_report_part_flow_index
: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/ddmrp&target_branch=14.0
:alt: Try me on Runboat

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

Implements the Parts Flow Index Report.

**Table of contents**

.. contents::
:local:

Configuration
=============

* Go to *Inventory > Configuration > DDMRP > Flow Index Group* to
define possible groups to analyze on.
* Go to *Inventory > Master Data > Stock Buffer Planning* and assign
the Flow Index Group to Buffers.

Usage
=====

Go to *Inventory > Reporting > Parts Plan Flow Index* to run the report.

Known issues / Roadmap
======================

* Add Parts Actual Flow Index report

Changelog
=========

11.0.1.0.0 (2018-08-01)
~~~~~~~~~~~~~~~~~~~~~~~

* Start of the history

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/ddmrp/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/ddmrp/issues/new?body=module:%20ddmrp_report_part_flow_index%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
~~~~~~~

* ForgeFlow

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

* Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
* Lois Rilo Antelo <lois.rilo@forgeflow.com>

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-JordiBForgeFlow| image:: https://github.com/JordiBForgeFlow.png?size=40px
:target: https://github.com/JordiBForgeFlow
:alt: JordiBForgeFlow
.. |maintainer-LoisRForgeFlow| image:: https://github.com/LoisRForgeFlow.png?size=40px
:target: https://github.com/LoisRForgeFlow
:alt: LoisRForgeFlow

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

|maintainer-JordiBForgeFlow| |maintainer-LoisRForgeFlow|

This module is part of the `OCA/ddmrp <https://github.com/OCA/ddmrp/tree/14.0/ddmrp_report_part_flow_index>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 2 additions & 0 deletions ddmrp_report_part_flow_index/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from . import models
from . import reports
25 changes: 25 additions & 0 deletions ddmrp_report_part_flow_index/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 2017-24 ForgeFlow S.L. (https://www.forgeflow.com)
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).

{
"name": "DDMRP Report Part Flow Index",
"summary": "Provides the DDMRP Parts Flow Index Report",
"version": "14.0.1.2.0",
"development_status": "Beta",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"maintainers": ["JordiBForgeFlow", "LoisRForgeFlow"],
"website": "https://github.com/OCA/ddmrp",
"category": "Warehouse Management",
"depends": [
"ddmrp",
],
"data": [
"security/ir.model.access.csv",
"security/report_ddmrp_part_plan_flow_index_security.xml",
"reports/report_ddmrp_part_plan_flow_index_views.xml",
"views/ddmrp_flow_index_group_views.xml",
"views/stock_buffer_view.xml",
],
"license": "LGPL-3",
"installable": True,
}
184 changes: 184 additions & 0 deletions ddmrp_report_part_flow_index/i18n/ddmrp_report_part_flow_index.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,184 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * ddmrp_report_part_flow_index
#
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: ddmrp_report_part_flow_index
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_ddmrp_flow_index_group__active
msgid "Active"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model_terms:ir.ui.view,arch_db:ddmrp_report_part_flow_index.view_ddmrp_flow_index_group_form
#: model_terms:ir.ui.view,arch_db:ddmrp_report_part_flow_index.view_ddmrp_flow_index_group_search
msgid "Archived"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_report_ddmrp_part_plan_flow_index__adu
msgid "Average Daily Usage (ADU)"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_report_ddmrp_part_plan_flow_index__buffer_id
msgid "Buffer"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_report_ddmrp_part_plan_flow_index__company_id
msgid "Company"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_ddmrp_flow_index_group__create_uid
msgid "Created by"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_ddmrp_flow_index_group__create_date
msgid "Created on"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.actions.act_window,name:ddmrp_report_part_flow_index.action_ddmrp_flow_index_group
msgid "DDMRP Flow Index Group"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_ddmrp_flow_index_group__display_name
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_report_ddmrp_part_plan_flow_index__display_name
msgid "Display Name"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_report_ddmrp_part_plan_flow_index__flow_index_group_id
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_stock_buffer__flow_index_group_id
#: model:ir.ui.menu,name:ddmrp_report_part_flow_index.menu_ddmrp_flow_index_group
msgid "Flow Index Group"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_report_ddmrp_part_plan_flow_index__green_zone_qty
msgid "Green Zone Qty"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_ddmrp_flow_index_group__id
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_report_ddmrp_part_plan_flow_index__id
msgid "ID"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_ddmrp_flow_index_group____last_update
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_report_ddmrp_part_plan_flow_index____last_update
msgid "Last Modified on"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_ddmrp_flow_index_group__write_uid
msgid "Last Updated by"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_ddmrp_flow_index_group__write_date
msgid "Last Updated on"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_report_ddmrp_part_plan_flow_index__location_id
msgid "Location"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model_terms:ir.ui.view,arch_db:ddmrp_report_part_flow_index.view_ddmrp_flow_index_group_form
msgid "Log a description..."
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_ddmrp_flow_index_group__lower_range
msgid "Lower Range"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,help:ddmrp_report_part_flow_index.field_ddmrp_flow_index_group__lower_range
msgid "Lower range used to assign in stock buffer"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_ddmrp_flow_index_group__name
msgid "Name"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_report_ddmrp_part_plan_flow_index__order_frequency
msgid "Order Frequency"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_report_ddmrp_part_plan_flow_index__order_frequency_group
msgid "Order Frequency Group"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_report_ddmrp_part_plan_flow_index__order_frequency_group_count
msgid "Order Frequency Group Count"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.actions.act_window,name:ddmrp_report_part_flow_index.action_report_part_plan_flow_index_template
#: model:ir.ui.menu,name:ddmrp_report_part_flow_index.menu_report_part_plan_flow_index
#: model_terms:ir.ui.view,arch_db:ddmrp_report_part_flow_index.view_part_plan_flow_index_filter
#: model_terms:ir.ui.view,arch_db:ddmrp_report_part_flow_index.view_part_plan_flow_index_graph
#: model_terms:ir.ui.view,arch_db:ddmrp_report_part_flow_index.view_part_plan_flow_index_pivot
msgid "Parts Plan Flow Index"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_report_ddmrp_part_plan_flow_index__product_id
msgid "Product"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_ddmrp_flow_index_group__sequence
msgid "Sequence"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model,name:ddmrp_report_part_flow_index.model_stock_buffer
msgid "Stock Buffer"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_ddmrp_flow_index_group__summary
msgid "Summary"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,field_description:ddmrp_report_part_flow_index.field_ddmrp_flow_index_group__upper_range
msgid "Upper Range"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model.fields,help:ddmrp_report_part_flow_index.field_ddmrp_flow_index_group__upper_range
msgid "Upper range used to assign in stock buffer"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model,name:ddmrp_report_part_flow_index.model_ddmrp_flow_index_group
msgid "ddmrp.flow.index.group"
msgstr ""

#. module: ddmrp_report_part_flow_index
#: model:ir.model,name:ddmrp_report_part_flow_index.model_report_ddmrp_part_plan_flow_index
msgid "report.ddmrp.part.plan.flow.index"
msgstr ""
Loading

0 comments on commit cb5b08c

Please sign in to comment.