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

Proposed by Lorenzo Battistini
Status: Merged
Merged at revision: 4596
Proposed branch: lp:~openobject-italia-core-devs/openobject-addons/l10n_it_fixes
Merge into: lp:openobject-addons
Diff against target: 23 lines (+3/-3)
1 file modified
l10n_it/__openerp__.py (+3/-3)
To merge this branch: bzr merge lp:~openobject-italia-core-devs/openobject-addons/l10n_it_fixes
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+46503@code.launchpad.net

Description of the change

This fixes the problem

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

when updating the module l10n_it

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'l10n_it/__openerp__.py'
2--- l10n_it/__openerp__.py 2011-01-17 10:26:16 +0000
3+++ l10n_it/__openerp__.py 2011-01-17 17:13:59 +0000
4@@ -36,6 +36,9 @@
5 "category" : "Localisation/Account Charts",
6 'website': 'http://www.openerp-italia.org/',
7 'init_xml': [
8+ 'report.xml',
9+ 'libroIVA_view.xml',
10+ 'libroIVA_menu.xml',
11 ],
12 'update_xml': [
13 'data/account.account.type.csv',
14@@ -45,9 +48,6 @@
15 'data/account.tax.template.csv',
16 'data/account.fiscal.position.template.csv',
17 'l10n_chart_it_generic.xml',
18- 'report.xml',
19- 'libroIVA_view.xml',
20- 'libroIVA_menu.xml',
21 'security/ir.model.access.csv',
22 ],
23 'demo_xml': [

Subscribers

People subscribed via source and target branches

to all changes: