Khushboo Bhatt(openerp) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-1082988-kbh into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #1082988 in OpenERP Addons: "hr_payroll_account should depends of 
account_accountant."
  https://bugs.launchpad.net/openobject-addons/+bug/1082988

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1082988-kbh/+merge/136598

Hello,  
  Hr_payroll_account:
    I have added account_accountant module in dependency.

Thanks,
KBH.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1082988-kbh/+merge/136598
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-1082988-kbh.
=== modified file 'hr_payroll_account/__openerp__.py'
--- hr_payroll_account/__openerp__.py	2012-09-26 12:16:27 +0000
+++ hr_payroll_account/__openerp__.py	2012-11-28 09:10:26 +0000
@@ -37,7 +37,8 @@
     'depends': [
         'hr_payroll',
         'account',
-        'hr_expense'
+        'hr_expense',
+        'account_accountant',
     ],
     'data': ['hr_payroll_account_view.xml'],
     'demo': ['hr_payroll_account_demo.xml'],

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to