Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita una demostración
  • Precios
  • Ayuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyectos
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

QWebTemplateNotFound Error when trying to run a very simple custom report

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
QWebTemplateNotFound
1 Responder
5183 Vistas
Avatar
hesham@elmahdy.info

This is supposed to be a simpIe thing: Just add two more print buttons to drop down from print button of invoice screen and print any text; we'll modify it later. But strangely  I get an error and everyone seems to not find anything wrong with the code. Here goes:

 

I have added two more Invoice printing options in the print button of invoice form. When I click any of them it gives the fillowing error message:

 

You can download the module from here: https://www.dropbox.com/s/k6bukc058j4dxri/odootec_wed.tar.gz?dl=0

 

 

Odoo Client Error

Uncaught SyntaxError: Unexpected end of input

http://localhost:8069/web?debug=#id=1&view_type=form&model=account.invoice&menu_id=220&action=250:0

 

And the following error appears in ubuntu terminal:

2015-03-06 11:17:33,181 29418 ERROR devdb1 werkzeug: Error on request:
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 177, in run_wsgi
    execute(self.server.app)
  File "/usr/local/lib/python2.7/dist-packages/werkzeug/serving.py", line 165, in execute
    application_iter = app(environ, start_response)
  File "/home/hesham/odoo/openerp/service/server.py", line 281, in app
    return self.app(e, s)
  File "/home/hesham/odoo/openerp/service/wsgi_server.py", line 216, in application
    return application_unproxied(environ, start_response)
  File "/home/hesham/odoo/openerp/service/wsgi_server.py", line 202, in application_unproxied
    result = handler(environ, start_response)
  File "/home/hesham/odoo/openerp/http.py", line 1236, in __call__
    return self.dispatch(environ, start_response)
  File "/home/hesham/odoo/openerp/http.py", line 1210, in __call__
    return self.app(environ, start_wrapped)
  File "/usr/local/lib/python2.7/dist-packages/werkzeug/wsgi.py", line 588, in __call__
    return self.app(environ, start_response)
  File "/home/hesham/odoo/openerp/http.py", line 1210, in __call__
    return self.app(environ, start_wrapped)
  File "/usr/local/lib/python2.7/dist-packages/werkzeug/wsgi.py", line 588, in __call__
    return self.app(environ, start_response)
  File "/home/hesham/odoo/openerp/http.py", line 1377, in dispatch
    result = ir_http._dispatch()
  File "/home/hesham/odoo/openerp/addons/base/ir/ir_http.py", line 130, in _dispatch
    return self._handle_exception(e)
  File "/home/hesham/odoo/openerp/addons/base/ir/ir_http.py", line 100, in _handle_exception
    return request._handle_exception(exception)
  File "/home/hesham/odoo/openerp/http.py", line 617, in _handle_exception
    return super(HttpRequest, self)._handle_exception(exception)
  File "/home/hesham/odoo/openerp/addons/base/ir/ir_http.py", line 126, in _dispatch
    result = request.dispatch()
  File "/home/hesham/odoo/openerp/http.py", line 635, in dispatch
    r = self._call_function(**self.params)
  File "/home/hesham/odoo/openerp/http.py", line 294, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/home/hesham/odoo/openerp/service/model.py", line 113, in wrapper
    return f(dbname, *args, **kwargs)
  File "/home/hesham/odoo/openerp/http.py", line 291, in checked_call
    return self.endpoint(*a, **kw)
  File "/home/hesham/odoo/openerp/http.py", line 754, in __call__
    return self.method(*args, **kw)
  File "/home/hesham/odoo/openerp/http.py", line 387, in response_wrap
    response = f(*args, **kw)
  File "/home/hesham/odoo/addons/report/controllers/main.py", line 117, in report_download
    response = self.report_routes(reportname, docids=docids, converter='pdf')
  File "/home/hesham/odoo/openerp/http.py", line 387, in response_wrap
    response = f(*args, **kw)
  File "/home/hesham/odoo/addons/report/controllers/main.py", line 64, in report_routes
    pdf = report_obj.get_pdf(cr, uid, docids, reportname, data=options_data, context=context)
  File "/home/hesham/odoo/openerp/api.py", line 237, in wrapper
    return old_api(self, *args, **kwargs)
  File "/home/hesham/odoo/addons/report/models/report.py", line 186, in get_pdf
    html = self.get_html(cr, uid, ids, report_name, data=data, context=context)
  File "/home/hesham/odoo/openerp/api.py", line 237, in wrapper
    return old_api(self, *args, **kwargs)
  File "/home/hesham/odoo/addons/report/models/report.py", line 171, in get_html
    return self.render(cr, uid, [], report.report_name, docargs, context=context)
  File "/home/hesham/odoo/openerp/api.py", line 237, in wrapper
    return old_api(self, *args, **kwargs)
  File "/home/hesham/odoo/addons/report/models/report.py", line 147, in render
    return view_obj.render(cr, uid, template, values, context=context)
  File "/home/hesham/odoo/openerp/api.py", line 237, in wrapper
    return old_api(self, *args, **kwargs)
  File "/home/hesham/odoo/openerp/addons/base/ir/ir_ui_view.py", line 1007, in render
    return self.pool[engine].render(cr, uid, id_or_xml_id, qcontext, loader=loader, context=context)
  File "/home/hesham/odoo/openerp/api.py", line 237, in wrapper
    return old_api(self, *args, **kwargs)
  File "/home/hesham/odoo/openerp/addons/base/ir/ir_qweb.py", line 253, in render
    return self.render_node(self.get_template(id_or_xml_id, qwebcontext), qwebcontext)
  File "/home/hesham/odoo/openerp/addons/base/ir/ir_qweb.py", line 190, in get_template
    raise QWebTemplateNotFound("Template %r not found" % name, template=origin_template)
