Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • 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 Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & 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
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

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

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

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

Subscribe

Get notified when there's activity on this post

This question has been flagged
actiondevelopmentstockfunctiondebug
1 Reply
2898 Views
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
Discard
David Maxwell
Author

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

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

Sign up
Related Posts Replies Views Activity
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
243
Cron job completes Instantly on production without throwing errors – works correctly on dev Solved
development configuration function debug
Avatar
Avatar
2
Sep 25
1414
Error with rpc call
javascript development function debug
Avatar
Avatar
Avatar
2
Jul 25
2060
How to customize decorator color in odoo xml? Solved
action development configuration debug
Avatar
Avatar
2
Mar 25
2913
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة 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