Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

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

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

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

Naroči se

Get notified when there's activity on this post

This question has been flagged
actiondevelopmentstockfunctiondebug
1 Odgovori
2910 Prikazi
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
Opusti
David Maxwell
Avtor

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
Opusti
Enjoying the discussion? Don't just read, join in!

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

Prijavi
Related Posts Odgovori Prikazi Aktivnost
Sekcja opinii i komentarz
action development function
Avatar
0
mar. 25
1361
Product images are frequently disappearing from the POS device
action development configuration function
Avatar
Avatar
Avatar
2
dec. 25
278
Cron job completes Instantly on production without throwing errors – works correctly on dev Solved
development configuration function debug
Avatar
Avatar
2
sep. 25
1428
Error with rpc call
javascript development function debug
Avatar
Avatar
Avatar
2
jul. 25
2076
How to customize decorator color in odoo xml? Solved
action development configuration debug
Avatar
Avatar
2
mar. 25
2934
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة 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 is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

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