← Back to team overview

openerp-india team mailing list archive

[Bug 1317346] [NEW] [stock] controllers/main.py wrong import at html_template

 

Public bug reported:

Hi, Oerp Dev Guys

html_template is not longer at web.controllers.many.py


=== modified file 'stock/controllers/main.py'
--- stock/controllers/main.py   2014-05-05 07:39:31 +0000
+++ stock/controllers/main.py   2014-05-08 03:46:30 +0000
@@ -8,7 +8,7 @@
 
 from openerp import http
 from openerp.http import request                                                                                                                                                                                  
-from openerp.addons.web.controllers.main import manifest_list, module_boot, html_template                                                                                                                         
+from openerp.addons.web.controllers.main import manifest_list, module_boot                                                                                                                                        
                                                                                                                                                                                                                   
 _logger = logging.getLogger(__name__)

Best Regards.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

** Branch linked: lp:~openerp-dev/openobject-addons/trunk-wms

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1317346

Title:
  [stock] controllers/main.py wrong import at html_template

Status in OpenERP Addons (modules):
  New

Bug description:
  Hi, Oerp Dev Guys

  html_template is not longer at web.controllers.many.py

  
  === modified file 'stock/controllers/main.py'
  --- stock/controllers/main.py   2014-05-05 07:39:31 +0000
  +++ stock/controllers/main.py   2014-05-08 03:46:30 +0000
  @@ -8,7 +8,7 @@
   
   from openerp import http
   from openerp.http import request                                                                                                                                                                                  
  -from openerp.addons.web.controllers.main import manifest_list, module_boot, html_template                                                                                                                         
  +from openerp.addons.web.controllers.main import manifest_list, module_boot                                                                                                                                        
                                                                                                                                                                                                                     
   _logger = logging.getLogger(__name__)

  Best Regards.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1317346/+subscriptions


Follow ups

References