Continue port to new API + PEP8. First working version.

This commit is contained in:
Alexis de Lattre
2015-02-09 23:15:13 +01:00
committed by Alexis de Lattre
parent 21a3435d7a
commit 23c54be82d
2 changed files with 3 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
##############################################################################
#
# Report intrastat base module for Odoo
# Copyright (C) 2011-2014 Akretion (http://www.akretion.com)
# Copyright (C) 2011-2015 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
@@ -20,7 +20,6 @@
#
##############################################################################
{
'name': 'Intrastat Reporting Base',
'version': '1.1',

View File

@@ -1,8 +1,8 @@
# -*- encoding: utf-8 -*-
##############################################################################
#
# Intrastat Product module for OpenERP
# Copyright (C) 2011-2014 Akretion (http://www.akretion.com)
# Intrastat Product module for Odoo
# Copyright (C) 2011-2015 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
@@ -20,7 +20,6 @@
#
##############################################################################
{
'name': 'Intrastat Product',
'version': '1.1',