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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
5064
Vistas
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
2
mar 15
|
5208 | ||
|
0
mar 15
|
3455 | ||
|
1
jul 17
|
8809 | ||
|
0
jul 15
|
4557 | ||
|
0
mar 15
|
4053 |
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.