Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
6199 มุมมอง

Hi, I tried to set up a kanban view, but I always got this error: Invalid XML for View Architecture! Here is the code:

> <record model="ir.ui.view"
> id="genial_2013_kanban_view">
>         <field name="name">Genial 2013 Kanban</field>
>         <field name="model">genial.2013</field>
>         <field name="type">kanban</field>
>         <field name="arch" type="xml">
>             <kanban>
>                 <field name="azienda"/>
>                 <field name="indirizzo"/>
>                 <field name="localita"/>
>                 <field name="provin"/>
>                 <templates>
>                     <t t-name="kanban-box">
>                             <div>
>                                 <h4><a type="open"><field
> name="azienda"/></a></h4>
>                                     <ul>
>                                         <li><field name="indirizzo"/></li>
>                                         <li><field name="localita"/></li>
>                                         <li><field name="provin"/></li>
>                                     </ul>
>                             </div>
>                     </t>
>                 </templates>
>             </kanban>
>         </field>
>     </record>

I can't see what's wrong!

อวตาร
ละทิ้ง

Would you post the full traceback you are getting? <field name="type">kanban</field> is not required, you can remove it.

ผู้เขียน

Thank you for having well formatted the code (how can I do it when I post?). No traceback. I simply get the following message: ValidateError

Error occurred while validating the field(s) arch: Invalid XML for View Architecture!

Select the lines of code and press the link shown @ http://awesomescreenshot.com/0872rkpkf9 . This way you will be having code format.

ผู้เขียน คำตอบที่ดีที่สุด

Solved! I made a mistake in the field declaration in the module file and called the field provin as 'provin ' with a final space!, so the name didn't match. Now the kanban view loads fine.

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
2
พ.ค. 20
5806
1
ก.พ. 19
6778
0
ม.ค. 19
5811
0
มี.ค. 15
5079
1
มี.ค. 15
17555