From 59c7df686adb2b26748d10998c315a8a3b9bdab8 Mon Sep 17 00:00:00 2001 From: "Rucha (Open ERP)" Date: Fri, 27 Jul 2012 17:48:27 +0530 Subject: [PATCH] [IMP]: stock: Improved shop names bzr revid: rpa@tinyerp.com-20120727121827-dnv7nmuaxhxvnqmd --- addons/stock/stock_demo.xml | 28 +++++++++---------- addons/stock_location/__openerp__.py | 4 +-- .../stock_location_demo_cpu1.xml | 4 +-- .../test/stock_location_pull_flow.yml | 2 +- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/addons/stock/stock_demo.xml b/addons/stock/stock_demo.xml index 787f8bc9491..6b869904d39 100644 --- a/addons/stock/stock_demo.xml +++ b/addons/stock/stock_demo.xml @@ -182,7 +182,7 @@ - Computech Systems + Your company, Chicago shop 1 @@ -192,9 +192,9 @@ 60610 Chicago - info@computech.com + chicago@yourcompany.com +1 312 349 3030 - www.computech.com + www.yourcompany.com @@ -204,15 +204,15 @@ - + - Computech Systems + Your company, Chicago shop - SoftSys Technologies + Your company, Birmingham shop @@ -222,8 +222,8 @@ B46 3AG +44 121 690 4596 - info@softsys.com - www.softsys.com + birmingham@yourcompany.com + www.yourcompany.com @@ -233,10 +233,10 @@ - + - SoftSys Technologies + Your company, Birmingham shop @@ -246,7 +246,7 @@ - Computech Systems + Your company, Chicago shop @@ -255,7 +255,7 @@ - SoftSys Technologies + Your company, Birmingham shop @@ -266,7 +266,7 @@ - + Chicago Warehouse @@ -274,7 +274,7 @@ - Softsys + Birmingham Warehouse diff --git a/addons/stock_location/__openerp__.py b/addons/stock_location/__openerp__.py index b9d6286b4c3..db2858bb44a 100644 --- a/addons/stock_location/__openerp__.py +++ b/addons/stock_location/__openerp__.py @@ -84,8 +84,8 @@ Use-Case: --------- You can use the demo data as follow: - CPU1: Sell some CPU1 from Computech and run the scheduler - - Warehouse: delivery order, Computech: reception + CPU1: Sell some CPU1 from Chicago Shop and run the scheduler + - Warehouse: delivery order, Chicago Shop: reception CPU3: - When receiving the product, it goes to Quality Control location then stored to shelf 2. diff --git a/addons/stock_location/stock_location_demo_cpu1.xml b/addons/stock_location/stock_location_demo_cpu1.xml index d35a14f1e4b..6578a961ff3 100644 --- a/addons/stock_location/stock_location_demo_cpu1.xml +++ b/addons/stock_location/stock_location_demo_cpu1.xml @@ -77,13 +77,13 @@ - Computech + Chicago Shop - Softsys + Birmingham shop diff --git a/addons/stock_location/test/stock_location_pull_flow.yml b/addons/stock_location/test/stock_location_pull_flow.yml index c8c151cac77..a7dd7d82607 100644 --- a/addons/stock_location/test/stock_location_pull_flow.yml +++ b/addons/stock_location/test/stock_location_pull_flow.yml @@ -198,7 +198,7 @@ procurement_ids=self.search(cr, uid, [('name','=','E001')]) assert len(procurement_ids), "Procurement order hasn't Created." - - I check the Outgoing Picking is created for source location Softsys and destination Computech. + I check the Outgoing Picking is created for source location Birmingham Shop and destination Chicago shop. - !python {model: stock.picking }: | from tools.translate import _