Skip to content

Commit

Permalink
[MIG] l10n_be_intrastat_product: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidderen-noviat committed Nov 11, 2023
1 parent 82a505e commit 5535517
Show file tree
Hide file tree
Showing 18 changed files with 240 additions and 420 deletions.
2 changes: 1 addition & 1 deletion companyweb_base/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Companyweb
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:168b0c27e275cc0464faeec7aedcf51f91f2915b684f60ad9bfcc479bfbb53b8
!! source digest: sha256:f840303f10e7bd3fe7848ded701859ffb3c83c57a64ecf5035c984b115f0dad8
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
Expand Down
2 changes: 1 addition & 1 deletion companyweb_payment_info/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Companyweb Payment Info
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:c54816e96a58ce487542131cd55830b335ffa8caba87820af9809c47acba54c9
!! source digest: sha256:a3abe879d486ce6beeffc5cf336e5db0a9c449f2feec5dcdfd99362d894e2d20
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
Expand Down
13 changes: 9 additions & 4 deletions l10n_be_intrastat_product/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
~~~~~~~~~~~
Expand All @@ -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.

Expand Down
1 change: 0 additions & 1 deletion l10n_be_intrastat_product/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
from . import models
from . import wizards
5 changes: 2 additions & 3 deletions l10n_be_intrastat_product/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

{
"name": "Intrastat Product Declaration for Belgium",
"version": "14.0.1.1.2",
"version": "15.0.1.0.0",
"category": "Intrastat",
"license": "AGPL-3",
"summary": "Intrastat Product Declaration for Belgium",
"author": "Noviat,Odoo Community Association (OCA)",
"maintainers": ["luc-demeyer"],
"maintainers": ["luc-demeyer", "jdidderen-noviat"],
"website": "https://github.com/OCA/l10n-belgium",
"depends": ["intrastat_product"],
"conflicts": ["l10n_be_intrastat", "report_intrastat"],
Expand All @@ -19,7 +19,6 @@
"data/intrastat_transaction.xml",
"views/account_move_views.xml",
"views/l10n_be_intrastat_product_views.xml",
"wizards/intrastat_installer_views.xml",
],
"installable": True,
}
38 changes: 19 additions & 19 deletions l10n_be_intrastat_product/data/intrastat_region.xml
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>
Loading

0 comments on commit 5535517

Please sign in to comment.