Odoo 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 management
|
MRP
|
etc.
menu item odoo
hi ,
i add new menu item in my module but i get error , i dont know how to solve it
this is my code xml :
<record id="action_sequences" model="ir.actions.act_window">
<field name="name">Gestion des Sequences</field>
<field name="res_model">ir.sequence</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="domain">[('code','in',['FE','RF' 'OI', 'OP', 'OR', 'OD'])]</field>
</record>
<menuitem id="menu_sequences" parent="menu_configuration" name="Sequences" action="action_sequences" sequence="60" />
the Error that i get :
Odoo Erreur (côté interface)
Error: Expected "]", got "(string)"
http://localhost:8069/web/static/lib/py.js/lib/py.js:361
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 10/4/16, 7:09 AM |
Seen: 591 times |
Last updated: 10/4/16, 8:30 AM |