[FIX]report_intrastat:Belgium not defined as an Intrastat member by default:

lp bug: https://launchpad.net/bugs/697209 fixed

bzr revid: ron@tinyerp.com-20110105064756-1jbnvmpa24fc1oxc
This commit is contained in:
ron@tinyerp.com 2011-01-05 12:17:56 +05:30
parent d69f7470a3
commit 2d49fce8c0
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
<record id="base.de" model="res.country">
<field eval="True" name="intrastat"/>
</record>
<record id="base.be" model="res.country">
<field eval="True" name="intrastat"/>
</record>
<record id="base.at" model="res.country">
<field eval="True" name="intrastat"/>
</record>