diff --git a/stock_inventory_existing_lines/__openerp__.py b/stock_inventory_existing_lines/__openerp__.py index 0b0b73d3e..2f763002d 100644 --- a/stock_inventory_existing_lines/__openerp__.py +++ b/stock_inventory_existing_lines/__openerp__.py @@ -20,11 +20,19 @@ ################################################################################# { - "name" : "Invetory Extended", + "name" : "Inventory Extended", "version" : "1.0", "author" : "Julius Network Solutions", - "description" : """ This module adds a new field based on lines into the inventory - to know what are lines correctly in the system """, + "description" : """ + +Presentation: + +This module adds a new field based on lines into the inventory +to know what are lines correctly in the system. + +This module adds a new tab 'Lines' in Physical Inventories with correct lines of Stock Inventory Lines. + + """, "website" : "http://www.julius.fr", "depends" : [ "stock", @@ -32,6 +40,7 @@ "category" : "Customs/Stock", "init_xml" : [], "demo_xml" : [], + "images" : ['images/Inventory existing lines.png'], "update_xml" : [ 'stock_view.xml', "security/ir.model.access.csv", diff --git a/stock_inventory_existing_lines/images/Inventory existing lines.png b/stock_inventory_existing_lines/images/Inventory existing lines.png new file mode 100644 index 000000000..eeed64ab9 Binary files /dev/null and b/stock_inventory_existing_lines/images/Inventory existing lines.png differ diff --git a/stock_inventory_extended/__openerp__.py b/stock_inventory_extended/__openerp__.py index 79b4e2bf6..5465c2ec4 100644 --- a/stock_inventory_extended/__openerp__.py +++ b/stock_inventory_extended/__openerp__.py @@ -20,11 +20,17 @@ ################################################################################# { - "name" : "Move Invetory Extended", + "name" : "Move Inventory Extended", "version" : "1.0", "author" : "Julius Network Solutions", - "description" : """ This module adds a new field based on lines into the inventory - to get all lines pre-filled and all lines scanned """, + "description" : """ + +Presentation: + +This module adds a new field based on lines into the inventory +to get all lines pre-filled and all lines scanned + +""", "website" : "http://www.julius.fr", "depends" : [ "stock", @@ -32,6 +38,7 @@ "category" : "Customs/Stock", "init_xml" : [], "demo_xml" : [], + "images" : ['images/Inventory extended.png'], "update_xml" : [ 'stock_view.xml', # 'wizard/stock_fill_inventory_view.xml', diff --git a/stock_inventory_extended/images/Inventory extended.png b/stock_inventory_extended/images/Inventory extended.png new file mode 100644 index 000000000..6a973891f Binary files /dev/null and b/stock_inventory_extended/images/Inventory extended.png differ diff --git a/stock_inventory_with_location/__openerp__.py b/stock_inventory_with_location/__openerp__.py index 49c7acee8..877915b2f 100644 --- a/stock_inventory_with_location/__openerp__.py +++ b/stock_inventory_with_location/__openerp__.py @@ -20,10 +20,16 @@ ################################################################################# { - "name" : "Move Invetory Extended", + "name" : "Move Inventory Extended", "version" : "1.0", "author" : "Julius Network Solutions", - "description" : """ This module get the product real location if exists instead of inventory location """, + "description" : """ + +Presentation: + +This module get the product real location if exists instead of inventory location. + +""", "website" : "http://www.julius.fr", "depends" : [ "stock", diff --git a/stock_move_location/__openerp__.py b/stock_move_location/__openerp__.py index 213443001..a73638d2a 100644 --- a/stock_move_location/__openerp__.py +++ b/stock_move_location/__openerp__.py @@ -23,7 +23,14 @@ "name" : "Move Stock Location", "version" : "1.0", "author" : "Julius Network Solutions", - "description" : """ This module allows to move all stock in a stock location to an other one """, + "description" : """ + +Presentation: + +This module allows to move all stock in a stock location to an other one. +And adds fields and buttons to advance in Physical Inventories. + +""", "website" : "http://www.julius.fr", "depends" : [ "stock", diff --git a/stock_move_packaging/__openerp__.py b/stock_move_packaging/__openerp__.py index c64d3cac9..0eb3b3f33 100644 --- a/stock_move_packaging/__openerp__.py +++ b/stock_move_packaging/__openerp__.py @@ -23,7 +23,14 @@ "name" : "Move Stock Packaging", "version" : "1.0", "author" : "Julius Network Solutions", - "description" : """ This module allows to move packing with a wizard """, + "description" : """ + +Presentation: + +This module allows to move packing with a wizard +and adds fields for source location and destination location in History. + +""", "website" : "http://www.julius.fr", "depends" : [ "stock", @@ -32,6 +39,7 @@ "category" : "Customs/Stock", "init_xml" : [], "demo_xml" : [], + "images" : ['images/Move packaging.png'], "update_xml" : [ 'stock_view.xml', 'wizard/move_pack_view.xml', diff --git a/stock_move_packaging/images/Move packaging.png b/stock_move_packaging/images/Move packaging.png new file mode 100644 index 000000000..0c041adb3 Binary files /dev/null and b/stock_move_packaging/images/Move packaging.png differ diff --git a/stock_tracking_add_move/__openerp__.py b/stock_tracking_add_move/__openerp__.py index f7027b189..cb42e11e7 100644 --- a/stock_tracking_add_move/__openerp__.py +++ b/stock_tracking_add_move/__openerp__.py @@ -23,7 +23,15 @@ "name" : "Stock tracking add moves", "version" : "1.0", "author" : "Julius Network Solutions", - "description" : """ This module add a wizard to fill in packaging """, + "description" : """ + +Presentation: + +This module add a wizard to fill in packaging. +This wizard is used to add or remove an object from a package. +Adding to the historical movements and parent objects + +""", "website" : "http://www.julius.fr", "depends" : [ "stock", @@ -33,6 +41,7 @@ "category" : "Customs/Stock", "init_xml" : [], "demo_xml" : [], + "images" : ['images/Add move.png'], "update_xml" : [ 'wizard/add_move_view.xml', 'stock_view.xml', diff --git a/stock_tracking_add_move/images/Add move.png b/stock_tracking_add_move/images/Add move.png new file mode 100644 index 000000000..fcf1ad612 Binary files /dev/null and b/stock_tracking_add_move/images/Add move.png differ diff --git a/stock_tracking_extended/__openerp__.py b/stock_tracking_extended/__openerp__.py index a34a44056..67d25e95d 100644 --- a/stock_tracking_extended/__openerp__.py +++ b/stock_tracking_extended/__openerp__.py @@ -23,7 +23,13 @@ "name" : "Stock Packaging extended", "version" : "1.0", "author" : "Julius Network Solutions", - "description" : """ This Module allows to have parent/child packaging """, + "description" : """ + +Presentation: + +This module allows to define and identify package in parent or child + +""", "website" : "http://www.julius.fr", "depends" : [ "stock", @@ -31,6 +37,7 @@ "category" : "Stock", "init_xml" : [], "demo_xml" : [], + "images" : ['images/Tracking extended.png'], "update_xml" : [ 'stock_tracking_view.xml', 'inventory_sequence.xml', diff --git a/stock_tracking_extended/images/Tracking extended.png b/stock_tracking_extended/images/Tracking extended.png new file mode 100644 index 000000000..ffc9d8319 Binary files /dev/null and b/stock_tracking_extended/images/Tracking extended.png differ diff --git a/stock_tracking_reopen/__openerp__.py b/stock_tracking_reopen/__openerp__.py index ad9647c3a..369b14b7c 100644 --- a/stock_tracking_reopen/__openerp__.py +++ b/stock_tracking_reopen/__openerp__.py @@ -23,7 +23,13 @@ "name" : "Stock tracking Re-open", "version" : "1.0", "author" : "Julius Network Solutions", - "description" : """ This module Change reference of the packaging if it's re-open """, + "description" : """ + +Presentation: + +This module Change reference of the packaging if it's re-open. + +""", "website" : "http://www.julius.fr", "depends" : [ "stock", @@ -33,6 +39,7 @@ "category" : "Customs/Stock", "init_xml" : [], "demo_xml" : [], + "images" : ['images/Tracking reopen.png'], "update_xml" : [ 'stock_view.xml', ], diff --git a/stock_tracking_reopen/images/Tracking reopen.png b/stock_tracking_reopen/images/Tracking reopen.png new file mode 100644 index 000000000..e93342245 Binary files /dev/null and b/stock_tracking_reopen/images/Tracking reopen.png differ