hi,
i have one model called "product"
product
fields : title,description,timestamp
now i want to pass timestamp as a kw in route and access them in controller and pass in query of product and get product objects and pass them in template in odoo 10
url: /product/101233.00/
so it search product record for timestamp of 101233.00 in odoo and return product object
plz clarify your question that what you want to do?