mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[UPD] prefix versions with 8.0
This commit is contained in:
18
README.md
18
README.md
@@ -22,15 +22,15 @@ Available addons
|
||||
----------------
|
||||
addon | version | summary
|
||||
--- | --- | ---
|
||||
[stock_available](stock_available/) | 2.0 | Stock available to promise
|
||||
[stock_available_immediately](stock_available_immediately/) | 2.0 | Ignore planned receptions in quantity available to promise
|
||||
[stock_inventory_preparation_filter](stock_inventory_preparation_filter/) | 1.0 | More filters for inventory adjustments
|
||||
[stock_location_area_data](stock_location_area_data/) | 0.1 | Add surface units of measure
|
||||
[stock_location_area_management](stock_location_area_management/) | 0.1 | Enter a location's area based on different units of measure
|
||||
[stock_location_ownership](stock_location_ownership/) | 0.1 | Stock Location Ownership
|
||||
[stock_mts_mto_rule](stock_mts_mto_rule/) | 1.0 | Add a MTS+MTO route
|
||||
[stock_reserve](stock_reserve/) | 0.2 | Stock reservations on products
|
||||
[stock_reserve_sale](stock_reserve_sale/) | 1.0 | Stock Reserve Sales
|
||||
[stock_available](stock_available/) | 8.0.2.0.0 | Stock available to promise
|
||||
[stock_available_immediately](stock_available_immediately/) | 8.0.2.0.0 | Ignore planned receptions in quantity available to promise
|
||||
[stock_inventory_preparation_filter](stock_inventory_preparation_filter/) | 8.0.1.0.0 | More filters for inventory adjustments
|
||||
[stock_location_area_data](stock_location_area_data/) | 8.0.0.1.0 | Add surface units of measure
|
||||
[stock_location_area_management](stock_location_area_management/) | 8.0.0.1.0 | Enter a location's area based on different units of measure
|
||||
[stock_location_ownership](stock_location_ownership/) | 8.0.0.1.0 | Stock Location Ownership
|
||||
[stock_mts_mto_rule](stock_mts_mto_rule/) | 8.0.1.0.0 | Add a MTS+MTO route
|
||||
[stock_reserve](stock_reserve/) | 8.0.0.2.0 | Stock reservations on products
|
||||
[stock_reserve_sale](stock_reserve_sale/) | 8.0.1.0.0 | Stock Reserve Sales
|
||||
|
||||
Unported addons
|
||||
---------------
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
{
|
||||
'name': 'Stock available to promise',
|
||||
'version': '2.0',
|
||||
'version': '8.0.2.0.0',
|
||||
"author": u"Numérigraphe,Odoo Community Association (OCA)",
|
||||
'category': 'Warehouse',
|
||||
'depends': ['stock'],
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
{
|
||||
"name": "Ignore planned receptions in quantity available to promise",
|
||||
"version": "2.0",
|
||||
"version": "8.0.2.0.0",
|
||||
"depends": ["stock_available"],
|
||||
"author": "Camptocamp,Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
{
|
||||
"name": "Extended Inventory Preparation Filters",
|
||||
"version": "1.0",
|
||||
"version": "8.0.1.0.0",
|
||||
"depends": [
|
||||
"stock",
|
||||
],
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
##############################################################################
|
||||
{
|
||||
'name': 'Stock Location Area Data',
|
||||
'version': '0.1',
|
||||
'version': '8.0.0.1.0',
|
||||
'author': 'Savoir-faire Linux',
|
||||
'maintainer': 'Savoir-faire Linux',
|
||||
'website': 'http://www.savoirfairelinux.com',
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
##############################################################################
|
||||
{
|
||||
'name': 'Stock Location Area Management',
|
||||
'version': '0.1',
|
||||
'version': '8.0.0.1.0',
|
||||
'author': 'Savoir-faire Linux',
|
||||
'maintainer': 'Savoir-faire Linux',
|
||||
'website': 'http://www.savoirfairelinux.com',
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
##############################################################################
|
||||
|
||||
{'name': 'Stock Location Ownership',
|
||||
'version': '0.1',
|
||||
'version': '8.0.0.1.0',
|
||||
'author': "Camptocamp,Odoo Community Association (OCA)",
|
||||
'category': 'Warehouse',
|
||||
'license': 'AGPL-3',
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
##############################################################################
|
||||
|
||||
{'name': 'Stock MTS+MTO Rule',
|
||||
'version': '1.0',
|
||||
'version': '8.0.1.0.0',
|
||||
'author': 'Akretion,Odoo Community Association (OCA)',
|
||||
'website': 'http://www.akretion.com',
|
||||
'license': 'AGPL-3',
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
{'name': 'Stock Reservation',
|
||||
'summary': 'Stock reservations on products',
|
||||
'version': '0.2',
|
||||
'version': '8.0.0.2.0',
|
||||
'author': "Camptocamp,Odoo Community Association (OCA)",
|
||||
'category': 'Warehouse',
|
||||
'license': 'AGPL-3',
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
##############################################################################
|
||||
|
||||
{'name': 'Stock Reserve Sales',
|
||||
'version': '1.0',
|
||||
'version': '8.0.1.0.0',
|
||||
'author': "Camptocamp,Odoo Community Association (OCA)",
|
||||
'category': 'Warehouse',
|
||||
'license': 'AGPL-3',
|
||||
|
||||
Reference in New Issue
Block a user