odoo how to open form view from calendar view item
Clash Royale CLAN TAG#URR8PPP
odoo how to open form view from calendar view item
i want to open an from view when i click on item in calendar view
this my code
<calendar type="action" name="%(timetable_action_form)d" string="timetable" quick_add="False" color="company_id"
date_start="start_time" date_stop="end_time" mode="week" day_length="8">
NB : timetable_action_form action is an record of form view
how to fix that , thanks
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.