Dears,
I am creating a website with Odoo 10.
I am testing the address form and I noticed that City/Email/Country/Name are mandatory but not the zip code.
How should I proceed to make this field required and check while submitting the form?
1- create my own template with inheritance to website.sale.address template in template.xml and change the style
2- do I have to change the python code and add 'zip' in the fields to be filled?
Anything else?
Many thanks for your help
Redgy