https://apps.odoo.com/apps/modules/11.0/base_module_record/
I want to use this module to add a field to the project.task model. I want the field to be a relation field that references a field (parent_id) in the project.project model. I want to then be able to search for tasks that belong to a project that has a particular parent_id. I also want these changes to remain after I update the source code.
Can 'Base Module Record' assist me to do this? If it can, can someone provide step-by-step instructions on how to achieve it?