-
-
Notifications
You must be signed in to change notification settings - Fork 719
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by LoisRForgeFlow
- Loading branch information
Showing
25 changed files
with
1,963 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
============================ | ||
Stock Demand Estimate Matrix | ||
============================ | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:dd6235ad9f824ac586e403e2c2a17b00c6cb981efee47edf1409ed6693a44f61 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |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%2Fstock--logistics--warehouse-lightgray.png?logo=github | ||
:target: https://github.com/OCA/stock-logistics-warehouse/tree/17.0/stock_demand_estimate_matrix | ||
:alt: OCA/stock-logistics-warehouse | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-17-0/stock-logistics-warehouse-17-0-stock_demand_estimate_matrix | ||
: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-warehouse&target_branch=17.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module allows to create demand estimates for a given product and | ||
location, on configurable time periods. | ||
|
||
The module does not provide in itself any specific usage of the | ||
estimates. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Installation | ||
============ | ||
|
||
This module relies on: | ||
|
||
- The OCA module '2D matrix for x2many fields', and can be downloaded | ||
from Github: | ||
https://github.com/OCA/web/tree/13.0/web_widget_x2many_2d_matrix | ||
- The OCA module 'Date Range', and can be downloaded from Github: | ||
https://github.com/OCA/server-ux/tree/13.0/date_range | ||
|
||
Usage | ||
===== | ||
|
||
Go to *Inventory > Configuration > Date Ranges* and define your | ||
estimating periods. | ||
|
||
Go to *Inventory > Demand Planning > Create Demand Estimates* to create | ||
or update your demand estimates. | ||
|
||
Go to *Inventory > Demand Planning > Demand Estimates* to review the | ||
estimates created. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-warehouse/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-warehouse/issues/new?body=module:%20stock_demand_estimate_matrix%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 | ||
------- | ||
|
||
* ForgeFlow | ||
|
||
Contributors | ||
------------ | ||
|
||
- Jordi Ballester Alomar <jordi.ballester@forgeflow.com> | ||
- Lois Rilo <lois.rilo@forgeflow.com> | ||
- Pimolnat Suntian <pimolnats@ecosoft.co.th> | ||
|
||
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-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/17.0/stock_demand_estimate_matrix>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
from . import models | ||
from . import wizards |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Copyright 2019 ForgeFlow S.L. (https://www.forgeflow.com) | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). | ||
{ | ||
"name": "Stock Demand Estimate Matrix", | ||
"summary": "Allows to create demand estimates.", | ||
"version": "17.0.1.0.0", | ||
"author": "ForgeFlow, Odoo Community Association (OCA)", | ||
"development_status": "Production/Stable", | ||
"website": "https://github.com/OCA/stock-logistics-warehouse", | ||
"category": "Warehouse", | ||
"depends": ["stock_demand_estimate", "web_widget_x2many_2d_matrix", "date_range"], | ||
"data": [ | ||
"security/ir.model.access.csv", | ||
"views/stock_demand_estimate_view.xml", | ||
"views/date_range.xml", | ||
"wizards/stock_demand_estimate_wizard_view.xml", | ||
], | ||
"license": "AGPL-3", | ||
"installable": True, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,258 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * stock_demand_estimate_matrix | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2023-12-29 14:36+0000\n" | ||
"Last-Translator: mymage <stefano.consolaro@mymage.it>\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: stock_demand_estimate_matrix | ||
#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.demand_estimate_wizard_view_form | ||
#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.stock_demand_estimate_sheet_view_form | ||
msgid "Cancel" | ||
msgstr "Annulla" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.actions.act_window,name:stock_demand_estimate_matrix.stock_demand_estimate_wizard_action | ||
#: model:ir.ui.menu,name:stock_demand_estimate_matrix.stock_demand_estimate_wizard_menu | ||
msgid "Create Stock Demand Estimates" | ||
msgstr "Crea stime richiesta giacenza" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__create_uid | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__create_uid | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__create_uid | ||
msgid "Created by" | ||
msgstr "Creato da" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__create_date | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__create_date | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__create_date | ||
msgid "Created on" | ||
msgstr "Creato il" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__date_start | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__date_start | ||
msgid "Date From" | ||
msgstr "Dalla data" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model,name:stock_demand_estimate_matrix.model_date_range | ||
msgid "Date Range" | ||
msgstr "Intervallo data" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__date_range_type_id | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__date_range_type_id | ||
msgid "Date Range Type" | ||
msgstr "Tipo intervallo date" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.ui.menu,name:stock_demand_estimate_matrix.date_range_menu | ||
msgid "Date Ranges" | ||
msgstr "Intervalli data" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__date_end | ||
msgid "Date To" | ||
msgstr "Alla data" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__date_end | ||
msgid "Date to" | ||
msgstr "Alla data" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_date_range__days | ||
msgid "Days between dates" | ||
msgstr "Giorni tra le date" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__display_name | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__display_name | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__display_name | ||
msgid "Display Name" | ||
msgstr "Nome visualizzato" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__estimate_id | ||
msgid "Estimate" | ||
msgstr "Stime" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#. odoo-python | ||
#: code:addons/stock_demand_estimate_matrix/wizards/stock_demand_estimate_wizard.py:0 | ||
#, python-format | ||
msgid "Estimate Sheet" | ||
msgstr "Foglio stima" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.stock_demand_estimate_sheet_view_form | ||
msgid "Estimated quantity" | ||
msgstr "Quantità stimata" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__line_ids | ||
msgid "Estimates" | ||
msgstr "Stime" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate__date_range_id | ||
msgid "Estimating Period" | ||
msgstr "Valutazione periodo" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__id | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__id | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__id | ||
msgid "ID" | ||
msgstr "ID" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet____last_update | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line____last_update | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard____last_update | ||
msgid "Last Modified on" | ||
msgstr "Ultima modifica il" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__write_uid | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__write_uid | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__write_uid | ||
msgid "Last Updated by" | ||
msgstr "Ultimo aggiornamento di" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__write_date | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__write_date | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__write_date | ||
msgid "Last Updated on" | ||
msgstr "Ultimo aggiornamento il" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__location_id | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__location_id | ||
msgid "Location" | ||
msgstr "Ubicazione" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__date_range_id | ||
#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.demand_estimate_wizard_view_form | ||
#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.stock_demand_estimate_sheet_view_form | ||
msgid "Period" | ||
msgstr "Periodo" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__value_x | ||
msgid "Period Name" | ||
msgstr "Nome periodo" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.demand_estimate_wizard_view_form | ||
msgid "Prepare" | ||
msgstr "Prepara" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__product_id | ||
msgid "Product" | ||
msgstr "Prodotto" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__value_y | ||
msgid "Product Name" | ||
msgstr "Nome prodotto" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__product_ids | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__product_ids | ||
#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.demand_estimate_wizard_view_form | ||
msgid "Products" | ||
msgstr "Prodotti" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__product_uom_qty | ||
msgid "Quantity" | ||
msgstr "Quantità" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model,name:stock_demand_estimate_matrix.model_stock_demand_estimate | ||
msgid "Stock Demand Estimate Line" | ||
msgstr "Riga stima richiesta giacenza" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model,name:stock_demand_estimate_matrix.model_stock_demand_estimate_sheet | ||
#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.stock_demand_estimate_sheet_view_form | ||
msgid "Stock Demand Estimate Sheet" | ||
msgstr "Foglio stima richiesta giacenza" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model,name:stock_demand_estimate_matrix.model_stock_demand_estimate_sheet_line | ||
msgid "Stock Demand Estimate Sheet Line" | ||
msgstr "Riga foglio stima richiesta giacenza" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model,name:stock_demand_estimate_matrix.model_stock_demand_estimate_wizard | ||
#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.demand_estimate_wizard_view_form | ||
msgid "Stock Demand Estimate Wizard" | ||
msgstr "Procedura guidata stima richiesta giacenza" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#. odoo-python | ||
#: code:addons/stock_demand_estimate_matrix/wizards/stock_demand_estimate_sheet.py:0 | ||
#, python-format | ||
msgid "Stock Demand Estimates" | ||
msgstr "Stime richiesta giacenza" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__location_id | ||
msgid "Stock Location" | ||
msgstr "Ubicazione giacenza" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#. odoo-python | ||
#: code:addons/stock_demand_estimate_matrix/wizards/stock_demand_estimate_wizard.py:0 | ||
#, python-format | ||
msgid "The start date cannot be later than the end date." | ||
msgstr "La data di inizio non può essere successiva alla data di fine." | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#. odoo-python | ||
#: code:addons/stock_demand_estimate_matrix/wizards/stock_demand_estimate_sheet.py:0 | ||
#, python-format | ||
msgid "There is no ranges created." | ||
msgstr "Non ci sono intervalli definiti." | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet_line__product_uom | ||
msgid "Unit of measure" | ||
msgstr "Unità di misura" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.stock_demand_estimate_sheet_view_form | ||
msgid "Validate" | ||
msgstr "Valida" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#. odoo-python | ||
#: code:addons/stock_demand_estimate_matrix/wizards/stock_demand_estimate_wizard.py:0 | ||
#, python-format | ||
msgid "You must select at least one product." | ||
msgstr "Bisogna selezionare almeno un prodotto." | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.demand_estimate_wizard_view_form | ||
#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.stock_demand_estimate_sheet_view_form | ||
msgid "to" | ||
msgstr "a" |
Oops, something went wrong.