-
-
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.
Signed-off-by sbidoul
- Loading branch information
Showing
13 changed files
with
119 additions
and
115 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
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
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
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,29 +1,25 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<odoo> | ||
<data noupdate="1"> | ||
|
||
<odoo noupdate="1"> | ||
<record id="intrastat_region_1" model="intrastat.region"> | ||
<field name="code">1</field> | ||
<field name="name">Flemish region</field> | ||
<field name="country_id" ref="base.be" /> | ||
<field | ||
name="description" | ||
>Includes Antwerp, Flemish Brabant, West Flanders, East Flanders and Limburg provinces</field> | ||
name="description" | ||
>Includes Antwerp, Flemish Brabant, West Flanders, East Flanders and Limburg provinces</field> | ||
</record> | ||
<record id="intrastat_region_2" model="intrastat.region"> | ||
<field name="code">2</field> | ||
<field name="name">Walloon region</field> | ||
<field name="country_id" ref="base.be" /> | ||
<field | ||
name="description" | ||
>Includes Walloon Brabant, Hainaut, Liège, Luxembourg and Namur provinces</field> | ||
name="description" | ||
>Includes Walloon Brabant, Hainaut, Liège, Luxembourg and Namur provinces</field> | ||
</record> | ||
<record id="intrastat_region_3" model="intrastat.region"> | ||
<field name="code">3</field> | ||
<field name="name">Brussels region</field> | ||
<field name="country_id" ref="base.be" /> | ||
<field name="description">Includes 19 districts</field> | ||
</record> | ||
|
||
</data> | ||
</odoo> |
Oops, something went wrong.