Hello everybody !
I try to install community app hr or hr_contract through the "Apps" menu point in settings using openerp 7. When I click the install button, I have error : Recursion error in modules dependencies hr and hr_contract.
on Technical data hr have dependencies hr_contract and it file __openerp__.py have 'depends': ['hr'],
on Technical data hr_contract have dependencies hr and it file __openerp__.py have 'depends': ['hr'],
How can I remove depencies.
Thanks for your help.