How to properly copy view in odoo 8. lets say, i want to list User Group lists in my custom module.
So far i have inherited res.groups also inherited base.res_groups_form .
Result is i have customized list of groups in my module. but also it is changed in original Menu too.
Lets i want 2 view for groups or any other things in odoo. one is original and another is my module view. is it possible.?
i think it is possible in _inherits but i hve to copy whole view code. how to do it ??