-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] l10n_be_partner_kbo_bce: Migration to 15.0
[MIG] l10n_be_partner_kbo_bce: Migration to 15.0 [MIG] l10n_be_partner_kbo_bce: Migration to 15.0
- Loading branch information
1 parent
eca533c
commit 6230d9d
Showing
3 changed files
with
18 additions
and
19 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
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,19 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<odoo> | ||
<data noupdate="0"> | ||
<record id="res_partner_1" model="res.partner"> | ||
<field name="name">Noviat</field> | ||
<field | ||
name="category_id" | ||
eval="[(6, 0, [ref('base.res_partner_category_8')])]" | ||
/> | ||
<field name="is_company">1</field> | ||
<field name="city">Brussel</field> | ||
<field name="zip">1083</field> | ||
<field name="street">Rusatiralaan 1</field> | ||
<field name="email">[email protected]</field> | ||
<field name="phone">+32 2 808 86 38</field> | ||
<field name="website">http://www.noviat.com</field> | ||
</record> | ||
</data> | ||
<record id="res_partner_1" model="res.partner"> | ||
<field name="name">Noviat</field> | ||
<field | ||
name="category_id" | ||
eval="[(6, 0, [ref('base.res_partner_category_8')])]" | ||
/> | ||
<field name="is_company">1</field> | ||
<field name="city">Brussel</field> | ||
<field name="zip">1083</field> | ||
<field name="street">Rusatiralaan 1</field> | ||
<field name="email">[email protected]</field> | ||
<field name="phone">+32 2 808 86 38</field> | ||
<field name="website">http://www.noviat.com</field> | ||
</record> | ||
</odoo> |
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