forked from OCA/l10n-brazil
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REF] deprecade data xml node l10n_br_portal
- Loading branch information
Showing
1 changed file
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,29 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<odoo> | ||
<data noupdate="1"> | ||
<odoo noupdate="1"> | ||
|
||
<!-- Portal : partner and user --> | ||
<record | ||
id="demo_user_kmee" | ||
model="res.users" | ||
context="{'no_reset_password': True}" | ||
> | ||
id="demo_user_kmee" | ||
model="res.users" | ||
context="{'no_reset_password': True}" | ||
> | ||
<field name="partner_id" ref="l10n_br_base.res_partner_kmee" /> | ||
<field name="login">kmee</field> | ||
<field name="password">kmee</field> | ||
<field | ||
name="signature" | ||
><![CDATA[<span>-- <br/>KMEE Demo Portal</span>]]></field> | ||
name="signature" | ||
><![CDATA[<span>-- <br/>KMEE Demo Portal</span>]]></field> | ||
<field | ||
name="groups_id" | ||
eval="[(5,)]" | ||
/><!-- Avoid auto-including this user in any default group --> | ||
name="groups_id" | ||
eval="[(5,)]" | ||
/><!-- Avoid auto-including this user in any default group --> | ||
</record> | ||
|
||
<record | ||
id="base.group_portal" | ||
model="res.groups" | ||
><!-- Add the demo user to the portal (and therefore to the portal member group) --> | ||
id="base.group_portal" | ||
model="res.groups" | ||
><!-- Add the demo user to the portal (and therefore to the portal member group) --> | ||
<field name="users" eval="[(4,ref('demo_user_kmee'))]" /> | ||
</record> | ||
</data> | ||
|
||
</odoo> |