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 in view file in openerp 7

Subscribe

Get notified when there's activity on this post

This question has been flagged
errorviewfile
7 Replies
7962 Views
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
Discard
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
Author

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

Hiral Patel (hip)

have you updated the module ?

Souleymane Male
Author

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
Best Answer

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

0
Avatar
Discard
Avatar
Souleymane Male
Author Best Answer

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
Discard
Avatar
Hiral Patel (hip)
Best Answer

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
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
How to find this view in odoo18 from frontend, I need the related steps(navigation)? I am a beginner, I need simply explanation
error treeview view
Avatar
Avatar
Avatar
3
Dec 25
373
Error: Field is restricted to the group(s) base.group_no_one in view definition Solved
error view odoo16features
Avatar
Avatar
Avatar
2
Oct 24
9166
ValidateError Une erreur est apparue lors de la validation du/des champ(s) arch: Invalid XML for View Architecture! Solved
error view validateerror
Avatar
Avatar
2
Jan 24
16448
Fix the Error ==> "Canot be located in parent view"
error view parent
Avatar
Avatar
Avatar
5
Jun 17
7804
How do I deal with the "Invalid XML for View Architecture!" error?
development error view
Avatar
Avatar
Avatar
2
Mar 15
7926
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