I want to add Account field from Opportunity module in one of my custom module. I tried foreign fields, but it does not have support for fields of type "link". My custom module has many to one relation with Opportunity module but does not have relation with Account.
I can get the account_id from opportunity module using the foreign fields, but not the account name. Basic usage is, I want to display this account field in the list view of my custom module. Can some one please help me on this.
I can get the account_id from opportunity module using the foreign fields, but not the account name. Basic usage is, I want to display this account field in the list view of my custom module. Can some one please help me on this.
Comment