diff --git a/stock_picking_line_price/README.rst b/stock_picking_line_price/README.rst new file mode 100644 index 000000000..10a54c6f7 --- /dev/null +++ b/stock_picking_line_price/README.rst @@ -0,0 +1,63 @@ +======================== +Stock picking line price +======================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:4d312159d5087aab9df4896b5724dcf59f39470a8b1393e004386a816eb3bf6a + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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-NuoBiT%2Fodoo--addons-lightgray.png?logo=github + :target: https://github.com/NuoBiT/odoo-addons/tree/18.0/stock_picking_line_price + :alt: NuoBiT/odoo-addons + +|badge1| |badge2| |badge3| + +Adds price on picking lines. + +**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 +------- + +* NuoBiT Solutions SL + +Contributors +------------ + +- `NuoBiT `__: + + - Eric Antones eantones@nuobit.com + - Deniz Gallo dgallo@nuobit.com + +Maintainers +----------- + +This module is part of the `NuoBiT/odoo-addons `_ project on GitHub. + +You are welcome to contribute. diff --git a/stock_picking_line_price/__init__.py b/stock_picking_line_price/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/stock_picking_line_price/__manifest__.py b/stock_picking_line_price/__manifest__.py new file mode 100644 index 000000000..a0afb4fdc --- /dev/null +++ b/stock_picking_line_price/__manifest__.py @@ -0,0 +1,19 @@ +# Copyright NuoBiT Solutions SL - Eric Antones +# Copyright 2025 NuoBiT Solutions SL - Deniz Gallo +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) + +{ + "name": "Stock picking line price", + "summary": "Adds price on picking lines.", + "author": "NuoBiT Solutions SL", + "category": "Warehouse", + "version": "18.0.1.0.0", + "license": "AGPL-3", + "website": "https://github.com/NuoBiT/odoo-addons", + "depends": [ + "stock", + ], + "data": [ + "views/stock_picking_views.xml", + ], +} diff --git a/stock_picking_line_price/pyproject.toml b/stock_picking_line_price/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/stock_picking_line_price/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/stock_picking_line_price/readme/CONTRIBUTORS.md b/stock_picking_line_price/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..909507cba --- /dev/null +++ b/stock_picking_line_price/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +- [NuoBiT](https://www.nuobit.com): + - Eric Antones + - Deniz Gallo diff --git a/stock_picking_line_price/readme/DESCRIPTION.md b/stock_picking_line_price/readme/DESCRIPTION.md new file mode 100644 index 000000000..dc7259012 --- /dev/null +++ b/stock_picking_line_price/readme/DESCRIPTION.md @@ -0,0 +1 @@ +Adds price on picking lines. diff --git a/stock_picking_line_price/static/description/icon.png b/stock_picking_line_price/static/description/icon.png new file mode 100644 index 000000000..1cd641e79 Binary files /dev/null and b/stock_picking_line_price/static/description/icon.png differ diff --git a/stock_picking_line_price/static/description/index.html b/stock_picking_line_price/static/description/index.html new file mode 100644 index 000000000..52ae20bf4 --- /dev/null +++ b/stock_picking_line_price/static/description/index.html @@ -0,0 +1,420 @@ + + + + + +Stock picking line price + + + +
+

Stock picking line price

+ + +

Beta License: AGPL-3 NuoBiT/odoo-addons

+

Adds price on picking lines.

+

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

+
    +
  • NuoBiT Solutions SL
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is part of the NuoBiT/odoo-addons project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/stock_picking_line_price/views/stock_picking_views.xml b/stock_picking_line_price/views/stock_picking_views.xml new file mode 100644 index 000000000..66bed7b23 --- /dev/null +++ b/stock_picking_line_price/views/stock_picking_views.xml @@ -0,0 +1,20 @@ + + + + + stock.picking.form.inherit.line.price + stock.picking + + + + + + + + +