modif description and add pictures

This commit is contained in:
Nicolas Bontemps
2012-04-26 12:42:17 +02:00
parent 0a2279b91b
commit 1e888871aa
14 changed files with 73 additions and 13 deletions

View File

@@ -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",

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

View File

@@ -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',

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

View File

@@ -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",

View File

@@ -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",

View File

@@ -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',

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

View File

@@ -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',

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

View File

@@ -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',

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

View File

@@ -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',
],

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB