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
- Účtovníctvo
- Sklady
- PoS
- Project
- MRP
This question has been flagged
5121
Zobrazenia
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
RegistráciaRelated Posts | Replies | Zobrazenia | Aktivita | |
---|---|---|---|---|
|
2
mar 15
|
5208 | ||
|
0
mar 15
|
3539 | ||
|
1
júl 17
|
8873 | ||
|
0
júl 15
|
4632 | ||
|
0
mar 15
|
4105 |
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.