Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita una demostración
  • Precios
  • Ayuda

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

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyectos
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

Error in view file in openerp 7

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
errorviewfile
7 Respuestas
7828 Vistas
Avatar
Souleymane Male

Hi, I have create a class and I have this error:

2014-01-27 21:09:05,798 21052 ERROR lastsygef openerp.addons.base.ir.ir_ui_view: Can't render view  for model: gefor.subm

Traceback (most recent call last): File "/home/openerp/workspace/sankofa/openerp/addons/base/ir/ir_ui_view.py", line 126, in _check_render_view fvg = self.pool.get(view.model).fields_view_get(cr, uid, view_id=view.id, view_type=view.type, context=context) AttributeError: 'NoneType' object has no attribute 'fields_view_get' 2014-01-27 21:09:05,803 21052 ERROR lastsygef openerp.tools.convert: Parse error in /home/openerp/workspace/sankofa/sankofa_addons/gefor/gefor_view.xml:100: <record model="ir.ui.view" id="view_gefor_subm_search"> <field name="name">"gefor.subm.search</field> <field name="model">gefor.subm</field> <field name="arch" type="xml"> <search string="Submission format"> <field name="name"/>
</search> </field> </record> Traceback (most recent call last): File "/home/openerp/workspace/sankofa/openerp/tools/convert.py", line 847, in parse self._tagsrec.tag File "/home/openerp/workspace/sankofa/openerp/tools/convert.py", line 814, in _tag_record id = self.pool.get('ir.model.data')._update(cr, self.uid, rec_model, self.module, res, rec_id or False, not self.isnoupdate(data_node), noupdate=self.isnoupdate(data_node), mode=self.mode, context=rec_context ) File "/home/openerp/workspace/sankofa/openerp/addons/base/ir/ir_model.py", line 963, in _update res_id = model_obj.create(cr, uid, values, context=context) File "/home/openerp/workspace/sankofa/openerp/addons/base/ir/ir_ui_view.py", line 103, in create return super(osv.osv, self).create(cr, uid, values, context) File "/home/openerp/workspace/sankofa/openerp/osv/orm.py", line 4470, in create self._validate(cr, user, [id_new], context) File "/home/openerp/workspace/sankofa/openerp/osv/orm.py", line 1544, in _validate raise except_orm('ValidateError', '\n'.join(error_msgs)) except_orm: ('ValidateError', u'Une erreur est apparue lors de la validation du/des champ(s) arch: Invalid XML for View Architecture!') 2014-01-27 21:09:05,806 21052 ERROR lastsygef openerp: Failed to initialize database lastsygef. Traceback (most recent call last): File "/home/openerp/workspace/sankofa/openerp/cli/server.py", line 98, in preload_registry db, registry = openerp.pooler.get_db_and_pool(dbname,update_module=update_module) File "/home/openerp/workspace/sankofa/openerp/pooler.py", line 33, in get_db_and_pool registry = RegistryManager.get(db_name, force_demo, status, update_module) File "/home/openerp/workspace/sankofa/openerp/modules/registry.py", line 192, in get update_module) File "/home/openerp/workspace/sankofa/openerp/modules/registry.py", line 218, in new openerp.modules.load_modules(registry.db, force_demo, status, update_module) File "/home/openerp/workspace/sankofa/openerp/modules/loading.py", line 344, in load_modules processed = load_marked_modules(cr, graph, states_to_load, force, status, report, loaded_modules, update_module) File "/home/openerp/workspace/sankofa/openerp/modules/loading.py", line 259, in load_marked_modules loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks) File "/home/openerp/workspace/sankofa/openerp/modules/loading.py", line 191, in load_module_graph load_data(module_name, idref, mode) File "/home/openerp/workspace/sankofa/openerp/modules/loading.py", line 76, in <lambda> load_data = lambda *args: _load_data(cr, *args, kind='data') File "/home/openerp/workspace/sankofa/openerp/modules/loading.py", line 127, in _load_data tools.convert_xml_import(cr, module_name, fp, idref, mode, noupdate, report) File "/home/openerp/workspace/sankofa/openerp/tools/convert.py", line 954, in convert_xml_import obj.parse(doc.getroot()) File "/home/openerp/workspace/sankofa/openerp/tools/convert.py", line 847, in parse self._tagsrec.tag File "/home/openerp/workspace/sankofa/openerp/tools/convert.py", line 814, in _tag_record id = self.pool.get('ir.model.data')._update(cr, self.uid, rec_model, self.module, res, rec_id or False, not self.isnoupdate(data_node), noupdate=self.isnoupdate(data_node), mode=self.mode, context=rec_context ) File "/home/openerp/workspace/sankofa/openerp/addons/base/ir/ir_model.py", line 963, in _update res_id = model_obj.create(cr, uid, values, context=context) File "/home/openerp/workspace/sankofa/openerp/addons/base/ir/ir_ui_view.py", line 103, in create return super(osv.osv, self).create(cr, uid, values, context) File "/home/openerp/workspace/sankofa/openerp/osv/orm.py", line 4470, in create self._validate(cr, user, [id_new], context) File "/home/openerp/workspace/sankofa/openerp/osv/orm.py", line 1544, in _validate raise except_orm('ValidateError', '\n'.join(error_msgs)) except_orm: ('ValidateError', u'Une erreur est apparue lors de la validation du/des champ(s) arch: Invalid XML for View Architecture!')

