update intrastat_base

This commit is contained in:
luc-demeyer
2016-10-03 15:25:23 +02:00
committed by Alexis de Lattre
parent 629ccfdab2
commit 9e1ad00c39
3 changed files with 3 additions and 25 deletions

View File

@@ -1,23 +1,2 @@
# -*- encoding: utf-8 -*-
##############################################################################
#
# Report intrastat base module for Odoo
# Copyright (C) 2011-2014 Akretion (http://www.akretion.com)
# @author Alexis de Lattre <alexis.delattre@akretion.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
# -*- coding: utf-8 -*-
from . import models

View File

@@ -22,7 +22,7 @@
{
'name': 'Intrastat Reporting Base',
'version': '8.0.1.2.0',
'version': '8.0.1.3.0',
'category': 'Intrastat',
'license': 'AGPL-3',
'summary': 'Base module for Intrastat reporting',

View File

@@ -16,8 +16,7 @@
<field name="inherit_id" ref="account.view_tax_form"/>
<field name="arch" type="xml">
<field name="active" position="after">
<!-- Will be set visible in the localisation modules that need it -->
<field name="exclude_from_intrastat_if_present" invisible="1"/>
<field name="exclude_from_intrastat_if_present"/>
</field>
</field>
</record>