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

Error when validating an Invoice

Subscribe

Get notified when there's activity on this post

This question has been flagged
v17
2 Replies
2093 Views
Avatar
DigitalWorld

After updating from version 16.0 to version 17.0, I encounter the following error when validating an Invoice:


RPC_ERROR

Odoo Server Error

Traceback (most recent call last):

  File "/home/odoo/src/odoo/17.0/odoo/tools/safe_eval.py", line 365, in safe_eval

    return unsafe_eval(c, globals_dict, locals_dict)

  File "ir.actions.server(727,)", line 1, in

  File "/home/odoo/src/odoo/17.0/addons/base_automation/models/base_automation.py", line 724, in write

    for old_vals in (records.read(list(vals)) if vals else [])

  File "/home/odoo/src/odoo/17.0/odoo/models.py", line 3537, in read

    self._origin.fetch(fields)

  File "/home/odoo/src/odoo/17.0/odoo/models.py", line 3792, in fetch

    fields_to_fetch = self._determine_fields_to_fetch(field_names, ignore_when_in_cache=True)

  File "/home/odoo/src/odoo/17.0/odoo/models.py", line 3859, in _determine_fields_to_fetch

    raise ValueError(f"Invalid field {field_name!r} on model {self._name!r}")

ValueError: Invalid field 'stage_id' on model 'sale.order'

 

During handling of the above exception, another exception occurred:

 

Traceback (most recent call last):

  File "/home/odoo/src/odoo/17.0/odoo/http.py", line 1765, in _serve_db

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

  File "/home/odoo/src/odoo/17.0/odoo/service/model.py", line 133, in retrying

    result = func()

  File "/home/odoo/src/odoo/17.0/odoo/http.py", line 1792, in _serve_ir_http

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

  File "/home/odoo/src/odoo/17.0/odoo/http.py", line 1996, in dispatch

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

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

    result = endpoint(**request.params)

  File "/home/odoo/src/odoo/17.0/odoo/http.py", line 722, in route_wrapper

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

  File "/home/odoo/src/odoo/17.0/addons/web/controllers/dataset.py", line 24, in call_kw

    return self._call_kw(model, method, args, kwargs)

  File "/home/odoo/src/odoo/17.0/addons/web/controllers/dataset.py", line 20, in _call_kw

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

  File "/home/odoo/src/odoo/17.0/odoo/api.py", line 469, in call_kw

    model.env.flush_all()

  File "/home/odoo/src/odoo/17.0/odoo/api.py", line 719, in flush_all

    self._recompute_all()

  File "/home/odoo/src/odoo/17.0/odoo/api.py", line 715, in _recompute_all

    self[field.model_name]._recompute_field(field)

  File "/home/odoo/src/odoo/17.0/odoo/models.py", line 6869, in _recompute_field

    field.recompute(records)

  File "/home/odoo/src/odoo/17.0/odoo/fields.py", line 1367, in recompute

    apply_except_missing(self.compute_value, recs)

  File "/home/odoo/src/odoo/17.0/odoo/fields.py", line 1340, in apply_except_missing

    func(records)

  File "/home/odoo/src/odoo/17.0/odoo/fields.py", line 1389, in compute_value

    records._compute_field_value(self)

  File "/home/odoo/src/odoo/17.0/addons/base_automation/models/base_automation.py", line 764, in _compute_field_value

    automation._process(records, domain_post=domain_post)

  File "/home/odoo/src/odoo/17.0/addons/base_automation/models/base_automation.py", line 653, in _process

    action.with_context(**ctx).run()

  File "/home/odoo/src/odoo/17.0/odoo/addons/base/models/ir_actions.py", line 938, in run

    res = runner(run_self, eval_context=eval_context)

  File "/home/odoo/src/odoo/17.0/odoo/addons/base/models/ir_actions.py", line 770, in _run_action_code_multi

    safe_eval(self.code.strip(), eval_context, mode="exec", nocopy=True, filename=str(self))  # nocopy allows to return 'action'

  File "/home/odoo/src/odoo/17.0/odoo/tools/safe_eval.py", line 379, in safe_eval

    raise ValueError('%s: "%s" while evaluating\n%r' % (ustr(type(e)), ustr(e), expr))

ValueError: : "Invalid field 'stage_id' on model 'sale.order'" while evaluating

'record.write({"stage_id": 2})'

 

The above server error caused the following client error:

RPC_ERROR: Odoo Server Error

    at makeErrorFromResponse (https://digital-world2.odoo.com/web/assets/821d74f/web.assets_web.min.js:2873:163)

    at XMLHttpRequest. (https://digital-world2.odoo.com/web/assets/821d74f/web.assets_web.min.js:2877:13)



0
Avatar
Discard
Avatar
DigitalWorld
Author Best Answer

Hi,


Thank you for your help. I indeed had an "Automated Action" whose action was to modify the "Stage_ID" field.

I made the necessary modifications and it's OK.


0
Avatar
Discard
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Best Answer

Hi,

The error message indicates that there is an attempt to write to a field called stage_id on the model sale.order, but it's being considered invalid. This could be due to several reasons:

  1. Missing or Renamed Field: In Odoo 17.0, there might have been changes to the sale.order model, such as the removal or renaming of the stage_id field.
  2. Customizations or Extensions: If your Odoo instance has customizations or extensions that modify the sale.order model, those changes may be conflicting with the update process.

To address this issue, you should:

  • Review Customizations: Check if there are any customizations or extensions that modify the sale.order model, especially those related to the stage_id field. Ensure that they are compatible with Odoo 17.0.
  • Check Field Definitions: Verify the field definitions for stage_id in the sale.order model. Ensure that the field exists and is correctly defined.
  • Update Custom Modules: If you have custom modules or addons, ensure they are updated to be compatible with Odoo 17.0. This includes checking for any changes required due to removing or renaming fields.
  • Check for Third-Party Modules: If you're using third-party modules, ensure that they are compatible with Odoo 17.0 and that they do not conflict with the standard functionality


Hope it helpful

0
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
Ya es posible hacer Upgrade de v17 a v17.1 ?
v17
Avatar
Avatar
1
Oct 25
1427
How to add a new Many2one field in res.config.settings? Solved
v17
Avatar
Avatar
Avatar
Avatar
4
Oct 25
4018
Add field to ALL models in Odoo
v17
Avatar
Avatar
Avatar
2
Sep 25
2613
How to disable Email notification - You have been assigned to Solved
v17
Avatar
Avatar
Avatar
Avatar
4
Sep 25
8130
Selection Field Options Disappear from Database (PostgreSQL enum) on Module Upgrade
v17
Avatar
0
Aug 25
1390
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