Skip to content

Commit

Permalink
[MIG] stock_available_unreserved: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomacr committed Dec 23, 2022
1 parent 4a6074e commit a94f9cb
Show file tree
Hide file tree
Showing 46 changed files with 21 additions and 13 deletions.
1 change: 1 addition & 0 deletions setup/_metapackage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
install_requires=[
'odoo-addon-stock_available>=16.0dev,<16.1dev',
'odoo-addon-stock_available_immediately>=16.0dev,<16.1dev',
'odoo-addon-stock_available_unreserved>=16.0dev,<16.1dev',
],
classifiers=[
'Programming Language :: Python',
Expand Down
6 changes: 6 additions & 0 deletions setup/stock_available_unreserved/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
14 changes: 7 additions & 7 deletions README.rst → stock_available_unreserved/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Stock Available Unreserved
.. |badge2| image:: https://img.shields.io/badge/licence-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-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github
:target: https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_available_unreserved
:alt: OCA/stock-logistics-warehouse
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--availability-lightgray.png?logo=github
:target: https://github.com/OCA/stock-logistics-availability/tree/15.0/stock_available_unreserved
:alt: OCA/stock-logistics-availability
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_available_unreserved
:target: https://translation.odoo-community.org/projects/stock-logistics-availability-15-0/stock-logistics-availability-15-0-stock_available_unreserved
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/153/15.0
Expand All @@ -44,10 +44,10 @@ the availability of unreserved stock.
Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-warehouse/issues>`_.
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-availability/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_available_unreserved%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/stock-logistics-availability/issues/new?body=module:%20stock_available_unreserved%0Aversion:%2015.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.

Expand Down Expand Up @@ -90,6 +90,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-LoisRForgeFlow|

This module is part of the `OCA/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_available_unreserved>`_ project on GitHub.
This module is part of the `OCA/stock-logistics-availability <https://github.com/OCA/stock-logistics-availability/tree/15.0/stock_available_unreserved>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
{
"name": "Stock Available Unreserved",
"summary": "Quantity of stock available for immediate use",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"development_status": "Production/Stable",
"maintainers": ["LoisRForgeFlow"],
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse Management",
"website": "https://github.com/OCA/stock-logistics-availability",
"category": "Warehouse Availability",
"depends": ["stock"],
"data": ["views/stock_quant_view.xml", "views/product_view.xml"],
"license": "LGPL-3",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def setUpClass(cls):
"picking_type_id": cls.env.ref("stock.picking_type_in").id,
"location_id": cls.supplier_location.id,
"location_dest_id": cls.stock_location.id,
"move_lines": [
"move_ids": [
(
0,
0,
Expand All @@ -101,7 +101,7 @@ def setUpClass(cls):
"picking_type_id": cls.env.ref("stock.picking_type_in").id,
"location_id": cls.supplier_location.id,
"location_dest_id": cls.stock_location.id,
"move_lines": [
"move_ids": [
(
0,
0,
Expand All @@ -124,7 +124,7 @@ def setUpClass(cls):
"location_id": cls.stock_location.id,
"location_dest_id": cls.customer_location.id,
"immediate_transfer": False,
"move_lines": [
"move_ids": [
(
0,
0,
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a94f9cb

Please sign in to comment.