diff --git a/addons/board_sale/board_sale_view.xml b/addons/board_sale/board_sale_view.xml index d453127a81d..b2b78346224 100644 --- a/addons/board_sale/board_sale_view.xml +++ b/addons/board_sale/board_sale_view.xml @@ -14,19 +14,37 @@ - - + + - + + - + @@ -41,6 +59,26 @@ - + + + // + // Administrator shortcut + // Demo user startup menu + // + + Sales dashboard + + ir.ui.menu + 1 + + + + + + diff --git a/addons/product/product_demo.xml b/addons/product/product_demo.xml index 4294c330a75..9aab1f08a88 100644 --- a/addons/product/product_demo.xml +++ b/addons/product/product_demo.xml @@ -140,8 +140,8 @@ MB1 - 150.0 - 100.0 + 88.0 + 54.0 1.0 diff --git a/addons/profile_manufacturing/__terp__.py b/addons/profile_manufacturing/__terp__.py index c7c1f4f988f..2ee1b8de3b7 100644 --- a/addons/profile_manufacturing/__terp__.py +++ b/addons/profile_manufacturing/__terp__.py @@ -3,7 +3,7 @@ "version":"1.0", "author":"Tiny", "category":"Profile", - "depends":["base", "mrp", "product", "stock", "crm", "sale", "delivery"], + "depends":["mrp", "crm", "sale", "delivery", "board_sale"], "demo_xml":[], "update_xml":[], "active":False, diff --git a/addons/sale/sale_demo.xml b/addons/sale/sale_demo.xml index 511d3de13e0..53b60e0535a 100644 --- a/addons/sale/sale_demo.xml +++ b/addons/sale/sale_demo.xml @@ -9,6 +9,7 @@ + @@ -27,5 +28,76 @@ 123 make_to_stock + + + + [PC1] Basic PC + + + 450 + 3 + 3 + make_to_stock + + + + [PC1] Basic PC + + + 450 + 3 + 3 + make_to_stock + + + + [MB1] Mainboard ASUStek A7N8X + + + 88 + 5 + 5 + make_to_stock + + + + + + + + + + + + + + + + + + + + + + [PC2] Computer assembled on demand + + + 540 + make_to_order + + + + [MB1] Mainboard ASUStek (purchased on order) + + + 88 + 8 + 8 + make_to_order +