Hello,
where i'm working we are a team of odoo developers and we have an integrator who validates our developements , we use git to manage our developements , but there is a developer in our team that modifies and adds fields and models and views directly into the interface without passing by git , is that going to affect the management of our code ? is it bad to do it or just not preferable to do it?
i have a new task to do , they ask me to add some fields based on the fields that the developer added directly using the interface, i usually take the git files of our project and inherit to modify or add fields, but since he is modifying using the interface, how am i going to do that ?
thank you!
in more simple words , if we already use a version source system like git to manage code is it acceptable to modify server code directly without passing by git ?