Merge lp:~enlightx-deactivatedaccount/openobject-italia/fix_vat_reg_deps into lp:~openobject-italia-core-devs/openobject-italia/italian-addons-7.0

Proposed by Davide Corio
Status: Merged
Merged at revision: 202
Proposed branch: lp:~enlightx-deactivatedaccount/openobject-italia/fix_vat_reg_deps
Merge into: lp:~openobject-italia-core-devs/openobject-italia/italian-addons-7.0
Diff against target: 12 lines (+1/-1)
1 file modified
l10n_it_vat_registries/__openerp__.py (+1/-1)
To merge this branch: bzr merge lp:~enlightx-deactivatedaccount/openobject-italia/fix_vat_reg_deps
Reviewer Review Type Date Requested Status
Lorenzo Battistini Approve
Review via email: mp+149135@code.launchpad.net

Description of the change

i registri iva cercano campi come la provincia e il codice fiscale, quindi ho rimosso l10n_it_account (che non è presente su 7 al momento) e aggiunto l10n_it_base e l10n_it_fiscalcode

To post a comment you must log in.
Revision history for this message
Lorenzo Battistini (elbati) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'l10n_it_vat_registries/__openerp__.py'
--- l10n_it_vat_registries/__openerp__.py 2013-01-29 22:08:50 +0000
+++ l10n_it_vat_registries/__openerp__.py 2013-02-18 19:41:26 +0000
@@ -28,7 +28,7 @@
28 'author': 'OpenERP Italian Community',28 'author': 'OpenERP Italian Community',
29 'website': 'http://www.openerp-italia.org',29 'website': 'http://www.openerp-italia.org',
30 'license': 'AGPL-3',30 'license': 'AGPL-3',
31 "depends" : ['report_webkit', 'l10n_it_account', 'l10n_it_partially_deductible_vat'],31 "depends" : ['report_webkit', 'l10n_it_base', 'l10n_it_fiscalcode', 'l10n_it_partially_deductible_vat'],
32 "init_xml" : [32 "init_xml" : [
33 ],33 ],
34 "update_xml" : [34 "update_xml" : [

Subscribers

People subscribed via source and target branches