Skip to content

Commit

Permalink
porting l10n_it_fatturapa_out_wt to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
eLBati committed Oct 21, 2019
1 parent 3764912 commit 453be18
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
1 change: 0 additions & 1 deletion l10n_it_fatturapa_out_wt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import wizard
3 changes: 1 addition & 2 deletions l10n_it_fatturapa_out_wt/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Author(s): Andrea Colangelo ([email protected])
# Copyright 2018 Openforce Srls Unipersonale (www.openforce.it)
# Copyright 2018 Sergio Corato (https://efatto.it)
Expand All @@ -8,7 +7,7 @@
'name': 'Italian Localization - Fattura elettronica - Integrazione '
'ritenuta',
'summary': 'Modulo ponte tra emissione fatture elettroniche e ritenute.',
'version': '10.0.1.0.0',
'version': '12.0.1.0.0',
'development_status': 'Beta',
'category': 'Hidden',
'website': 'https://github.com/OCA/l10n-italy',
Expand Down
1 change: 0 additions & 1 deletion l10n_it_fatturapa_out_wt/wizard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from . import wizard_export_fatturapa
1 change: 0 additions & 1 deletion l10n_it_fatturapa_out_wt/wizard/wizard_export_fatturapa.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from odoo import models
Expand Down
6 changes: 6 additions & 0 deletions setup/l10n_it_fatturapa_out_wt/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit 453be18

Please sign in to comment.