This question has been flagged
1 Reply
2567 Views

I am new in Odoo and changing the website Frontend with custom theme.

I have couple of question. I already change some part through Customize>HTML Editor.
but need to change other part which is not showing in Editor.

I am using Odoo v.10.

1. How can I change the contact Us code. ( where I can find the file ).

2. I want to show latest product (limit 5) on homepage

Avatar
Discard
Best Answer

Hi Faisal Janjua

Assuming that the contact Us page that you are referring is the contact form... You could find the code for the template contactus_form in the module website_crm that extends the base template view contactus from the website module

The rest is a normal Odoo Qweb-View inheritance for the template

Avatar
Discard