In my module I inherit:
from openerp import models, fields, api, _
class account_vat_declaration(models.Model):
_inherit = "account.vat.declaration"
... here some code...
After this menu behaves unexpectedly:
1) When I was working as an Admin menu Taxes Report is visible and all works
2) When I was working as an Financial Manager menu is not visible!
All permissions are set correctly, where it can be a problem?