Alexandre Fayolle - camptocamp has proposed merging
lp:~camptocamp/account-payment/7.0-disable_pxgo_addons-afe into
lp:account-payment/7.0.
Commit message:
disable pxgo_* addons which have not been ported to openerp 7.0
Requested reviews:
Account Payment (account-payment-team)
Related bugs:
Bug #1296652 in Additional payment, bank statement and voucher addons for
OpenERP: "7.0 pxgo_bank_statement_analytic: crash at install"
https://bugs.launchpad.net/account-payment/+bug/1296652
Bug #1296713 in Additional payment, bank statement and voucher addons for
OpenERP: "7.0 pxgo_bank_statement_running_balance: crash at install "
https://bugs.launchpad.net/account-payment/+bug/1296713
Bug #1296719 in Additional payment, bank statement and voucher addons for
OpenERP: "7.0 pxgo_cash_statement crash at install"
https://bugs.launchpad.net/account-payment/+bug/1296719
For more details, see:
https://code.launchpad.net/~camptocamp/account-payment/7.0-disable_pxgo_addons-afe/+merge/212416
--
https://code.launchpad.net/~camptocamp/account-payment/7.0-disable_pxgo_addons-afe/+merge/212416
Your team Account Payment is requested to review the proposed merge of
lp:~camptocamp/account-payment/7.0-disable_pxgo_addons-afe into
lp:account-payment/7.0.
=== modified file 'pxgo_bank_statement_analytic/__openerp__.py'
--- pxgo_bank_statement_analytic/__openerp__.py 2010-06-18 08:46:36 +0000
+++ pxgo_bank_statement_analytic/__openerp__.py 2014-03-24 13:35:30 +0000
@@ -41,7 +41,7 @@
"update_xml" : [
'bank_statement_view.xml',
],
- "installable": True,
+ "installable": False,
'active': False
}
=== modified file 'pxgo_bank_statement_running_balance/__openerp__.py'
--- pxgo_bank_statement_running_balance/__openerp__.py 2010-07-13 16:30:07 +0000
+++ pxgo_bank_statement_running_balance/__openerp__.py 2014-03-24 13:35:30 +0000
@@ -36,7 +36,7 @@
"update_xml" : [
'bank_statement_view.xml',
],
- "installable": True,
+ "installable": False,
'active': False
}
=== modified file 'pxgo_cash_statement/__openerp__.py'
--- pxgo_cash_statement/__openerp__.py 2010-06-18 08:45:56 +0000
+++ pxgo_cash_statement/__openerp__.py 2014-03-24 13:35:30 +0000
@@ -44,7 +44,7 @@
'account_journal_view.xml',
'cash_statement_view.xml',
],
- "installable": True,
+ "installable": False,
'active': False
}
--
Mailing list: https://launchpad.net/~account-payment-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~account-payment-team
More help : https://help.launchpad.net/ListHelp