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
    • Validations
    • 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
    • Épicerie
    • Quincaillerie
    • Magasin de jouets
    Food & Hospitality
    • 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
    • Brewery
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Trades
    • Bricoleur
    • Matériel informatique et 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
    Browse all 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
    • Devenez partenaire
    • Services for Partners
    • 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

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

  • CRM
  • e-Commerce
  • Comptabilité
  • Inventaire
  • PoS
  • Projet
  • MRP
All apps
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

help installing module V7.0

S'inscrire

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

Cette question a été signalée
errorxmlinstallmrpinvalid
2 Réponses
6179 Vues
Avatar
Elric

Hi All, I downloaded the MRP module from the trunk. When I added it and tried to install i get the below errors? I thought this was a standard module, maybe I'm missing something?

2013-05-13 12:34:38,799 5380 INFO Engineer3d
openerp.modules.loading: module mrp:
loading mrp_view.xml 2013-05-13
12:34:39,035 5380 ERROR Engineer3d
openerp.addons.base.ir.ir_ui_view:
<string>:1:0:ERROR:RELAXNGV:RELAXNG_ERR_INVALIDATTR:
Invalid attribute progress for element
gantt 2013-05-13 12:34:39,036 5380
ERROR Engineer3d
  openerp.tools.convert: Parse error in file:///E:/Programs/OpenERP%207.0/Server/server/openerp/addons/mrp/mrp_view.xml:594:
  <record id="view_production_gantt" model="ir.ui.view">
   <field name="name">mrp.production.gantt</field>
   <field name="model">mrp.production</field>
   <field name="arch" type="xml">
     <gantt date_stop="date_finished" date_start="date_start" progress="progress" string="Productions" default_group_by="routing_id">
     </gantt>
   </field>
</record> Traceback (most recent call last):   File "E:\Programs\OpenERP 7.0\Server\server\.\openerp\tools\convert.py", line 847, in parse   
File "E:\Programs\OpenERP 7.0\Server\server\.\openerp\tools\convert.py", line 814, in _tag_record
File "E:\Programs\OpenERP 7.0\Server\server\openerp\addons\base\ir\ir_model.py", line 963, in _update   
File "E:\Programs\OpenERP 7.0\Server\server\openerp\addons\base\ir\ir_ui_view.py", line 103, in create   
File "E:\Programs\OpenERP 7.0\Server\server\.\openerp\osv\orm.py", line 4470, in create
File "E:\Programs\OpenERP 7.0\Server\server\.\openerp\osv\orm.py", line 1544, in _validate except_orm:
('ValidateError', u'Error occurred while validating the field(s) arch: Invalid XML for View Architecture!')
2013-05-13 12:34:39,036 5380 ERROR Engineer3d openerp.netsvc:
ValidateError Error occurred while validating the field(s) arch: Invalid XML for View Architecture! Traceback (most recent call last):
File "E:\Programs\OpenERP 7.0\Server\server\.\openerp\netsvc.py", line 293, in dispatch_rpc
File "E:\Programs\OpenERP 7.0\Server\server\.\openerp\service\web_services.py", line 626, in dispatch   
File "E:\Programs\OpenERP 7.0\Server\server\.\openerp\osv\osv.py", line 188, in execute_kw   
File "E:\Programs\OpenERP 7.0\Server\server\.\openerp\osv\osv.py", line 144, in wrapper except_osv:
  ('ValidateError', u'Error occurred while validating the field(s) arch: Invalid XML for View Architecture!')

Hope someone can point out what may have gone wrong.

2
Avatar
Ignorer
Elric
Auteur

Just pinging to hope somebody can help me get this fixed, I need the mrp for developing a new part of our business so we can quote customers using BOMs.

Elric
Auteur

Well I gave up and reinstalled OpenERP7.0 from scratch...couldn't wait any longer. Now for a few days of entering data...yay....

Nadeem Ahmed

Followed you bro, reinstalled OpenERP :(

Avatar
Hardik Sanchawat (hsa)
Meilleure réponse

Yes, MRP module is standard module of OpenERP. As per you said that you downloaded MRP module from trunk branch and load in Version 7.0. So, may be traceback is occur. So First Download MRP module from here: bazaar.launchpad.net/~openerp/openobject-addons/7.0/files/head:/mrp/ and then load in Version 7.0.

1
Avatar
Ignorer
Avatar
Nadeem Ahmed
Meilleure réponse

well I received same error, when I try to uninstall Barcode module from Openerp. Silly thing, now I can't login with any user:(

Would appreciate any solution for this. Thanks

Nadeem

OpenERP Server Error Client Traceback (most recent call last): File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server\openerp\addons\web\http.py", line 204, in dispatch File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server\openerp\addons\web\controllers\main.py", line 864, in authenticate File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server\openerp\addons\web\session.py", line 115, in authenticate File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server\openerp\addons\web\session.py", line 30, in proxy_method File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server\openerp\addons\web\session.py", line 103, in send

Server Traceback (most recent call last): File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server\openerp\addons\web\session.py", line 89, in send File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server.\openerp\netsvc.py", line 292, in dispatch_rpc File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server.\openerp\service\web_services.py", line 433, in dispatch File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server.\openerp\service\web_services.py", line 444, in exp_authenticate File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server.\openerp\pooler.py", line 49, in get_pool File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server.\openerp\pooler.py", line 33, in get_db_and_pool File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server.\openerp\modules\registry.py", line 192, in get File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server.\openerp\modules\registry.py", line 218, in new File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server.\openerp\modules\loading.py", line 341, in load_modules File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server.\openerp\modules\loading.py", line 256, in load_marked_modules File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server.\openerp\modules\loading.py", line 187, in load_module_graph File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server.\openerp\modules\loading.py", line 74, in <lambda> File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server.\openerp\modules\loading.py", line 124, in _load_data File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server.\openerp\tools\convert.py", line 954, in convert_xml_import File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server.\openerp\tools\convert.py", line 847, in parse File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server.\openerp\tools\convert.py", line 814, in _tag_record File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server\openerp\addons\base\ir\ir_model.py", line 936, in _update File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server\openerp\addons\base\ir\ir_ui_view.py", line 208, in write File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server.\openerp\osv\orm.py", line 4201, in write File "C:\Program Files (x86)\OpenERP 7.0-20130617-231055\Server\server.\openerp\osv\orm.py", line 1544, in _validate except_orm: ('ValidateError', u'Error occurred while validating the field(s) arch: Invalid XML for View Architecture!')

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é
Can't install custom module -> arch: Invalid XML for View Architecture! Résolu
module xml install architecture invalid
Avatar
Avatar
Avatar
4
nov. 15
6698
pandas odoo 16 python 3.8 o 3.10 anyone gives the mystery error
error install library
Avatar
1
mars 24
1454
Error occurred while installing PLM module ( odoo 12 Enterprise )
error install PLM
Avatar
Avatar
1
févr. 23
2628
Error when installing "G.C.C - Arabic/English" 'l10n_gcc_invoice' or "K.S.A - Invoice" 'l10n_sa_invoice' Résolu
error install addons
Avatar
Avatar
1
août 24
4638
odoo.tools.convert.ParseError: "Cannot update missing record 'base.default_user'" while parsing file:/e:/pythonproject/odoo-12.0/addons/mrp/security/mrp_security.xml:25, near <record id="base.default_user" model="res.users"> Résolu
xml mrp odoo
Avatar
1
août 21
4198
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
  • Devenez 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 ภาษาไทย 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