Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

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

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

Assertion Error on Email Generation with attachment

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
assertionerror
7235 Visualizzazioni
Avatar
Mr Rhys Park

I Have this error when creating an email - send my email in the quotation. It only happens when I have an attachment any clues on what may be causing it?

Client Traceback (most recent call last): File "/opt/openerp/v7/web/addons/web/http.py", line 204, in dispatch response["result"] = method(self, *self.params) File "/opt/openerp/v7/web/addons/web/controllers/main.py", line 1128, in call_kw return self._call_kw(req, model, method, args, kwargs) File "/opt/openerp/v7/web/addons/web/controllers/main.py", line 1120, in _call_kw return getattr(req.session.model(model), method)(args, **kwargs) File "/opt/openerp/v7/web/addons/web/session.py", line 42, in proxy result = self.proxy.execute_kw(self.session._db, self.session._uid, self.session._password, self.model, method, args, kw) File "/opt/openerp/v7/web/addons/web/session.py", line 30, in proxy_method result = self.session.send(self.service_name, method, *args) File "/opt/openerp/v7/web/addons/web/session.py", line 103, in send raise xmlrpclib.Fault(openerp.tools.ustr(e), formatted_info)

Server Traceback (most recent call last): File "/opt/openerp/v7/web/addons/web/session.py", line 89, in send return openerp.netsvc.dispatch_rpc(service_name, method, args) File "/opt/openerp/v7/server/openerp/netsvc.py", line 292, in dispatch_rpc result = ExportService.getService(service_name).dispatch(method, params) File "/opt/openerp/v7/server/openerp/service/web_services.py", line 626, in dispatch res = fn(db, uid, params) File "/opt/openerp/v7/server/openerp/osv/osv.py", line 188, in execute_kw return self.execute(db, uid, obj, method, *args, *kw or {}) File "/opt/openerp/v7/server/openerp/osv/osv.py", line 131, in wrapper return f(self, dbname, args, *kwargs) File "/opt/openerp/v7/server/openerp/osv/osv.py", line 197, in execute res = self.execute_cr(cr, uid, obj, method, args, *kw) File "/opt/openerp/v7/server/openerp/osv/osv.py", line 185, in execute_cr return getattr(object, method)(cr, uid, args, *kw) File "/opt/openerp/v7/addons-brash/email_template/wizard/mail_compose_message.py", line 72, in onchange_template_id values = self.generate_email_for_composer(cr, uid, template_id, res_id, context=context) File "/opt/openerp/v7/addons-brash/email_template/wizard/mail_compose_message.py", line 123, in generate_email_for_composer template_values = self.pool.get('email.template').generate_email(cr, uid, template_id, res_id, context=context) File "/opt/openerp/v7/addons-brash/email_template/email_template.py", line 340, in generate_email (result, format) = service.create(cr, uid, [res_id], {'model': template.model}, ctx) File "/opt/openerp/v7/server/openerp/report/report_sxw.py", line 444, in create fnct_ret = fnct(cr, uid, ids, data, report_xml, context) File "/opt/openerp/v7/server/openerp/report/report_sxw.py", line 513, in create_source_pdf return self.create_single_pdf(cr, uid, ids, data, report_xml, context)
File "/opt/openerp/v7/server/openerp/report/report_sxw.py", line 535, in create_single_pdf pdf = create_doc(etree.tostring(processed_rml),rml_parser.localcontext,logo,title.encode('utf8')) File "/opt/openerp/v7/server/openerp/report/interface.py", line 206, in create_pdf obj.render() File "/opt/openerp/v7/server/openerp/report/render/render.py", line 59, in render self._result = self._render() File "/opt/openerp/v7/server/openerp/report/render/rml.py", line 41, in _render return rml2pdf.parseNode(self.rml, self.localcontext, images=self.bin_datas, path=self.path,title=self.title)
File "/opt/openerp/v7/server/openerp/report/render/rml2pdf/trml2pdf.py", line 1035, in parseNode r.render(fp) File "/opt/openerp/v7/server/openerp/report/render/rml2pdf/trml2pdf.py", line 348, in render pt_obj.render(el) File "/opt/openerp/v7/server/openerp/report/render/rml2pdf/trml2pdf.py", line 1011, in render fis += r.render(node_story) File "/opt/openerp/v7/server/openerp/report/render/rml2pdf/trml2pdf.py", line 905, in render return process_story(node_story) File "/opt/openerp/v7/server/openerp/report/render/rml2pdf/trml2pdf.py", line 898, in process_story flow = self._flowable(node) File "/opt/openerp/v7/server/openerp/report/render/rml2pdf/trml2pdf.py", line 862, in _flowable return self.render(node) File "/opt/openerp/v7/server/openerp/report/render/rml2pdf/trml2pdf.py", line 905, in render return process_story(node_story) File "/opt/openerp/v7/server/openerp/report/render/rml2pdf/trml2pdf.py", line 898, in process_story flow = self._flowable(node) File "/opt/openerp/v7/server/openerp/report/render/rml2pdf/trml2pdf.py", line 821, in _flowable return self._table(node) File "/opt/openerp/v7/server/openerp/report/render/rml2pdf/trml2pdf.py", line 725, in _table assert length == len(node.get('colWidths').split(',')) AssertionError

0
Avatar
Abbandona
IBS Group

Are you able to print the quotation without issues?

Mr Rhys Park
Autore

No I cannot print anything from the sales order module, no problem in the Purchase order module. path in the file is report_sxw.report_sxw('report.sale.order', 'sale.order', 'sale/report/sale_order.rml', parser=order, header="external") Now i get " RML is not available at specified location or not enough data to print!" I assume it cant find the RML file but the path seems correct :) any ideas?

IBS Group

Can you go to Settings - Technical - Actions - Reports and search for the Sale Order report then paste the RML location here.

Mr Rhys Park
Autore

Here goes sale/report/sale_order.rml

IBS Group

Can you please confirm the file exists in that location.

Mr Rhys Park
Autore

yes i have checked and the file does exist in the addons/sale/report/sale_order.rml how is the path created as i have my directory structure as addons and server in the same directory i.e v7/addons and v7/server and v7/web but all the other reports seem fine and the paths is the same?

IBS Group

in the report_sxw.report_sxw method call change the 3rd parameter to addons/sale/report/sale_order.rml then restart the server daemon and see if it works.

Mr Rhys Park
Autore

line now reads report_sxw.report_sxw('report.sale.order', 'sale.order', 'addons/sale/report/sale_order.rml', parser=order, header="external") and no change

IBS Group

Okay you can put it back the way it was before. Was the printing problem preexistant or it started happening recently? also can you make sure that there are no spaces in the report path in Settings - Technical - Actions - Reports

Mr Rhys Park
Autore

Checked and no spaces, reentered just in case and all seem to match, checked the database with an SQL query and the stored path is correct. The problem started when transferred to a new server. All the other reports seem to run which does not make sense.

Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
AssertionError: Element odoo has extra content: data owing to few lines of code in the Email Template XML
assertionerror
Avatar
Avatar
1
ott 23
3256
Many2One relationships from non-transient Model to TransientModel are forbidden
assertionerror
Avatar
0
mag 17
7510
AssertionError: Invalid rec_name task_id for model projet.task.history
assertionerror
Avatar
0
mar 15
6071
AssertionError: Element odoo has extra content: menuitem, line 9
assertionerror security.xml
Avatar
Avatar
1
ago 24
5031
AssertionError: Element data has extra content: record, line 3
assertionerror content
Avatar
Avatar
Avatar
3
set 23
3962
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

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