Skip to Content
Menu
This question has been flagged
1 Reply
2203 Views
ParseError: "You cannot create a new user from here.
 To create new user please go to configuration panel.
71
Go to the configuration panel" while parsing /opt/odoo/odoo-10.0/addons/sales_team/data/sales_team_demo.xml:4, near
<record id="base.user_demo" model="res.users">
            <field name="groups_id" eval="[(4,ref('sales_team.group_sale_salesman'))]"/>
        </record>
Avatar
Discard
Best Answer

It seems that you create your database with demo data. I guess that you remove demo user and when you are trying to install other module that needs that user is failling.

Avatar
Discard
Related Posts Replies Views Activity
2
Nov 24
25064
2
May 24
5512
3
Mar 24
4961
0
Mar 24
261
3
Feb 24
11415