Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Intelligence artificielle
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Supermarché
    • Quincaillerie
    • Magasin de jouets
    Restauration & Hôtellerie
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Maison d’hôtes
    • Distributeur de boissons
    • Hôtel
    Immobilier
    • Agence immobilière
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consultance
    • Cabinet d'expertise comptable
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Métal
    • Meubles
    • Alimentation
    • Brasserie
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Commerce
    • Homme à tout faire
    • Matériel informatique & support
    • Systèmes photovoltaïques
    • Cordonnier
    • Services de nettoyage
    • Services CVC
    Autres
    • Organisation à but non lucratif
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Parcourir toutes les industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenir partenaire
    • Services pour partenaires
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

Error when validating an Invoice

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
v17
2 Réponses
2583 Vues
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
Ignorer
Avatar
DigitalWorld
Auteur Meilleure réponse

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
Ignorer
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Meilleure réponse

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
Ignorer
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Publications associées Réponses Vues Activité
Ya es posible hacer Upgrade de v17 a v17.1 ?
v17
Avatar
Avatar
1
oct. 25
2407
How to add a new Many2one field in res.config.settings? Résolu
v17
Avatar
Avatar
Avatar
Avatar
4
oct. 25
5390
Add field to ALL models in Odoo
v17
Avatar
Avatar
Avatar
2
sept. 25
3777
How to disable Email notification - You have been assigned to Résolu
v17
Avatar
Avatar
Avatar
3
avr. 26
9950
Selection Field Options Disappear from Database (PostgreSQL enum) on Module Upgrade
v17
Avatar
0
août 25
2511
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenir partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة 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 Svenska ภาษาไทย Türkçe українська Tiếng Việt

Odoo est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

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