diff --git a/setup/stock_reservation_date_show/odoo/addons/stock_reservation_date_show b/setup/stock_reservation_date_show/odoo/addons/stock_reservation_date_show new file mode 120000 index 000000000..548e2d3d7 --- /dev/null +++ b/setup/stock_reservation_date_show/odoo/addons/stock_reservation_date_show @@ -0,0 +1 @@ +../../../../stock_reservation_date_show \ No newline at end of file diff --git a/setup/stock_reservation_date_show/setup.py b/setup/stock_reservation_date_show/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/stock_reservation_date_show/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/stock_reservation_date_show/README.rst b/stock_reservation_date_show/README.rst new file mode 100644 index 000000000..fe496941a --- /dev/null +++ b/stock_reservation_date_show/README.rst @@ -0,0 +1,78 @@ +=========================== +Stock Reservation Date Show +=========================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:008c3de36d56c69a5928d7b2a2f83a0836e5181233bee6acd594ef28a2242312 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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--warehouse-lightgray.png?logo=github + :target: https://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_reservation_date_show + :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-16-0/stock-logistics-warehouse-16-0-stock_reservation_date_show + :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=16.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +Display the reservation date of stock moves. + +**Table of contents** + +.. contents:: + :local: + +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 +~~~~~~~ + +* ForgeFlow + +Contributors +~~~~~~~~~~~~ + +* `ForgeFlow `_: + + * Jordi Masvidal + +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 `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_reservation_date_show/__init__.py b/stock_reservation_date_show/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/stock_reservation_date_show/__manifest__.py b/stock_reservation_date_show/__manifest__.py new file mode 100644 index 000000000..1159a0cba --- /dev/null +++ b/stock_reservation_date_show/__manifest__.py @@ -0,0 +1,19 @@ +# Copyright 2024 ForgeFlow S.L. (http://www.forgeflow.com) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). +{ + "name": "Stock Reservation Date Show", + "version": "16.0.1.0.0", + "license": "AGPL-3", + "maintainer": ["JordiMForgeFlow"], + "category": "Warehouse Management", + "summary": "Display reservation date of stock moves", + "author": "ForgeFlow, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/stock-logistics-warehouse", + "depends": ["stock"], + "data": [ + "views/stock_move_views.xml", + "views/stock_picking_views.xml", + ], + "installable": True, + "application": False, +} diff --git a/stock_reservation_date_show/readme/CONTRIBUTORS.rst b/stock_reservation_date_show/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..4c4f65201 --- /dev/null +++ b/stock_reservation_date_show/readme/CONTRIBUTORS.rst @@ -0,0 +1,3 @@ +* `ForgeFlow `_: + + * Jordi Masvidal diff --git a/stock_reservation_date_show/readme/DESCRIPTION.rst b/stock_reservation_date_show/readme/DESCRIPTION.rst new file mode 100644 index 000000000..3d89f7ccd --- /dev/null +++ b/stock_reservation_date_show/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Display the reservation date of stock moves. diff --git a/stock_reservation_date_show/static/description/icon.png b/stock_reservation_date_show/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/stock_reservation_date_show/static/description/icon.png differ diff --git a/stock_reservation_date_show/static/description/index.html b/stock_reservation_date_show/static/description/index.html new file mode 100644 index 000000000..c7bd5cd82 --- /dev/null +++ b/stock_reservation_date_show/static/description/index.html @@ -0,0 +1,423 @@ + + + + + +Stock Reservation Date Show + + + +
+

Stock Reservation Date Show

+ + +

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

+

Display the reservation date of stock moves.

+

Table of contents

+ +
+

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

+
    +
  • ForgeFlow
  • +
+
+
+

Contributors

+ +
+
+

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/stock-logistics-warehouse project on GitHub.

+

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

+
+
+
+ + diff --git a/stock_reservation_date_show/views/stock_move_views.xml b/stock_reservation_date_show/views/stock_move_views.xml new file mode 100644 index 000000000..c6d0a20dd --- /dev/null +++ b/stock_reservation_date_show/views/stock_move_views.xml @@ -0,0 +1,22 @@ + + + stock.move.tree - stock_reservation_date_show + stock.move + + + + + + + + + stock.move.form - stock_reservation_date_show + stock.move + + + + + + + + diff --git a/stock_reservation_date_show/views/stock_picking_views.xml b/stock_reservation_date_show/views/stock_picking_views.xml new file mode 100644 index 000000000..1456d4c1d --- /dev/null +++ b/stock_reservation_date_show/views/stock_picking_views.xml @@ -0,0 +1,15 @@ + + + stock.picking.form - stock_reservation_date_show + stock.picking + + + + + + + +