I want to add partner's phone number along with his name on top, I am able to format the report but I don't understand how to add partner's phone. I don't get how partner's other data will be accessed. The class file has field partner_ids, but how this field is accessed in the mako template! Anyone please help.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilitat
- Inventari
- PoS
- Project
- MRP
This question has been flagged
5076
Vistes
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
2
de març 15
|
5208 | ||
|
0
de març 15
|
3466 | ||
|
1
de jul. 17
|
8827 | ||
|
0
de jul. 15
|
4567 | ||
|
0
de març 15
|
4066 |
in debug mode you can see field names or you can just search Settings->Technical->DB Structure->Models: partner
object.partener_id.phone
Thanks for the reply but I know how to access phone field but in webkit report there is mako template, the report is designed there and field used is partner_ids. Check account_report_partners_ledger.mako in account_financial_report_webkit module.