For instance, take the account_check_writing module, in which we have fields_view_get on account.voucher. Here a domain is set for journal_id field.
Now, I have another module, in which I need to set domain to domain for journal_id.
Should I set the domain available in account_check_writing in my module, so that both the conditions are satisfied or Is there any other better method to solve this problem.