How to do it...

  1. Define a calendar view:
<record id="calendar_project_task" model="ir.ui.view"> 
    <field name="model">project.task</field> 
    <field name="arch" type="xml"> 
        <calendar date_start="date_start" date_stop="date_end" 
color="project_id"> <field name="name" /> <field name="user_id" /> </calendar> </field> </record>
  1. Add menus and actions using this view. This is left as an exercise for the reader.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.240.222