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
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Managament
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Food
    • 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
    Others
    • 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
  • Help

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

Error while working in openERP

Odoberať

Get notified when there's activity on this post

This question has been flagged
servererrorsalesale.menu
2 Replies
5225 Zobrazenia
Avatar
Damian Le

Hello community!

While im working in openERP i get this Error:

>     Client Traceback (most recent call last):
>       File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py",
> line 204, in dispatch
>         response["result"] = method(self, **self.params)
>       File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py",
> line 1037, in load_needaction
>         return req.session.model('ir.ui.menu').get_needaction_data(menu_ids,
> req.context)
>       File "/usr/lib/pymodules/python2.7/openerp/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 "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py",
> line 30, in proxy_method
>         result = self.session.send(self.service_name,
> method, *args)
>       File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py",
> line 103, in send
>         raise xmlrpclib.Fault(openerp.tools.ustr(e),
> formatted_info)
>     
>     
>     Server Traceback (most recent call last):
>       File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py",
> line 89, in send
>         return openerp.netsvc.dispatch_rpc(service_name,
> method, args)
>       File "/usr/lib/pymodules/python2.7/openerp/netsvc.py",
> line 292, in dispatch_rpc
>         result = ExportService.getService(service_name).dispatch(method,
> params)
>       File "/usr/lib/pymodules/python2.7/openerp/service/web_services.py",
> line 626, in dispatch
>         res = fn(db, uid, *params)
>       File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py",
> line 190, in execute_kw
>         return self.execute(db, uid, obj, method, *args, **kw or {})
>       File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py",
> line 132, in wrapper
>         return f(self, dbname, *args, **kwargs)
>       File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py",
> line 199, in execute
>         res = self.execute_cr(cr, uid, obj, method, *args, **kw)
>       File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py",
> line 187, in execute_cr
>         return getattr(object, method)(cr, uid, *args, **kw)
>       File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_ui_menu.py",
> line 322, in get_needaction_data
>         model, id = model_data_obj.get_object_reference(cr,
> uid, menu_data.split('.')[0],
> menu_data.split('.')[1])
>       File "/usr/lib/pymodules/python2.7/openerp/tools/cache.py",
> line 18, in lookup
>         r = self.lookup(self2, cr, *args)
>       File "/usr/lib/pymodules/python2.7/openerp/tools/cache.py",
> line 46, in lookup
>         value = d[key] = self.method(self2, cr, *args)
>       File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_model.py",
> line 872, in get_object_reference
>         data_id = self._get_id(cr, uid, module, xml_id)
>       File "/usr/lib/pymodules/python2.7/openerp/tools/cache.py",
> line 18, in lookup
>         r = self.lookup(self2, cr, *args)
>       File "/usr/lib/pymodules/python2.7/openerp/tools/cache.py",
> line 46, in lookup
>         value = d[key] = self.method(self2, cr, *args)
>       File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_model.py",
> line 865, in _get_id
>         raise ValueError('No such external ID currently defined in the
> system: %s.%s' % (module, xml_id))
>     ValueError: No such external ID currently defined in the system:
> sale.menu_sale_quotations

I cant fix that and need your Help, what can i do?

EDIT: The error appears when im clicking on the menu Sales.

0
Avatar
Zrušiť
Shashank Verma

Hello

Check your xml file. There might be issue in passing ID to menu,form or action

Damian Le
Autor

Thanks for your answer, but i really dont know what to do then.

Damian Le
Autor

Which xml file i have to edit?

Avatar
Damian Le
Autor Best Answer

Hey,

i know now how the Error starts.

I pressed:

properties>finances>E-invoices & payments>Customer: Management of customer payments was checked, i unchecked that and then the error displayed.

What can I do now?

0
Avatar
Zrušiť
Avatar
Med Said BARA
Best Answer

Hi; Keep it checked, cause this install account_voucher module ( which deal with Einvoicing and Payments). Without this modul you lost many functionalities like :

Invoicing/Customers/Customer Payments Invoicing/Customers/Sales Receipts Invoicing/Journal Entries/Journal Vouchers Invoicing/Suppliers/Purchase Receipts Invoicing/Suppliers/Supplier Payments Reporting/Accounting/Sales Receipts Analysis

0
Avatar
Zrušiť
Damian Le
Autor

ok, thanks! :)

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
Error when using UserError and ValidationError in odoo 14
server error
Avatar
Avatar
1
júl 25
5292
custom code: Internal Server Error Cause Corrected But Error Still Persists
server error
Avatar
Avatar
1
okt 24
3023
Please, help me to solve the next error
server error
Avatar
0
dec 23
2363
"ValueError: Wrong value for slide.channel.user_ids" when click upon e-learning module
server error
Avatar
0
apr 21
3295
odoo13 : Error when open view fields from debug menu
server error
Avatar
Avatar
1
jún 20
4963
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