diff --git a/sale_order_batch_stock/README.rst b/sale_order_batch_stock/README.rst index 53bc29d..a315b57 100644 --- a/sale_order_batch_stock/README.rst +++ b/sale_order_batch_stock/README.rst @@ -1,3 +1,7 @@ +.. image:: https://odoo-community.org/readme-banner-image + :target: https://odoo-community.org/get-involved?utm_source=readme + :alt: Odoo Community Association + ============================== Sale Order Batch Stock Binding ============================== @@ -13,12 +17,12 @@ Sale Order Batch Stock Binding .. |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 +.. |badge2| image:: https://img.shields.io/badge/license-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-bakeupboys%2Fnfu-lightgray.png?logo=github - :target: https://github.com/bakeupboys/nfu/tree/16.0/sale_order_batch_stock - :alt: bakeupboys/nfu +.. |badge3| image:: https://img.shields.io/badge/github-madmooose%2Fodooapps-lightgray.png?logo=github + :target: https://github.com/madmooose/odooapps/tree/16.0/sale_order_batch_stock + :alt: madmooose/odooapps |badge1| |badge2| |badge3| @@ -37,10 +41,10 @@ Changelog Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. +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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -51,6 +55,7 @@ Authors ~~~~~~~ * BAKEUP +* Niels Göttsch Contributors ~~~~~~~~~~~~ @@ -60,6 +65,6 @@ Contributors Maintainers ~~~~~~~~~~~ -This module is part of the `bakeupboys/nfu `_ project on GitHub. +This module is part of the `madmooose/odooapps `_ project on GitHub. You are welcome to contribute. diff --git a/sale_order_batch_stock/__manifest__.py b/sale_order_batch_stock/__manifest__.py index 950a05a..3952616 100644 --- a/sale_order_batch_stock/__manifest__.py +++ b/sale_order_batch_stock/__manifest__.py @@ -1,8 +1,8 @@ { "name": "Sale Order Batch Stock Binding", "summary": "Sale Order Batch Stock Bindingh", - "author": "BAKEUP", - "website": "https://www.bakeup.org", + "author": "BAKEUP,Niels Göttsch", + "website": "https://ziemlichoptimal.de", "category": "hidden", "version": "16.0.0.0.1", "depends": ["sale_order_batch", "sale_stock"], diff --git a/sale_order_batch_stock/models/sale_order_batch.py b/sale_order_batch_stock/models/sale_order_batch.py index ef245d2..71affa2 100644 --- a/sale_order_batch_stock/models/sale_order_batch.py +++ b/sale_order_batch_stock/models/sale_order_batch.py @@ -1,6 +1,5 @@ from odoo import api, fields, models - STATES = [("open", "Open"), ("close", "Close")] diff --git a/sale_order_batch_stock/pyproject.toml b/sale_order_batch_stock/pyproject.toml new file mode 100644 index 0000000..4231d0c --- /dev/null +++ b/sale_order_batch_stock/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/sale_order_batch_stock/static/description/index.html b/sale_order_batch_stock/static/description/index.html index d5c33c1..451bf2a 100644 --- a/sale_order_batch_stock/static/description/index.html +++ b/sale_order_batch_stock/static/description/index.html @@ -3,7 +3,7 @@ -Sale Order Batch Stock Binding +README.rst -
-

Sale Order Batch Stock Binding

+
+ + +Odoo Community Association + +
+

Sale Order Batch Stock Binding

-

Beta License: LGPL-3 bakeupboys/nfu

+

Beta License: LGPL-3 madmooose/odooapps

This module adds Deliverys to Sale ORder Batch Views.

Table of contents

@@ -385,7 +390,7 @@ ul.auto-toc {
-

Changelog

+

Changelog

@@ -396,33 +401,35 @@ ul.auto-toc {
-

Bug Tracker

-

Bugs are tracked on GitHub Issues. +

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.

+feedback.

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

  • BAKEUP
  • +
  • Niels Göttsch
-

Maintainers

-

This module is part of the bakeupboys/nfu project on GitHub.

+

Maintainers

+

This module is part of the madmooose/odooapps project on GitHub.

You are welcome to contribute.

+
diff --git a/sale_order_batch_stock/views/sale_order_batch_views.xml b/sale_order_batch_stock/views/sale_order_batch_views.xml index 19a9e9e..0373704 100644 --- a/sale_order_batch_stock/views/sale_order_batch_views.xml +++ b/sale_order_batch_stock/views/sale_order_batch_views.xml @@ -1,9 +1,9 @@ - + sale.order.batch.form.stock sale.order.batch - +