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í
    Jídlo a pohostinství
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Penzion
    • Distributor nápojů
    • Hotel
    Nemovitost
    • Realitní kancelář
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Poradenství
    • Účetní firma
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textil
    • Kov
    • Nábytek
    • Jídlo
    • Pivovar
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Transakce
    • Údržbář
    • Podpora IT & hardware
    • Systémy solární energie
    • Výrobce obuvi
    • Úklidové služby
    • Služby HVAC
    Ostatní
    • Nezisková organizace
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Procházet všechna odvětví
  • 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
    • Služby pro partnery
    • 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 18 Community Edition Hotel Management Install Error

Odebírat

Get notified when there's activity on this post

This question has been flagged
2 Odpovědi
1880 Zobrazení
Avatar
Fritz Subscreti

Hi,
I tried installing the free Hotel Management app (by Cybrosys) on Odoo18 Community Edition (with all dependencies met) on request of one of my clients. However, I got the following error, saying the following - looking for the category_id:

Occured on mycompany.com on model ir.module.module and id 12 on 2025-02-27 16:38:43 GMT

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 1962, in _transactioning

    return service_model.retrying(func, env=self.env)

  File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 137, in retrying

    result = func()

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 1929, in _serve_ir_http

    response = self.dispatcher.dispatch(rule.endpoint, args)

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 2177, in dispatch

    result = self.request.registry['ir.http']._dispatch(endpoint)

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_http.py", line 333, in _dispatch

    result = endpoint(**request.params)

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 727, in route_wrapper

    result = endpoint(self, *args, **params_ok)

  File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/dataset.py", line 40, in call_button

    action = call_kw(request.env[model], method, args, kwargs)

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 517, in call_kw

    result = getattr(recs, name)(*args, **kwargs)

  File "<decorator-gen-79>", line 2, in button_immediate_install

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 75, in check_and_log

    return method(self, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 480, in button_immediate_install

    return self._button_immediate_function(self.env.registry[self._name].button_install)

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 604, in _button_immediate_function

    registry = modules.registry.Registry.new(self._cr.dbname, update_module=True)

  File "<decorator-gen-13>", line 2, in new

  File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 97, in locked

    return func(inst, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 127, in new

    odoo.modules.load_modules(registry, force_demo, status, update_module)

  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 480, in load_modules

    processed_modules += load_marked_modules(env, graph,

  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 364, in load_marked_modules

    loaded, processed = load_module_graph(

  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 204, in load_module_graph

    registry.setup_models(env.cr)

  File "<decorator-gen-16>", line 2, in setup_models

  File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 97, in locked

    return func(inst, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 351, in setup_models

    model._setup_fields()

  File "/usr/lib/python3/dist-packages/odoo/models.py", line 3675, in _setup_fields

    field.setup(self)

  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 539, in setup

    self.setup_nonrelated(model)

  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 4585, in setup_nonrelated

    invf = comodel._fields[self.inverse_name]

KeyError: 'category_id'

The above server error caused the following client error:

RPC_ERROR: Odoo Server Error

    RPCError@https://mycompany.com/web/assets/debug/web.assets_web.js:29740:9

    makeErrorFromResponse@https://mycompany.com/web/assets/debug/web.assets_web.js:29763:19

    rpc._rpc/promise</<@https://mycompany.com/web/assets/debug/web.assets_web.js:29817:48

How can I correct this?

Thank you


0
Avatar
Zrušit
Andry Ang

Hi do you know which model that called this 'category_id'. Can you try to print the name of the comodel and see if you have other modules that trigger this.

I think you can trace it this way. I don't have enough clues if only based on this error log to help you.

Avatar
Nikul Vasar
Nejlepší odpověď

base on your error it seems like category_id is not updating in your databse table, you should find the category_id field and fix the required changes.

like wise you can specify more on the error in details.


0
Avatar
Zrušit
Avatar
Fritz Subscreti
Autor Nejlepší odpověď

Hi Andry,
at the start of the error message, it says "on model ir.module.module and id 146 ir.module.module and id 146"

Is that sufficient?


My python skills are almost zero :-( but with directions, I'd probably cope

Thanks Andry,

I added it this way:
"def setup_nonrelated(self, model):

        super(One2many, self).setup_nonrelated(model)

        if self.inverse_name:

            # link self to its inverse field and vice-versa

            comodel = model.env[self.comodel_name]

            print('>>>>>>>', comodel._name) 

invf = comodel._fields[self.inverse_name]

            if isinstance(invf, (Many2one, Many2oneReference)):

                # setting one2many fields only invalidates many2one inverses;

                # integer inverses (res_model/res_id pairs) are not supported

                model.pool.field_inverses.add(self, invf)

            comodel.pool.field_inverses.add(invf, self)"

but then got a 503 error. I also added the print line on the same line starting with invf = comodel._fields...

same error. :-(


So, I installed in (in the meantime) on another fresh Odoo 18 install - same system, same everything. I could install the 3rd party Hotel Management App without issue, BUT as soon as I installed another app (CRM), I got the same error - no installation possible.

I guess that means that the Cybrosys Hotel Management App is not coded to work alongside other apps... a pity 

Thanks for your help though, appreciate it!


0
Avatar
Zrušit
Andry Ang

Hi Fritz, it's not really informative.

Do you have any technical experience with Python? you can try to print the comodel as I mentioned and you will know which model/table that caused the problem.

Andry Ang

That's fine haha, but do you have other experiences?
Like debugging the codes? if yes, you can direct yourself to

This file "/usr/lib/python3/dist-packages/odoo/fields.py", line 4585, in setup_nonrelated
and check on this line of code
invf = comodel._fields[self.inverse_name]
before this, you can add
print('>>>>>>>', comodel._name)

Andry Ang

If it's too hard for you to follow,
I would suggest you to just create new DB and install the module once.

See if the problem still existed.

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
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