hello guys, i'm using odoo11 and have a problem to add my new groups to an existing field where it already has a group for it (defined in python).
for example
this is the original field from account invoice
i have done like this (override the original python code) and it works:
but can i do it from XML instead of override the python code? i've tried 2 ways to do it but didn't works:
1. replace the xml like this but not works
2. replace it, make it invisible and make it visible to the specific groups
/>
can someone help me for this issue? thanks for further answer