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

Odoo 12 - Unable to go to Settings page

Odoberať

Get notified when there's activity on this post

This question has been flagged
settingsodoo12odooV12Settings
1 Odpoveď
3701 Zobrazenia
Avatar
Muhammad Ahmed Rao

Hi,

I am trying to go to settings page and getting a weird error. I can't go to settings of any of the modules installed like Purchase, Sales, Manufacturing, Inventory, General Settings. 

I am getting the following error:


File "D:\odoo-12.0\odoo\tools\cache.py", line 88, in lookup
r = d[key]
File "D:\odoo-12.0\odoo\tools\func.py", line 69, in wrapper
return func(self, *args, **kwargs)
File "D:\odoo-12.0\odoo\tools\lru.py", line 44, in __getitem__
a = self.d[obj].me
KeyError: ('ir.model.data', <function IrModelData.xmlid_lookup at 0x000000533E34DBF8>, 'sale.group_discount_per_so_line') During handling of the above exception, another exception occurred: Traceback (most recent call last):
File "D:\odoo-12.0\odoo\http.py", line 656, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "D:\odoo-12.0\odoo\http.py", line 314, in _handle_exception
raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
File "D:\odoo-12.0\odoo\tools\pycompat.py", line 87, in reraise
raise value
File "D:\odoo-12.0\odoo\http.py", line 698, in dispatch
result = self._call_function(**self.params)
File "D:\odoo-12.0\odoo\http.py", line 346, in _call_function
return checked_call(self.db, *args, **kwargs)
File "D:\odoo-12.0\odoo\service\model.py", line 98, in wrapper
return f(dbname, *args, **kwargs)
File "D:\odoo-12.0\odoo\http.py", line 339, in checked_call
result = self.endpoint(*a, **kw)
File "D:\odoo-12.0\odoo\http.py", line 941, in __call__
return self.method(*args, **kw)
File "D:\odoo-12.0\odoo\http.py", line 519, in response_wrap
response = f(*args, **kw)
File "d:\odoo-12.0\addons\web\controllers\main.py", line 962, in call_kw
return self._call_kw(model, method, args, kwargs)
File "d:\odoo-12.0\addons\web\controllers\main.py", line 954, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "D:\odoo-12.0\odoo\api.py", line 755, in call_kw
return _call_kw_model(method, model, args, kwargs)
File "D:\odoo-12.0\odoo\api.py", line 728, in _call_kw_model
result = method(recs, *args, **kwargs)
File "d:\odoo-12.0\odoo\addons\base\models\res_config.py", line 497, in default_get
classified = self._get_classified_fields()
File "d:\odoo-12.0\odoo\addons\base\models\res_config.py", line 472, in _get_classified_fields
groups.append((name, field_groups, ref(field.implied_group)))
File "D:\odoo-12.0\odoo\api.py", line 864, in ref
return self['ir.model.data'].xmlid_to_object(xml_id, raise_if_not_found=raise_if_not_found)
File "d:\odoo-12.0\odoo\addons\base\models\ir_model.py", line 1433, in xmlid_to_object
t = self.xmlid_to_res_model_res_id(xmlid, raise_if_not_found)
File "d:\odoo-12.0\odoo\addons\base\models\ir_model.py", line 1417,
po
\odoo-12.0\odoo\tools\cache.py", line 93, in lookup
value = d[key] = self.method(*args, **kwargs)
File "d:\odoo-12.0\odoo\addons\base\models\ir_model.py", line 1406, in xmlid_lookup
raise ValueError('External ID not found in the system: %s' % xmlid)
ValueError: External ID not found in the system: sale.group_discount_per_so_line
Odoo Server Error
Traceback (most recent call last):




Where am I going wrong? Please assist.

0
Avatar
Zrušiť
Avatar
Niyas Raphy (Walnut Software Solutions)
Best Answer

Hi,

Can you go to the apps menu and upgrade the sale module and see whether it resolves the issue or not. The code seems to be looking for a module with the external_id sale.group_discount_per_so_line and its not getting, it might be manually deleted from ui, anyway lets upgrade the sale module and see.


Thanks

0
Avatar
Zrušiť
Muhammad Ahmed Rao
Autor

I updgraded the module but still the same error

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
Access field values stored in res.config.settings? Solved
settings many2one odoo12
Avatar
Avatar
Avatar
3
aug 20
22885
open external data base to odoo module
odoo odoo12 odooV12
Avatar
0
jan 20
3409
custom report does not show data
python odoo12 odooV12
Avatar
0
nov 19
3909
Get selected value of selected field? Solved
selection odoo odoo12 odooV12
Avatar
Avatar
1
máj 22
3500
How to hide/deactivate Home menu from the Odoo website ? Solved
odoo odoo12 odoo12.0 odooV12
Avatar
Avatar
Avatar
6
jan 24
14914
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