merge upstream
authorChristophe Matthieu <chm@odoo.com>
Fri, 20 Jun 2014 08:09:16 +0000 (10:09 +0200)
committerChristophe Matthieu <chm@odoo.com>
Fri, 20 Jun 2014 08:09:16 +0000 (10:09 +0200)
1  2 
addons/product/product.py
addons/website_sale/controllers/main.py
addons/website_sale/static/src/js/website.tour.sale.js
addons/website_sale/tests/test_sale_process.py
addons/website_sale/views/templates.xml

Simple merge
@@@ -11,14 -11,14 +11,22 @@@ inject = 
  @openerp.tests.common.post_install(True)
  class TestUi(openerp.tests.HttpCase):
      def test_01_admin_shop_tour(self):
++<<<<<<< HEAD
 +        self.phantom_js("/", "openerp.website.Tour.run('shop', 'test')", "openerp.website.Tour.tours.shop", login="admin")
 +        self.phantom_js("/", "openerp.website.Tour.run('shop_customize', 'test')", "openerp.website.Tour.tours.shop_customize", login="admin", inject=inject)
 +
 +    def test_02_admin_checkout(self):
 +        self.phantom_js("/", "openerp.website.Tour.run('shop_buy_product', 'test')", "openerp.website.Tour.tours.shop_buy_product", login="admin", inject=inject)
++=======
+         self.phantom_js("/", "openerp.Tour.run('shop', 'test')", "openerp.Tour.tours.shop", login="admin")
+     def test_02_admin_checkout(self):
+         self.phantom_js("/", "openerp.Tour.run('shop_customize', 'test')", "openerp.Tour.tours.shop_customize", login="admin", inject=inject)
+         self.phantom_js("/", "openerp.Tour.run('shop_buy_product', 'test')", "openerp.Tour.tours.shop_buy_product", login="admin", inject=inject)
++>>>>>>> remotes/odoo/master
  
      def test_03_demo_checkout(self):
-         self.phantom_js("/", "openerp.website.Tour.run('shop_buy_product', 'test')", "openerp.website.Tour.tours.shop_buy_product", login="demo", inject=inject)
+         self.phantom_js("/", "openerp.Tour.run('shop_buy_product', 'test')", "openerp.Tour.tours.shop_buy_product", login="demo", inject=inject)
  
      def test_04_public_checkout(self):
-         self.phantom_js("/", "openerp.website.Tour.run('shop_buy_product', 'test')", "openerp.website.Tour.tours.shop_buy_product", inject=inject)
+         self.phantom_js("/", "openerp.Tour.run('shop_buy_product', 'test')", "openerp.Tour.tours.shop_buy_product", inject=inject)