mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
Merge branch '8.0' of https://github.com/OCA/stock-logistics-warehouse into 8.0-stock_available_immediately2
Conflicts: stock_available_immediately/__openerp__.py
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
{
|
||||
"name" : "Base Products Merge",
|
||||
"version" : "1.0",
|
||||
"author" : "Camptocamp",
|
||||
"author" : "Camptocamp,Odoo Community Association (OCA)",
|
||||
"category" : "Generic Modules/Base",
|
||||
"description":"""
|
||||
To merge 2 products, select them in the list view and execute the Action "Merge Products".
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
##############################################################################
|
||||
{'name' : 'name',
|
||||
'version' : '0.1',
|
||||
'author' : 'Camptocamp',
|
||||
'author' : "Camptocamp,Odoo Community Association (OCA)",
|
||||
'maintainer': 'Camptocamp',
|
||||
'category': 'Warehouse',
|
||||
'complexity': "normal", # easy, normal, expert
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
{
|
||||
'name': 'Consider the production potential is available to promise',
|
||||
'version': '2.0',
|
||||
'author': u'Numérigraphe',
|
||||
"author": u"Numérigraphe,Odoo Community Association (OCA)",
|
||||
'category': 'Hidden',
|
||||
'depends': ['stock_available', 'mrp'],
|
||||
'data': [
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
{
|
||||
'name': 'Quotations in quantity available to promise',
|
||||
'version': '2.0',
|
||||
'author': u'Numérigraphe SÀRL',
|
||||
"author": u"Numérigraphe,Odoo Community Association (OCA)",
|
||||
'category': 'Hidden',
|
||||
'depends': [
|
||||
'stock_available',
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
{
|
||||
"name" : "Inventory Extended",
|
||||
"version" : "1.0",
|
||||
"author" : "Julius Network Solutions",
|
||||
"author" : "Julius Network Solutions,Odoo Community Association (OCA)",
|
||||
"description" : """
|
||||
|
||||
Presentation:
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
{
|
||||
"name" : "Move Inventory Extended",
|
||||
"version" : "1.0",
|
||||
"author" : "Julius Network Solutions",
|
||||
"author" : "Julius Network Solutions,Odoo Community Association (OCA)",
|
||||
"description" : """
|
||||
|
||||
Presentation:
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
{
|
||||
"name" : "Move Inventory Extended",
|
||||
"version" : "1.0",
|
||||
"author" : "Julius Network Solutions",
|
||||
"author" : "Julius Network Solutions,Odoo Community Association (OCA)",
|
||||
"description" : """
|
||||
|
||||
Presentation:
|
||||
|
||||
@@ -34,7 +34,7 @@ Set the 'Lot valuation' flag on product form (used for real time valuation).
|
||||
As for products, lots have 'cost' and 'costing method' fields. Also, a
|
||||
'Change Standard Price' wizard is available.
|
||||
""",
|
||||
'author': 'Agile Business Group',
|
||||
'author': "Agile Business Group,Odoo Community Association (OCA)",
|
||||
'website': 'http://www.agilebg.com',
|
||||
'license': 'AGPL-3',
|
||||
"depends": ['stock'],
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
{
|
||||
"name" : "Move Stock Location",
|
||||
"version" : "1.0",
|
||||
"author" : "Julius Network Solutions",
|
||||
"author" : "Julius Network Solutions,Odoo Community Association (OCA)",
|
||||
"description" : """
|
||||
|
||||
Presentation:
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
You can choose which stock moves have to generate inventory valuation
|
||||
accounting entries, by specifying it in the location form.
|
||||
""",
|
||||
'author': 'Agile Business Group',
|
||||
'author': "Agile Business Group,Odoo Community Association (OCA)",
|
||||
'website': 'http://www.agilebg.com',
|
||||
'license': 'AGPL-3',
|
||||
"depends": ['stock'],
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
{'name': 'Configuration of order point in mass',
|
||||
'version': '1.0',
|
||||
'author': 'Camptocamp',
|
||||
'author': "Camptocamp,Odoo Community Association (OCA)",
|
||||
'maintainer': 'Camptocamp',
|
||||
'category': 'Warehouse',
|
||||
'complexity': 'easy', #easy, normal, expert
|
||||
|
||||
@@ -46,7 +46,7 @@ executed daily and will update the maximum quantity in the reordering rule
|
||||
|
||||
This module doesn't need purchase module to work, but it's useful with that
|
||||
module.""",
|
||||
'author': 'Sergio Corato',
|
||||
'author': "Sergio Corato,Odoo Community Association (OCA)",
|
||||
'website': 'http://www.icstools.it',
|
||||
'depends': ['procurement',
|
||||
'sale',
|
||||
|
||||
Reference in New Issue
Block a user