QWebTemplateNotFound: Template u'odootec_wed.report_invoice_ban' not found

 

 

Here is the xml code of report_invoice_ban.xml:

<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>

    <template id="report_invoice_ban" inherit_id="account.report_invoice_document">

    </template>
</data>
</openerp>

Here is the xml code of report_invoice_wed.xml:

<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>

    <template id="report_invoice_ban" inherit_id="account.report_invoice_document">

    </template>

</data>
</openerp>

Here is the xml code of wed_invoice_reports.xml:

<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
    <report
        id="account_invoices_ban"
        model="account.invoice"
        string="Invoice Ban"
        report_type="qweb-pdf"
        name="odootec_wed.report_invoice_ban"/>

    <report
        id="account_invoices_wed"
        model="account.invoice"
        string="Invoice Wed"
        report_type="qweb-pdf"
        name="odootec_wed.report_invoice_wed"/>

</data>
</openerp>

 

Your help is much appreciated

0
Avatar
Descartar
Avatar
Vasanth
Mejor respuesta

Hi Hesham,

For name="odootec_wed.report_invoice_ban"

you make sure that "odootec_wec" is your current module name.

instead of wiritng the report as in separate file, you can write as:

report_invoice_ban.xml:

    <?xml version="1.0" encoding="utf-8"?>
    <openerp>
    <data>

        <template id="report_invoice_ban" inherit_id="account.report_invoice_document">

        </template>
         <report
        id="account_invoices_ban"
        model="account.invoice"
        string="Invoice Ban"
        report_type="qweb-pdf"
        name="odootec_wed.report_invoice_ban"/>
    </data>
    </openerp

report_invoice_wed.xml:

    <?xml version="1.0" encoding="utf-8"?>
    <openerp>
    <data
        <template id="report_invoice_ban" inherit_id="account.report_invoice_document">

        </template>
       <report
        id="account_invoices_wed"
        model="account.invoice"
        string="Invoice Wed"
        report_type="qweb-pdf"
        name="odootec_wed.report_invoice_wed"/>

    </data>
    </openerp>

try this...All the best

0
Avatar
Descartar
hesham@elmahdy.info
Autor

Please explain more

hesham@elmahdy.info
Autor

I tried. No difference. Problem still the same.

¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
How to use my own template?
QWebTemplateNotFound
Avatar
Avatar
2
sept 15
8868
QWebTemplateNotFound
QWebTemplateNotFound
Avatar
Avatar
3
abr 15
5240
500 Internal server error on shop/payment page Resuelto
error odooV8 QWebTemplateNotFound
Avatar
Avatar
1
feb 16
7758
QWebException: "Invalid template id: 'header_foobar'" while evaluating "translate_doc(doc_id, doc_model, 'partner_id.lang', 'account.report_invoice_foobar_document')"
qweb reports odooV8 QWebTemplateNotFound
Avatar
0
nov 22
7447
QWebTemplateNotFound: External ID not found in the system Resuelto
error qweb QWebException QWebTemplateNotFound
Avatar
Avatar
2
abr 15
12789
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidad
  • Seguridad
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y estar totalmente integrado.

Sitio web hecho con

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now