blob: 629eeea6f7c62c69b8956c410f96fc7110307a83 (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- reset root on main company so that other modules can install without issues -->
<record id="base.user_root" model="res.users">
<field name="company_id" ref="base.main_company"/>
</record>
</odoo>
|