mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
modif description and add pictures
This commit is contained in:
@@ -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 |
@@ -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',
|
||||
|
||||
BIN
stock_inventory_extended/images/Inventory extended.png
Normal file
BIN
stock_inventory_extended/images/Inventory extended.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 93 KiB |
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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',
|
||||
|
||||
BIN
stock_move_packaging/images/Move packaging.png
Normal file
BIN
stock_move_packaging/images/Move packaging.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 121 KiB |
@@ -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',
|
||||
|
||||
BIN
stock_tracking_add_move/images/Add move.png
Normal file
BIN
stock_tracking_add_move/images/Add move.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 88 KiB |
@@ -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',
|
||||
|
||||
BIN
stock_tracking_extended/images/Tracking extended.png
Normal file
BIN
stock_tracking_extended/images/Tracking extended.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 106 KiB |
@@ -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',
|
||||
],
|
||||
|
||||
BIN
stock_tracking_reopen/images/Tracking reopen.png
Normal file
BIN
stock_tracking_reopen/images/Tracking reopen.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 121 KiB |
Reference in New Issue
Block a user