Hello,
I am using Openerp7 and Openoffice for report modification in General Ledger:
Column Name: "Counterpart" which shows the counter entry made by the system and it shows the account code of that account from where it's been made.now I have a requirement in COUNTERPART column I don't only want the code of that account I also need name of that account which will be easy for accountant to understand from where it struck contra. since in counterpart it shows these attributes to get the code name(as per my perception)
[[data['form']['amount_currency'] == True or removeParentNode('blockTable')]] [[ '..'*(o.level-1) ]][[ o.code ]] [[ o.name ]]
can anyone help me for retrieving the code + name I guess [[o.code]] is retrieving code but [[o.name]] must get the name of that account which is not visible in report. I hope I've made myself clear.
Thanks.