This question has been flagged
1 Reply
3773 Views

Hello guys,

New Odoo dev here.

I'm trying to find out how to display information to portal user from custom model (Just like Sales, Invoice etc.).


Can you help me finding documentation about Customer Portal. My goal is to display records from a model related to the corresponding Contact.

Have a great day!

Avatar
Discard
Best Answer

you can add any information from your model through controller. Search /my/invoices/ in source code and see how they are inheriting the customer portal and adding the information in it using template.

Avatar
Discard