Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Priemyselné odvetvia
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Reštaurácia
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Reality
    • Real Estate Agency
    • Architecture Firm
    • Konštrukcia
    • Estate Managament
    • Gardening
    • Property Owner Association
    Poradenstvo
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Jedlo
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Iní
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

how do i validate my delivery slip after customizing it

Odoberať

Get notified when there's activity on this post

This question has been flagged
validatedeliveryreportcustomization
1 Odpoveď
2284 Zobrazenia
Avatar
silas Adongo

Hi Fam

Please I need urgent help so after I customizing my delivery slip I cant validate my delivery report template to move to done I always get an error message 

0
Avatar
Zrušiť
Ray Carnes (ray)

Post the error message. There could be many reasons and without seeing it readers have to guess!

Avatar
silas Adongo
Autor Best Answer

please this is the error message

Traceback (most recent call last):
  File "", line 1808, in template_989
  File "", line 1790, in template_989_content
  File "", line 1771, in template_989_t_call_0
  File "", line 1077, in template_989_t_call_1
KeyError: 'move'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/odoo/src/odoo/saas-16.3/odoo/http.py", line 1706, in _serve_db
    return service_model.retrying(self._serve_ir_http, self.env)
  File "/home/odoo/src/odoo/saas-16.3/odoo/service/model.py", line 133, in retrying
    result = func()
  File "/home/odoo/src/odoo/saas-16.3/odoo/http.py", line 1733, in _serve_ir_http
    response = self.dispatcher.dispatch(rule.endpoint, args)
  File "/home/odoo/src/odoo/saas-16.3/odoo/http.py", line 1934, in dispatch
    result = self.request.registry['ir.http']._dispatch(endpoint)
  File "/home/odoo/src/odoo/saas-16.3/addons/website/models/ir_http.py", line 236, in _dispatch
    response = super()._dispatch(endpoint)
  File "/home/odoo/src/odoo/saas-16.3/odoo/addons/base/models/ir_http.py", line 190, in _dispatch
    result = endpoint(**request.params)
  File "/home/odoo/src/odoo/saas-16.3/odoo/http.py", line 716, in route_wrapper
    result = endpoint(self, *args, **params_ok)
  File "/home/odoo/src/odoo/saas-16.3/addons/web/controllers/dataset.py", line 34, in call_button
    action = self._call_kw(model, method, args, kwargs)
  File "/home/odoo/src/odoo/saas-16.3/addons/web/controllers/dataset.py", line 26, in _call_kw
    return call_kw(request.env[model], method, args, kwargs)
  File "/home/odoo/src/odoo/saas-16.3/odoo/api.py", line 468, in call_kw
    result = _call_kw_multi(method, model, args, kwargs)
  File "/home/odoo/src/odoo/saas-16.3/odoo/api.py", line 453, in _call_kw_multi
    result = method(recs, *args, **kwargs)
  File "/home/odoo/src/odoo/saas-16.3/addons/stock/wizard/stock_immediate_transfer.py", line 63, in process
    return pickings_to_validate.with_context(skip_immediate=True).button_validate()
  File "/home/odoo/src/odoo/saas-16.3/addons/stock/models/stock_picking.py", line 1130, in button_validate
    pickings_to_backorder.with_context(cancel_backorder=False)._action_done()
  File "/home/odoo/src/odoo/saas-16.3/addons/sale_stock/models/stock.py", line 96, in _action_done
    res = super()._action_done()
  File "/home/odoo/src/enterprise/saas-16.3/quality_control/models/stock_picking.py", line 65, in _action_done
    return super(StockPicking, self)._action_done()
  File "/home/odoo/src/odoo/saas-16.3/addons/stock/models/stock_picking.py", line 934, in _action_done
    self._send_confirmation_email()
  File "/home/odoo/src/odoo/saas-16.3/addons/stock_delivery/models/stock_picking.py", line 130, in _send_confirmation_email
    return super(StockPicking, self)._send_confirmation_email()
  File "/home/odoo/src/odoo/saas-16.3/addons/stock_sms/models/stock_picking.py", line 57, in _send_confirmation_email
    super(Picking, self)._send_confirmation_email()
  File "/home/odoo/src/odoo/saas-16.3/addons/stock/models/stock_picking.py", line 941, in _send_confirmation_email
    stock_pick.with_context(force_send=True).message_post_with_source(
  File "/home/odoo/src/odoo/saas-16.3/addons/mail/models/mail_thread.py", line 2447, in message_post_with_source
    _mails_as_sudo, messages = composer._action_send_mail()
  File "/home/odoo/src/odoo/saas-16.3/addons/sale/wizard/mail_compose_message.py", line 13, in _action_send_mail
    return super(MailComposeMessage, self)._action_send_mail(auto_commit=auto_commit)
  File "/home/odoo/src/odoo/saas-16.3/addons/purchase/models/mail_compose_message.py", line 13, in _action_send_mail
    return super(MailComposeMessage, self)._action_send_mail(auto_commit=auto_commit)
  File "/home/odoo/src/odoo/saas-16.3/addons/mail/wizard/mail_compose_message.py", line 639, in _action_send_mail
    result_messages += wizard._action_send_mail_comment(res_ids)
  File "/home/odoo/src/odoo/saas-16.3/addons/mail/wizard/mail_compose_message.py", line 647, in _action_send_mail_comment
    post_values_all = self._prepare_mail_values(res_ids)
  File "/home/odoo/src/odoo/saas-16.3/addons/mail/wizard/mail_compose_message.py", line 797, in _prepare_mail_values
    additional_values_all = self._prepare_mail_values_rendered(res_ids)
  File "/home/odoo/src/odoo/saas-16.3/addons/mail/wizard/mail_compose_message.py", line 1049, in _prepare_mail_values_rendered
    if self.composition_mode == 'comment' and self.template_id and self.attachment_ids:
  File "/home/odoo/src/odoo/saas-16.3/odoo/fields.py", line 2826, in __get__
    return super().__get__(records, owner)
  File "/home/odoo/src/odoo/saas-16.3/odoo/fields.py", line 1156, in __get__
    self.recompute(record)
  File "/home/odoo/src/odoo/saas-16.3/odoo/fields.py", line 1370, in recompute
    apply_except_missing(self.compute_value, recs)
  File "/home/odoo/src/odoo/saas-16.3/odoo/fields.py", line 1343, in apply_except_missing
    func(records)
  File "/home/odoo/src/odoo/saas-16.3/odoo/fields.py", line 1392, in compute_value
    records._compute_field_value(self)
  File "/home/odoo/src/odoo/saas-16.3/odoo/models.py", line 4514, in _compute_field_value
    fields.determine(field.compute, self)
  File "/home/odoo/src/odoo/saas-16.3/odoo/fields.py", line 100, in determine
    return needle(*args)
  File "/home/odoo/src/odoo/saas-16.3/addons/mail/wizard/mail_compose_message.py", line 253, in _compute_attachment_ids
    rendered_values = composer._generate_template_for_composer(
  File "/home/odoo/src/odoo/saas-16.3/addons/mail/wizard/mail_compose_message.py", line 1163, in _generate_template_for_composer
    template_values = self.template_id._generate_template(
  File "/home/odoo/src/odoo/saas-16.3/addons/mail/models/mail_template.py", line 520, in _generate_template
    template._generate_template_attachments(
  File "/home/odoo/src/odoo/saas-16.3/addons/mail/models/mail_template.py", line 250, in _generate_template_attachments
    report_content, report_format = self.env['ir.actions.report']._render_qweb_pdf(report, [res_id])
  File "/home/odoo/src/odoo/saas-16.3/addons/account/models/ir_actions_report.py", line 58, in _render_qweb_pdf
    return super()._render_qweb_pdf(report_ref, res_ids=res_ids, data=data)
  File "/home/odoo/src/odoo/saas-16.3/odoo/addons/base/models/ir_actions_report.py", line 822, in _render_qweb_pdf
    collected_streams = self._render_qweb_pdf_prepare_streams(report_ref, data, res_ids=res_ids)
  File "/home/odoo/src/odoo/saas-16.3/addons/account_edi/models/ir_actions_report.py", line 14, in _render_qweb_pdf_prepare_streams
    collected_streams = super()._render_qweb_pdf_prepare_streams(report_ref, data, res_ids=res_ids)
  File "/home/odoo/src/odoo/saas-16.3/addons/account/models/ir_actions_report.py", line 20, in _render_qweb_pdf_prepare_streams
    return super()._render_qweb_pdf_prepare_streams(report_ref, data, res_ids=res_ids)
  File "/home/odoo/src/odoo/saas-16.3/odoo/addons/base/models/ir_actions_report.py", line 711, in _render_qweb_pdf_prepare_streams
    html = self.with_context(**additional_context)._render_qweb_html(report_ref, res_ids_wo_stream, data=data)[0]
  File "/home/odoo/src/enterprise/saas-16.3/web_studio/models/ir_actions_report.py", line 19, in _render_qweb_html
    return super(IrActionsReport, self)._render_qweb_html(report_ref, docids, data)
  File "/home/odoo/src/odoo/saas-16.3/odoo/addons/base/models/ir_actions_report.py", line 899, in _render_qweb_html
    return self._render_template(report.report_name, data), 'html'
  File "/home/odoo/src/odoo/saas-16.3/odoo/addons/base/models/ir_actions_report.py", line 626, in _render_template
    return view_obj._render_template(template, values).encode()
  File "/home/odoo/src/odoo/saas-16.3/addons/website/models/ir_ui_view.py", line 441, in _render_template
    return super()._render_template(template, values=values)
  File "/home/odoo/src/odoo/saas-16.3/odoo/addons/base/models/ir_ui_view.py", line 2158, in _render_template
    return self.env['ir.qweb']._render(template, values)
  File "/home/odoo/src/odoo/saas-16.3/odoo/tools/profiler.py", line 292, in _tracked_method_render
    return method_render(self, template, values, **options)
  File "/home/odoo/src/odoo/saas-16.3/odoo/addons/base/models/ir_qweb.py", line 581, in _render
    result = ''.join(rendering)
  File "", line 65, in template_994
  File "", line 52, in template_994_content
  File "", line 1814, in template_989
odoo.addons.base.models.ir_qweb.QWebException: Error while render the template
KeyError: 'move'
Template: stock.report_delivery_document
Path: /t/t/t/div/div[12]/div[1]/span[2]
Node: 

The above server error caused the following client error:
RPC_ERROR: Odoo Server Error
    at makeErrorFromResponse (https://mosino-one.odoo.com/web/assets/debug/web.assets_backend.js:12340:19) (/web/static/src/core/network/rpc_service.js:37)
    at XMLHttpRequest. (https://mosino-one.odoo.com/web/assets/debug/web.assets_backend.js:12387:27) (/web/static/src/core/network/rpc_service.js:84)


0
Avatar
Zrušiť
Enjoying the discussion? Don't just read, join in!

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

Registrácia
Related Posts Replies Zobrazenia Aktivita
Customized profit and loss report
report customization
Avatar
Avatar
2
máj 23
3982
Report Customization using Odoo Studio v12
view report customization
Avatar
0
sep 19
4015
Odoo Saas edition: Report customization Solved
saas report customization
Avatar
1
jan 17
4928
How to modify a report with a module?
openoffice report customization
Avatar
Avatar
1
mar 15
6063
Where to add a python function so that is callable by a RML report template?
function report customization
Avatar
1
mar 15
9990
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة 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 je sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

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