← Back to team overview

account-payment-team team mailing list archive

lp:~pedro.baeza/account-payment/6.1-payment-extension_multi-company into lp:account-payment

 

Pedro Manuel Baeza has proposed merging lp:~pedro.baeza/account-payment/6.1-payment-extension_multi-company into lp:account-payment.

Requested reviews:
  Account Payment (account-payment-team)

For more details, see:
https://code.launchpad.net/~pedro.baeza/account-payment/6.1-payment-extension_multi-company/+merge/185240

XML file is not used because it's not declared in __openerp__.py, so multi-company restriction is not applied.
-- 
https://code.launchpad.net/~pedro.baeza/account-payment/6.1-payment-extension_multi-company/+merge/185240
Your team Account Payment is requested to review the proposed merge of lp:~pedro.baeza/account-payment/6.1-payment-extension_multi-company into lp:account-payment.
=== modified file 'account_payment_extension/__openerp__.py'
--- account_payment_extension/__openerp__.py	2013-05-15 15:52:18 +0000
+++ account_payment_extension/__openerp__.py	2013-09-12 11:12:46 +0000
@@ -54,6 +54,7 @@
     "init_xml" : [],
     "demo_xml" : [],
     "update_xml" : [
+                    "security/account_payment_extension_security.xml",
                     "security/ir.model.access.csv",
                     "wizard/account_payment_order_view.xml",
                     "payment_view.xml",


Follow ups