Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Error printing invoices

Subscriure's

Get notified when there's activity on this post

This question has been flagged
printing
4990 Vistes
Avatar
Marta Mengual

 I've got an error printing any invoices or previewing.

Could you help me?

The error is:  

Odoo Server Error


Traceback (most recent call last):

  File "/home/odoo/src/odoo/12.0/odoo/addons/base/models/qweb.py", line 346, in _compiled_fn

    return compiled(self, append, new, options, log)

  File "<template>", line 1, in template_account_payment_portal_invoice_payment_5175

AttributeError: 'NoneType' object has no attribute 'state'


During handling of the above exception, another exception occurred:


Traceback (most recent call last):

  File "/home/odoo/src/odoo/12.0/addons/web/controllers/main.py", line 1671, in report_download

    response = self.report_routes(reportname, docids=docids, converter=converter)

  File "/home/odoo/src/odoo/12.0/odoo/http.py", line 517, in response_wrap

    response = f(*args, **kw)

  File "/home/odoo/src/odoo/12.0/addons/web/controllers/main.py", line 1612, in report_routes

    pdf = report.with_context(context).render_qweb_pdf(docids, data=data)[0]

  File "/home/odoo/src/odoo/12.0/odoo/addons/base/models/ir_actions_report.py", line 682, in render_qweb_pdf

    html = self.with_context(context).render_qweb_html(res_ids, data=data)[0]

  File "/home/odoo/src/odoo/12.0/odoo/addons/base/models/ir_actions_report.py", line 722, in render_qweb_html

    return self.render_template(self.report_name, data), 'html'

  File "/home/odoo/src/odoo/12.0/odoo/addons/base/models/ir_actions_report.py", line 505, in render_template

    return view_obj.render_template(template, values)

  File "/home/odoo/src/odoo/12.0/odoo/addons/base/models/ir_ui_view.py", line 1284, in render_template

    return self.browse(self.get_view_id(template)).render(values, engine)

  File "/home/odoo/src/odoo/12.0/addons/web_editor/models/ir_ui_view.py", line 27, in render

    return super(IrUiView, self).render(values=values, engine=engine, minimal_qcontext=minimal_qcontext)

  File "/home/odoo/src/odoo/12.0/odoo/addons/base/models/ir_ui_view.py", line 1293, in render

    return self.env[engine].render(self.id, qcontext)

  File "/home/odoo/src/odoo/12.0/odoo/addons/base/models/ir_qweb.py", line 59, in render

    result = super(IrQWeb, self).render(id_or_xml_id, values=values, **context)

  File "/home/odoo/src/odoo/12.0/odoo/addons/base/models/qweb.py", line 274, in render

    self.compile(template, options)(self, body.append, values or {})

  File "/home/odoo/src/odoo/12.0/odoo/addons/base/models/qweb.py", line 348, in _compiled_fn

    raise e

  File "/home/odoo/src/odoo/12.0/odoo/addons/base/models/qweb.py", line 346, in _compiled_fn

    return compiled(self, append, new, options, log)

  File "<template>", line 1, in template_589_5093

  File "<template>", line 2, in body_call_content_5092

  File "<template>", line 3, in foreach_5091

  File "/home/odoo/src/odoo/12.0/odoo/addons/base/models/qweb.py", line 348, in _compiled_fn

    raise e

  File "/home/odoo/src/odoo/12.0/odoo/addons/base/models/qweb.py", line 346, in _compiled_fn

    return compiled(self, append, new, options, log)

  File "<template>", line 1, in template_account_report_invoice_document_with_payments_5143

  File "/home/odoo/src/odoo/12.0/odoo/addons/base/models/qweb.py", line 348, in _compiled_fn

    raise e

  File "/home/odoo/src/odoo/12.0/odoo/addons/base/models/qweb.py", line 346, in _compiled_fn

    return compiled(self, append, new, options, log)

  File "<template>", line 1, in template_web_external_layout_5170

  File "/home/odoo/src/odoo/12.0/odoo/addons/base/models/qweb.py", line 353, in _compiled_fn

    raise QWebException("Error to render compiling AST", e, path, node and etree.tostring(node[0], encoding='unicode'), name)

odoo.addons.base.models.qweb.QWebException: 'NoneType' object has no attribute 'state'

Traceback (most recent call last):

  File "/home/odoo/src/odoo/12.0/odoo/addons/base/models/qweb.py", line 346, in _compiled_fn

    return compiled(self, append, new, options, log)

  File "<template>", line 1, in template_account_payment_portal_invoice_payment_5175

AttributeError: 'NoneType' object has no attribute 'state'


Error to render compiling AST

AttributeError: 'NoneType' object has no attribute 'state'

Template: account_payment.portal_invoice_payment

Path: /templates/t/div

Node: <div class="row" t-if="not tx_ids and invoice.state == 'open' and invoice.amount_total" id="portal_pay">

            <div class="modal fade" id="pay_with" role="dialog">

                <div class="modal-dialog modal-content">

                    <div class="modal-content">

                        <div class="modal-header">

                            <h3 class="modal-title">Pagar con</h3>

                            <button type="button" class="close" data-dismiss="modal">&amp;times;</button>

                        </div>

                        <div class="modal-body">

                            <div t-if="pms or acquirers" id="payment_method" class="text-left col-md-13">

                                <t t-call="payment.payment_tokens_list">

                                    <t t-set="mode" t-value="'payment'"/>

                                    <t t-set="partner_id" t-value="invoice.partner_id.id"/>

                                    <t t-set="success_url" t-value="invoice.get_portal_url()"/>

                                    <t t-set="error_url" t-value="invoice.get_portal_url()"/>

                                    <t t-set="access_token" t-value="access_token or ''"/>

                                    <t t-set="callback_method" t-value="''"/>

                                    <t t-set="form_action" t-value="'/invoice/pay/' + str(invoice.id) + '/s2s_token_tx/'"/>

                                    <t t-set="prepare_tx_url" t-value="'/invoice/pay/' + str(invoice.id) + '/form_tx/'"/>

                                    <t t-set="submit_txt">Pay Now</t>

                                    <t t-set="icon_class" t-value="'fa-lock'"/>

                                </t>

                            </div>

                        </div>

                    </div>

                </div>

            </div>

        </div>


-1
Avatar
Descartar
Nikhil Agarwal

Try upgrading the invoicing module once

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrar-se
Related Posts Respostes Vistes Activitat
Product Labels Configuration
printing
Avatar
Avatar
Avatar
Avatar
4
de set. 25
7089
Odoo For Printing Industry
printing
Avatar
Avatar
1
d’abr. 23
2946
Howto setup a label/barcode printer?
printing
Avatar
0
de juny 25
8469
Cloud printing After clicking "Pay Now" button
printing
Avatar
Avatar
2
de maig 20
3229
How do I troubleshoot printing between POS and POSBOX? I used a docker image. Printers are recognized. No errors, nothing in the logs.
printing
Avatar
0
de març 17
3871
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

Website made with

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