Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

TypeError: 'bool' object does not support the context manager protocol

Subscriure's

Get notified when there's activity on this post

This question has been flagged
actiondevelopmentstockfunctiondebug
1 Respondre
2933 Vistes
Avatar
David Maxwell

I am struggling to fix the error called "TypeError: 'bool' object does not support the context manager protocol from button action called action_confirm in newly created model at odoo inventory  17 th version

------------------------------------------------------------------------


this is the error message:

Traceback (most recent call last):

  File "/home/cd009/odoo17/odoo17/odoo/http.py", line 2189, in __call__

    response = request._serve_db()

               ^^^^^^^^^^^^^^^^^^^

  File "/home/cd009/odoo17/odoo17/odoo/http.py", line 1764, in _serve_db

    return service_model.retrying(self._serve_ir_http, self.env)

           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/home/cd009/odoo17/odoo17/odoo/service/model.py", line 133, in retrying

    result = func()

             ^^^^^^

  File "/home/cd009/odoo17/odoo17/odoo/http.py", line 1791, in _serve_ir_http

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

               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/home/cd009/odoo17/odoo17/odoo/http.py", line 1995, in dispatch

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

             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/home/cd009/odoo17/odoo17/addons/website/models/ir_http.py", line 235, in _dispatch

    response = super()._dispatch(endpoint)

               ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/home/cd009/odoo17/odoo17/odoo/addons/base/models/ir_http.py", line 222, in _dispatch

    result = endpoint(**request.params)

             ^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/home/cd009/odoo17/odoo17/odoo/http.py", line 741, in route_wrapper

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

             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/home/cd009/odoo17/odoo17/addons/web/controllers/dataset.py", line 28, in call_button

    action = self._call_kw(model, method, args, kwargs)

             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/home/cd009/odoo17/odoo17/addons/web/controllers/dataset.py", line 20, in _call_kw

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

           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/home/cd009/odoo17/odoo17/odoo/api.py", line 468, in call_kw

    result = _call_kw_multi(method, model, args, kwargs)

             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/home/cd009/odoo17/odoo17/odoo/api.py", line 453, in _call_kw_multi

    result = method(recs, *args, **kwargs)

             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/home/cd009/odoo17/Mtts/unpack_operation/models/product_operation.py", line 220, in action_done

    self.create_stock_moves()

  File "/home/cd009/odoo17/Mtts/unpack_operation/models/product_operation.py", line 287, in create_stock_moves

    move_line = StockMoveLine.create({

                ^^^^^^^^^^^^^^^^^^^^^^

  File "<decorator-gen-322>", line 2, in create

  File "/home/cd009/odoo17/odoo17/odoo/api.py", line 414, in _model_create_multi

    return create(self, [arg])

           ^^^^^^^^^^^^^^^^^^^

  File "/home/cd009/odoo17/Mtts/setu_inventory_count_management/models/stock_move_line.py", line 25, in create

    return super().create(vals_list)

           ^^^^^^^^^^^^^^^^^^^^^^^^^

  File "<decorator-gen-299>", line 2, in create

  File "/home/cd009/odoo17/odoo17/odoo/api.py", line 415, in _model_create_multi

    return create(self, arg)

           ^^^^^^^^^^^^^^^^^

  File "/home/cd009/odoo17/odoo17/addons/stock_account/models/stock_move_line.py", line 27, in create

    self._create_correction_svl(move, diff)

  File "/home/cd009/odoo17/odoo17/addons/stock_account/models/stock_move_line.py", line 80, in _create_correction_svl

    stock_valuation_layers._validate_accounting_entries()

  File "/home/cd009/odoo17/odoo17/addons/stock_account/models/stock_valuation_layer.py", line 76, in _validate_accounting_entries

    account_moves = self.env['account.move'].sudo().create(am_vals)

                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "<decorator-gen-327>", line 2, in create

  File "/home/cd009/odoo17/odoo17/odoo/api.py", line 394, in _model_create_single

    return self.browse().concat(*(create(self, vals) for vals in arg))

           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/home/cd009/odoo17/odoo17/odoo/api.py", line 394, in <genexpr>

    return self.browse().concat(*(create(self, vals) for vals in arg))

                                  ^^^^^^^^^^^^^^^^^^

  File "/home/cd009/odoo17/Mtts/analytic_account_policy/models/account_account.py", line 22, in create

    return super(AccountMove, self).create(vals)

           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "<decorator-gen-296>", line 2, in create

  File "/home/cd009/odoo17/odoo17/odoo/api.py", line 414, in _model_create_multi

    return create(self, [arg])

           ^^^^^^^^^^^^^^^^^^^

  File "/home/cd009/odoo17/odoo17/addons/purchase/models/account_invoice.py", line 138, in create

    moves = super(AccountMove, self).create(vals_list)

            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "<decorator-gen-192>", line 2, in create

  File "/home/cd009/odoo17/odoo17/odoo/api.py", line 415, in _model_create_multi

    return create(self, arg)

           ^^^^^^^^^^^^^^^^^

  File "/home/cd009/odoo17/odoo17/addons/l10n_gcc_invoice/models/account_move.py", line 59, in create

    moves = super().create(vals_list)

            ^^^^^^^^^^^^^^^^^^^^^^^^^

  File "<decorator-gen-191>", line 2, in create

  File "/home/cd009/odoo17/odoo17/odoo/api.py", line 394, in _model_create_single

    return self.browse().concat(*(create(self, vals) for vals in arg))

           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/home/cd009/odoo17/odoo17/odoo/api.py", line 394, in <genexpr>

    return self.browse().concat(*(create(self, vals) for vals in arg))

                                  ^^^^^^^^^^^^^^^^^^

  File "/home/cd009/odoo17/Mtts/invoice_cost_price/models/invoice_cost_price.py", line 14, in create

    move = super(AccountMove, self).create(vals)

           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "<decorator-gen-147>", line 2, in create

  File "/home/cd009/odoo17/odoo17/odoo/api.py", line 414, in _model_create_multi

    return create(self, [arg])

           ^^^^^^^^^^^^^^^^^^^

  File "/home/cd009/odoo17/odoo17/addons/account/models/account_move.py", line 2459, in create

    with self._check_balanced(container):

TypeError: 'bool' object does not support the context manager protocol   


*this error affects at other modules such as accounting and some inventory forms where newly created inventory models

can anyone help me to fix this bug?




0
Avatar
Descartar
David Maxwell
Autor

Yes, Thank you so much, It's really working

Avatar
Sreez
Best Answer

Hi Maxwell,

The error you're encountering:

TypeError: 'bool' object does not support the context manager protocol

is due to the incorrect use of a with statement on a boolean value. This occurs specifically at the following line in the Odoo core:

with self._check_balanced(container):

Odoo expects _check_balanced() to return a context manager, but your custom code appears to return a boolean (True or False) instead.

Solution

You should review your custom override of _check_balanced() in the AccountMove model, likely located in:

  • Mtts/invoice_cost_price/models/invoice_cost_price.py, or
  • Mtts/analytic_account_policy/models/account_account.py

If your method looks like this:

def _check_balanced(self, container): return True # Incorrect

Replace it with the correct context manager format:

from contextlib import contextmanager @contextmanager def _check_balanced(self, container): yield

Or, if you have no special logic to implement, delegate back to Odoo's original method:

def _check_balanced(self, container): return super()._check_balanced(container)

Next Steps

  • Search all custom modules for _check_balanced overrides.
  • Fix the return type to ensure it is a proper context manager.
  • Restart the server and test the confirmation action again.

This change should resolve the TypeError and restore functionality across modules that rely on this method, including stock and accounting.

1
Avatar
Descartar
Enjoying the discussion? Don't just read, join in!

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

Registrar-se
Related Posts Respostes Vistes Activitat
Sekcja opinii i komentarz
action development function
Avatar
0
de març 25
1361
Product images are frequently disappearing from the POS device
action development configuration function
Avatar
Avatar
Avatar
2
de des. 25
286
Cron job completes Instantly on production without throwing errors – works correctly on dev Solved
development configuration function debug
Avatar
Avatar
2
de set. 25
1450
Error with rpc call
javascript development function debug
Avatar
Avatar
Avatar
2
de jul. 25
2099
How to customize decorator color in odoo xml? Solved
action development configuration debug
Avatar
Avatar
2
de març 25
2954
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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