My class is

class gefor_subm(osv.osv):
_name = 'gefor.subm'
_columns = {
    'name': fields.char('Submission format', size=128),
    'analysis_ids': fields.one2many('gefor.analysis', 'subm_id', 'Analysis'),
}

Please, help me to resolve this error. Thanks

0
Avatar
Descartar
Hiral Patel (hip)

Error is at: <field name="name">"gefor.subm.search</field>. Change it to : <field name="name">gefor.subm.search</field>

Souleymane Male
Autor

Thanks, I change it but I have the same error.

Hiral Patel (hip)

have you updated the module ?

Souleymane Male
Autor

Yes, I restart the server and It is the same error. When I remove the search view, the error is in my form view: <record model="ir.ui.view" id="view_gefor_subm_form"> <field name="name">gefor.subm.form</field> <field name="model">gefor.subm</field> <field name="arch" type="xml"> <form string="Submission format" version = "7.0"> <sheet> <group> <field name="name"/>
</group> <notebook> <page string = "Analysis"> <field name="analysis_ids" colspan="4"/> </page> </notebook>
</sheet> </fo

Avatar
Gaurav Sahu
Mejor respuesta

Check that you have imported your .py in __init__.py and dependency specified in the __openerp__.py file

0
Avatar
Descartar
Avatar
Souleymane Male
Autor Mejor respuesta

Yes, I restart the server and It is the same error. When I remove the search view, the error is in my form view:

    <record model="ir.ui.view" id="view_gefor_subm_form">
    <field name="name">gefor.subm.form</field>
    <field name="model">gefor.subm</field>
    <field name="arch" type="xml">
        <form string="Submission format" version = "7.0">
            <sheet>
            <group>
                <field name="name"/>                    
            </group>
                <notebook>
                    <page string = "Analysis">
                        <field name="analysis_ids" colspan="4"/>
                    </page>
                </notebook>             
            </sheet>
        </form>
    </field>
</record>
0
Avatar
Descartar
Avatar
Hiral Patel (hip)
Mejor respuesta

Try with xml file :

<?xml version="1.0" encoding="utf-8"?>
<openerp>
    <data>        
    <record model="ir.ui.view" id="view_gefor_subm_search"> 
        <field name="name">gefor.subm.search</field>
        <field name="model">gefor.subm</field> 
        <field name="arch" type="xml"> 
            <search string="Submission format"> 
                <field name="name"/> 
            </search> 
        </field> 
    </record>

    <record model="ir.ui.view" id="view_gefor_subm_form">
        <field name="name">gefor.subm.form</field>
        <field name="model">gefor.subm</field>
        <field name="arch" type="xml">
        <form string="Submission format" version = "7.0">
            <sheet>
            <group>
                <field name="name"/>
            </group>
            <notebook>
                <page string = "Analysis">
                    <field name="analysis_ids" colspan="4"/>
                </page>
            </notebook> 
            </sheet>
        </form>
        </field> 
    </record>
    </data>
</openerp>

Try it.

0
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
Error: Field is restricted to the group(s) base.group_no_one in view definition Resuelto
error view odoo16features
Avatar
Avatar
Avatar
2
oct 24
8910
ValidateError Une erreur est apparue lors de la validation du/des champ(s) arch: Invalid XML for View Architecture! Resuelto
error view validateerror
Avatar
Avatar
2
ene 24
16272
Fix the Error ==> "Canot be located in parent view"
error view parent
Avatar
Avatar
Avatar
5
jun 17
7667
How do I deal with the "Invalid XML for View Architecture!" error?
development error view
Avatar
Avatar
Avatar
2
mar 15
7770
404 errors loading .js .css .png Resuelto
debug error view
Avatar
Avatar
Avatar
3
dic 23
26909
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidad
  • Seguridad
الْعَرَبيّة 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 es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y estar totalmente integrado.

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