Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Food & Hospitality
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Guest House
    • Distributor nápojů
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Trades
    • Údržbář
    • IT hardware a podpora
    • Solar Energy Systems
    • Výrobce obuvi
    • Úklidové služby
    • HVAC Services
    Others
    • Nonprofit Organization
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Browse all Industries
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Services for Partners
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

Odoo 17 can't find External ID of xml action from my module

Odebírat

Get notified when there's activity on this post

This question has been flagged
xmlexternalidnotv17
2 Odpovědi
4374 Zobrazení
Avatar
Dennis Zettel

Hi!

Currently I'm developing a module for Odoo 17 which is supposed to generate a simple PDF report of outgoing delivery orders from stock.picking. This PDF report is supposed to be triggered by a "Generate Delivery Report" button in the main menu of Odoo's delivery module.


The error appears when I attempt to install/upgrade the module. 


Please tell me if I'm missing something, as I can't find the problem in my code, yet.


See my code and the full error below:

__manifest__.py

{
'name': 'ModuleName',
'summary': "Erstellt eine neue Ansicht für Lieferungen und Sammelabwicklungen",
'description': "Erstellt eine neue Ansicht für Lieferungen und Sammelabwicklungen",
'version': '1.0.0',
'author': 'My_Company',
'category': 'Warehouse',
'depends': ['base', 'stock'],
'website': "https://www.website.com",
'license': 'Other proprietary',
'data': [
'views/views.xml',
'views/stock_menu_inherit.xml',
'templates/delivery_orders_report.xml',
],
'installable': True,
'application': True,
'auto_install': False
} ​ ​

views/stock_menu_inherit.xml






stock.menu.action.inherit
stock.picking.type







​

templates/delivery_orders_report.xml







- Delivery Order


Date:


Customer:


State:

















Product Quantity







Delivery Orders
stock.picking
ModuleName.report_delivery_orders
qweb-pdf

report



​
Full Error:
RPC_ERROR
Odoo Server Error
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 569, in _tag_root
    raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
odoo.tools.convert.ParseError: while parsing /var/lib/odoo/addons/17.0/ZweiPunktDOReporter/views/stock_menu_inherit.xml:5, somewhere inside

            stock.menu.action.inherit
            stock.picking.type
           
           
               
                   
               
           
       

The above server error caused the following client error:
RPC_ERROR://localhost:8069/web/assets/04cc819/web.assets_web.min.js:2874:163)
    at XMLHttpRequest. (http://localhost:8069/web/assets/04cc819/web.assets_web.min.js:2878:13)
0
Avatar
Zrušit
Avatar
Niyas Raphy (Walnut Software Solutions)
Nejlepší odpověď

Hi,
It seems some code and error message is missing in the post. If you are getting cant find external id error, probably it may be due to wrong order of the files in the manifest db.

So verify the above such a way, the file/records will be inserted into db before referencing some where in the code.

Thanks

0
Avatar
Zrušit
Avatar
Dennis Zettel
Autor Nejlepší odpověď

Full error:
https://pastebin.com/Lf73Lmgr

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

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

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
'No such external ID currently defined in the system' while installing a new module
external id
Avatar
0
bře 15
3952
How can i solve this: The module restaurant_pos is openerp 6.1. But i need to change it so i can use it on openerp 7. Any Help?
external id
Avatar
0
bře 15
4636
V17E Error while creating EDI document BIS3 XRechnung
xml edi v17
Avatar
0
bře 25
1523
"can only parse strings" error when parsing view
xml view ParseError v17
Avatar
0
lis 24
2909
Field used in docstring domain not present in view
python xml odoo16features v17
Avatar
Avatar
1
říj 24
2418
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة 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 balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

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