Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
4862 Lượt xem

I am getting a ValidateError when trying to install a custom module.

The complete error is the following

ERROR openerp3 openerp.tools.convert: Parse error in /openerp/addons/sim/sim_view.xml:39: 
except_osv: ('ValidateError', u'Error occurred while validating the field(s) arch: Invalid XML for View Architecture!')

The line is 39 and here is the view

<record model="ir.ui.view" id="buildings_form">
<field name="name">sim.buildings.form</field>
<field name="model">sim.buildings</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="building">
<field name="name"/>
<field name="student_name"/>
<field name="father_name"/>
<field name="gender"/>
<field name="contact_no"/>
</form>
</field>
</record>

Do you see something strange with that XML? What else should I be looking at as the possible cause of the error.

Thanks! and by the way, I think the new idea of switching to Q&A is wonderful for the community, thanks!

Ảnh đại diện
Huỷ bỏ
Tác giả

It would be good to be able to comment on other people answers. In my case besides the answer by jcdrubay I found out that a long _description was preventing OpenERP to create my table thus causing the error

Câu trả lời hay nhất

Which version of OpenERP are you using? If version 6, I do not know. In version 7: you should remove this line:

<field name="type">form</field>

Also, you shoud Replace :

<form string="building">

By

<form string="Building" version="7.0">

Then, few other things like: using the tags <sheet> and <group>. You can find some examples in the crm modules in addons.

Ảnh đại diện
Huỷ bỏ

Hi jean, May you explain what are the other differences in openerp 7. in groups and sheets or can you tell me I can find more information regarding updating updating openerp 7.0 modules?

Sorry for late reply. You will find quite a lot of good information here: https://doc.openerp.com/trunk/server/form-view-guidelines/

Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 12 19
3655
0
thg 5 23
5
2
thg 4 21
12353
5
thg 6 20
6675
1
thg 4 16
4874