-
-
Notifications
You must be signed in to change notification settings - Fork 46
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_intrastat_product: Migration to 15.0
- Loading branch information
1 parent
82a505e
commit 5535517
Showing
18 changed files
with
240 additions
and
420 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Intrastat Product Declaration for Belgium | |
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:3404c542886fb42b2a854d16926932906645c0472aab9ea2090bc5604b6ec096 | ||
!! source digest: sha256:035b9ad10d46e56d2d74c61be47e3f95566553feb694e6ea2449a9f92d535d0f | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png | ||
|
@@ -179,7 +179,9 @@ Authors | |
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* Luc De Meyer <[email protected]> | ||
* Noviat <https://noviat.com> | ||
* Luc De Meyer <[email protected]> | ||
* Jérémy Didderen <[email protected]> | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
|
@@ -197,10 +199,13 @@ promote its widespread use. | |
.. |maintainer-luc-demeyer| image:: https://github.com/luc-demeyer.png?size=40px | ||
:target: https://github.com/luc-demeyer | ||
:alt: luc-demeyer | ||
.. |maintainer-jdidderen-noviat| image:: https://github.com/jdidderen-noviat.png?size=40px | ||
:target: https://github.com/jdidderen-noviat | ||
:alt: jdidderen-noviat | ||
|
||
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__: | ||
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__: | ||
|
||
|maintainer-luc-demeyer| | ||
|maintainer-luc-demeyer| |maintainer-jdidderen-noviat| | ||
|
||
This module is part of the `OCA/l10n-belgium <https://github.com/OCA/l10n-belgium/tree/15.0/l10n_be_intrastat_product>`_ project on GitHub. | ||
|
||
|
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,2 +1 @@ | ||
from . import models | ||
from . import wizards |
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,29 @@ | ||
<?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> | ||
<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> | ||
</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> | ||
<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> | ||
</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> | ||
<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.