← Back to team overview

openobject-italia-core-devs team mailing list archive

lp:~openobject-italia-core-devs/openobject-addons/l10n_it_fixes into lp:openobject-addons

 

Lorenzo Battistini - agilebg.com has proposed merging lp:~openobject-italia-core-devs/openobject-addons/l10n_it_fixes into lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openobject-italia-core-devs/openobject-addons/l10n_it_fixes/+merge/46503

This fixes the problem

The report "report.l10n_it.report.libroIVA_credito" already exists!

when updating the module l10n_it
-- 
https://code.launchpad.net/~openobject-italia-core-devs/openobject-addons/l10n_it_fixes/+merge/46503
Your team OpenERP Italia core devs is subscribed to branch lp:~openobject-italia-core-devs/openobject-addons/l10n_it_fixes.
=== modified file 'l10n_it/__openerp__.py'
--- l10n_it/__openerp__.py	2011-01-17 10:26:16 +0000
+++ l10n_it/__openerp__.py	2011-01-17 17:13:59 +0000
@@ -36,6 +36,9 @@
     "category" : "Localisation/Account Charts",
     'website': 'http://www.openerp-italia.org/',
     'init_xml': [
+        'report.xml',
+        'libroIVA_view.xml',
+        'libroIVA_menu.xml',
         ],
     'update_xml': [
         'data/account.account.type.csv',
@@ -45,9 +48,6 @@
         'data/account.tax.template.csv',
         'data/account.fiscal.position.template.csv',
         'l10n_chart_it_generic.xml',
-        'report.xml',
-        'libroIVA_view.xml',
-        'libroIVA_menu.xml',
         'security/ir.model.access.csv',
         ],
     'demo_xml': [


Follow ups