openobject-italia-core-devs team mailing list archive
-
openobject-italia-core-devs team
-
Mailing list archive
-
Message #00776
lp:~openobject-italia-core-devs/openobject-italia/openobject-italia-remove-dep-report_aeroo_ooo into lp:openobject-italia
Leonardo Pistone - Agile BG - Domsense has proposed merging lp:~openobject-italia-core-devs/openobject-italia/openobject-italia-remove-dep-report_aeroo_ooo into lp:openobject-italia.
Requested reviews:
Lorenzo Battistini - Agile BG - Domsense (elbati)
For more details, see:
https://code.launchpad.net/~openobject-italia-core-devs/openobject-italia/openobject-italia-remove-dep-report_aeroo_ooo/+merge/83807
Removed dependency on report_aero_ooo, left only report_aeroo.
That way you can only output to the same format of the template (ie ODT). the _ooo module has a big dependency on uno, pyuno and all of openobject.
report_aeroo_sample also imports report_aeroo only.
--
https://code.launchpad.net/~openobject-italia-core-devs/openobject-italia/openobject-italia-remove-dep-report_aeroo_ooo/+merge/83807
Your team OpenERP Italia core devs is subscribed to branch lp:~openobject-italia-core-devs/openobject-italia/openobject-italia-remove-dep-report_aeroo_ooo.
=== modified file 'l10n_it_account_report/__openerp__.py'
--- l10n_it_account_report/__openerp__.py 2011-09-21 15:36:30 +0000
+++ l10n_it_account_report/__openerp__.py 2011-11-29 16:36:30 +0000
@@ -22,11 +22,14 @@
'name': 'Italian Localisation - Accounting reports',
'version': '0.1',
'category': 'Localisation/Italy',
- 'description': """Accounting reports for Italian localization - Fattura""",
+ 'description': """Accounting reports for Italian localization - Fattura
+ Install report_aero_ooo to be able to output to a format
+ different from the one of the template.
+ """,
'author': 'OpenERP Italian Community',
'website': 'http://www.openerp-italia.org',
'license': 'AGPL-3',
- "depends" : ['l10n_it_account', 'report_aeroo_ooo'],
+ "depends" : ['l10n_it_account', 'report_aeroo'],
"init_xml" : [
],
"update_xml" : [
=== modified file 'l10n_it_sale_report/__openerp__.py'
--- l10n_it_sale_report/__openerp__.py 2011-09-28 06:39:24 +0000
+++ l10n_it_sale_report/__openerp__.py 2011-11-29 16:36:30 +0000
@@ -23,11 +23,14 @@
'name': 'Italian Localisation - Sale reports',
'version': '0.1',
'category': 'Localisation/Italy',
- 'description': """Sale reports for Italian localization - DDT & Fattura accompagnatoria""",
+ 'description': """Sale reports for Italian localization - DDT & Fattura accompagnatoria
+ Install report_aero_ooo to be able to output to a format
+ different from the one of the template.
+ """,
'author': 'OpenERP Italian Community',
'website': 'http://www.openerp-italia.org',
'license': 'AGPL-3',
- "depends" : ['l10n_it_sale', 'report_aeroo_ooo', 'l10n_it_account_report'],
+ "depends" : ['l10n_it_sale', 'report_aeroo', 'l10n_it_account_report'],
"init_xml" : [
],
"update_xml" : [
Follow ups