Skip to content

Commit 34bb974

Browse files
authored
[6184][ADD] stock_quantity_history_location (#83)
[6184][ADD] stock_quantity_history_location (#83)
1 parent 836fbd3 commit 34bb974

File tree

24 files changed

+1035
-0
lines changed

24 files changed

+1035
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../stock_quantity_history_location
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import setuptools
2+
3+
setuptools.setup(
4+
setup_requires=['setuptools-odoo'],
5+
odoo_addon=True,
6+
)
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
===============================
2+
Stock Quantity History Location
3+
===============================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:ac43dd7053855a1321ed1443b61c325d68163a28e58509877bc63879cf59c05e
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--reporting-lightgray.png?logo=github
20+
:target: https://github.com/OCA/stock-logistics-reporting/tree/16.0/stock_quantity_history_location
21+
:alt: OCA/stock-logistics-reporting
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/stock-logistics-reporting-16-0/stock-logistics-reporting-16-0-stock_quantity_history_location
24+
:alt: Translate me on Weblate
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-reporting&target_branch=16.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
This module allows to run an Inventory report by location, for a past date or for current date.
32+
33+
**Table of contents**
34+
35+
.. contents::
36+
:local:
37+
38+
Use Cases / Context
39+
===================
40+
41+
In the standard behavior, when a user generates an inventory report for a specific date,
42+
the report shows data for all locations without the ability to filter or group by
43+
location.
44+
45+
This module adds the ability to view inventory quantities for a specific location on a
46+
specific date.
47+
48+
Usage
49+
=====
50+
51+
1. Go to **Inventory / Reporting / Locations**
52+
2. Click **INVENTORY AT DATE & LOCATION**
53+
3. Select the desired **Location** and specify the **Inventory at Date**
54+
4. Click the **CONFIRM** button
55+
56+
Bug Tracker
57+
===========
58+
59+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-reporting/issues>`_.
60+
In case of trouble, please check there if your issue has already been reported.
61+
If you spotted it first, help us to smash it by providing a detailed and welcomed
62+
`feedback <https://github.com/OCA/stock-logistics-reporting/issues/new?body=module:%20stock_quantity_history_location%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
63+
64+
Do not contact contributors directly about support or help with technical issues.
65+
66+
Credits
67+
=======
68+
69+
Authors
70+
~~~~~~~
71+
72+
* ForgeFlow
73+
74+
Contributors
75+
~~~~~~~~~~~~
76+
77+
* Jordi Ballester Alomar <[email protected]>
78+
* `Tecnativa <https://www.tecnativa.com>`_:
79+
80+
* Ernesto Tejeda
81+
* `Quartile <https://www.quartile.co>`_:
82+
83+
* Aung Ko Ko Lin
84+
85+
Maintainers
86+
~~~~~~~~~~~
87+
88+
This module is maintained by the OCA.
89+
90+
.. image:: https://odoo-community.org/logo.png
91+
:alt: Odoo Community Association
92+
:target: https://odoo-community.org
93+
94+
OCA, or the Odoo Community Association, is a nonprofit organization whose
95+
mission is to support the collaborative development of Odoo features and
96+
promote its widespread use.
97+
98+
.. |maintainer-luisg123v| image:: https://github.com/luisg123v.png?size=40px
99+
:target: https://github.com/luisg123v
100+
:alt: luisg123v
101+
.. |maintainer-rolandojduartem| image:: https://github.com/rolandojduartem.png?size=40px
102+
:target: https://github.com/rolandojduartem
103+
:alt: rolandojduartem
104+
105+
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
106+
107+
|maintainer-luisg123v| |maintainer-rolandojduartem|
108+
109+
This module is part of the `OCA/stock-logistics-reporting <https://github.com/OCA/stock-logistics-reporting/tree/16.0/stock_quantity_history_location>`_ project on GitHub.
110+
111+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import wizards
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Copyright 2019 ForgeFlow S.L.
2+
# Copyright 2019 Aleph Objects, Inc.
3+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
4+
5+
{
6+
"name": "Stock Quantity History Location",
7+
"summary": "Provides stock quantity by location on past date",
8+
"version": "16.0.1.0.1",
9+
"license": "AGPL-3",
10+
"author": "ForgeFlow, Odoo Community Association (OCA)",
11+
"maintainers": [
12+
"luisg123v",
13+
"rolandojduartem",
14+
],
15+
"website": "https://github.com/OCA/stock-logistics-reporting",
16+
"depends": ["stock"],
17+
"data": ["wizards/stock_quantity_history.xml"],
18+
"assets": {
19+
"web.assets_backend": [
20+
"stock_quantity_history_location/static/src/components"
21+
"/inventory_report/inventory_report.esm.js",
22+
"stock_quantity_history_location/static/src/components/"
23+
"inventory_report/inventory_report.xml",
24+
],
25+
},
26+
}
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * stock_quantity_history_location
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2024-07-03 06:46+0000\n"
10+
"Last-Translator: FranciscoFactorLibre <[email protected]>\n"
11+
"Language-Team: none\n"
12+
"Language: es\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 4.17\n"
18+
19+
#. module: stock_quantity_history_location
20+
#: model:ir.model.fields,field_description:stock_quantity_history_location.field_stock_quantity_history__include_child_locations
21+
msgid "Include Child Locations"
22+
msgstr "Incluir Ubicaciones hijas"
23+
24+
#. module: stock_quantity_history_location
25+
#. odoo-javascript
26+
#: code:addons/stock_quantity_history_location/static/src/components/inventory_report/inventory_report.xml:0
27+
#, python-format
28+
msgid "Inventory at Date"
29+
msgstr "Inventario a Fecha"
30+
31+
#. module: stock_quantity_history_location
32+
#. odoo-javascript
33+
#: code:addons/stock_quantity_history_location/static/src/components/inventory_report/inventory_report.xml:0
34+
#, python-format
35+
msgid "Inventory at Date & Location"
36+
msgstr "Inventario por Fecha y Ubicación"
37+
38+
#. module: stock_quantity_history_location
39+
#: model:ir.model.fields,field_description:stock_quantity_history_location.field_stock_quantity_history__location_id
40+
msgid "Location"
41+
msgstr "Ubicación"
42+
43+
#. module: stock_quantity_history_location
44+
#: model:ir.model,name:stock_quantity_history_location.model_stock_quantity_history
45+
msgid "Stock Quantity History"
46+
msgstr "Histórico de cantidad en stock"
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * stock_quantity_history_location
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 13.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2023-11-24 17:33+0000\n"
10+
"Last-Translator: mymage <[email protected]>\n"
11+
"Language-Team: none\n"
12+
"Language: it\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 4.17\n"
18+
19+
#. module: stock_quantity_history_location
20+
#: model:ir.model.fields,field_description:stock_quantity_history_location.field_stock_quantity_history__include_child_locations
21+
msgid "Include Child Locations"
22+
msgstr "Includere ubicazioni figlie"
23+
24+
#. module: stock_quantity_history_location
25+
#. odoo-javascript
26+
#: code:addons/stock_quantity_history_location/static/src/components/inventory_report/inventory_report.xml:0
27+
#, python-format
28+
msgid "Inventory at Date"
29+
msgstr "Inventario alla data"
30+
31+
#. module: stock_quantity_history_location
32+
#. odoo-javascript
33+
#: code:addons/stock_quantity_history_location/static/src/components/inventory_report/inventory_report.xml:0
34+
#, python-format
35+
msgid "Inventory at Date & Location"
36+
msgstr "Inventario alla Data e Locazione"
37+
38+
#. module: stock_quantity_history_location
39+
#: model:ir.model.fields,field_description:stock_quantity_history_location.field_stock_quantity_history__location_id
40+
msgid "Location"
41+
msgstr "Ubicazione"
42+
43+
#. module: stock_quantity_history_location
44+
#: model:ir.model,name:stock_quantity_history_location.model_stock_quantity_history
45+
msgid "Stock Quantity History"
46+
msgstr "Storico quantità giacenza"
47+
48+
#~ msgid "Include child locations"
49+
#~ msgstr "Includi locazioni figlie"
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * stock_quantity_history_location
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 14.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2022-01-21 10:40+0000\n"
10+
"Last-Translator: kakurai8 <[email protected]>\n"
11+
"Language-Team: none\n"
12+
"Language: ja\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=1; plural=0;\n"
17+
"X-Generator: Weblate 4.3.2\n"
18+
19+
#. module: stock_quantity_history_location
20+
#: model:ir.model.fields,field_description:stock_quantity_history_location.field_stock_quantity_history__include_child_locations
21+
msgid "Include Child Locations"
22+
msgstr ""
23+
24+
#. module: stock_quantity_history_location
25+
#. odoo-javascript
26+
#: code:addons/stock_quantity_history_location/static/src/components/inventory_report/inventory_report.xml:0
27+
#, python-format
28+
msgid "Inventory at Date"
29+
msgstr ""
30+
31+
#. module: stock_quantity_history_location
32+
#. odoo-javascript
33+
#: code:addons/stock_quantity_history_location/static/src/components/inventory_report/inventory_report.xml:0
34+
#, python-format
35+
msgid "Inventory at Date & Location"
36+
msgstr ""
37+
38+
#. module: stock_quantity_history_location
39+
#: model:ir.model.fields,field_description:stock_quantity_history_location.field_stock_quantity_history__location_id
40+
msgid "Location"
41+
msgstr "ロケーション"
42+
43+
#. module: stock_quantity_history_location
44+
#: model:ir.model,name:stock_quantity_history_location.model_stock_quantity_history
45+
msgid "Stock Quantity History"
46+
msgstr "在庫数量履歴"
47+
48+
#~ msgid "Display Name"
49+
#~ msgstr "表示名"
50+
51+
#~ msgid "ID"
52+
#~ msgstr "ID"
53+
54+
#~ msgid "Include child locations"
55+
#~ msgstr "子ロケーションを含める"
56+
57+
#~ msgid "Last Modified on"
58+
#~ msgstr "最終更新日"
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * stock_quantity_history_location
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 13.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2020-09-29 11:00+0000\n"
10+
"Last-Translator: erik-bzcl <[email protected]>\n"
11+
"Language-Team: none\n"
12+
"Language: ro\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
17+
"20)) ? 1 : 2;\n"
18+
"X-Generator: Weblate 3.10\n"
19+
20+
#. module: stock_quantity_history_location
21+
#: model:ir.model.fields,field_description:stock_quantity_history_location.field_stock_quantity_history__include_child_locations
22+
msgid "Include Child Locations"
23+
msgstr ""
24+
25+
#. module: stock_quantity_history_location
26+
#. odoo-javascript
27+
#: code:addons/stock_quantity_history_location/static/src/components/inventory_report/inventory_report.xml:0
28+
#, python-format
29+
msgid "Inventory at Date"
30+
msgstr ""
31+
32+
#. module: stock_quantity_history_location
33+
#. odoo-javascript
34+
#: code:addons/stock_quantity_history_location/static/src/components/inventory_report/inventory_report.xml:0
35+
#, python-format
36+
msgid "Inventory at Date & Location"
37+
msgstr "Stoc în data & locaţia"
38+
39+
#. module: stock_quantity_history_location
40+
#: model:ir.model.fields,field_description:stock_quantity_history_location.field_stock_quantity_history__location_id
41+
msgid "Location"
42+
msgstr "Locaţia"
43+
44+
#. module: stock_quantity_history_location
45+
#: model:ir.model,name:stock_quantity_history_location.model_stock_quantity_history
46+
msgid "Stock Quantity History"
47+
msgstr "Stoc cantitativ istoric"
48+
49+
#~ msgid "Include child locations"
50+
#~ msgstr "Inclusiv sublocaţii"

0 commit comments

Comments
 (0)