css effect now show in odoo calendar view sale,CRM or any module.please help me
thanks in advance
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
css effect now show in odoo calendar view sale,CRM or any module.please help me
thanks in advance
id="action_cycle_create" model="ir.actions.act_window">
    name="name">Cycle
    name="type">ir.actions.act_window
    name="res_model">cycle.create
    name="view_mode">tree,form,calendar
    name="context">{}
#tree view
id="cycle_tree_view" model="ir.ui.view">
name="name">cycle.create.tree
name="model">cycle.create
name="arch" type="xml">
name="cycle_name"/>
name="company_id_stage"/>
name="room_id"/>
name="forecast_date"/>
name="actual_start"/>
name="end_date"/>
name="year"/>
name="state"/
#calendarview
id="view_cycle_calendar" model="ir.ui.view">
name="name">cycle.create.calendar
name="model">cycle.create
name="arch" type="xml">
string="Cycle" date_start="forecast_date" create="0" hide_date="true" hide_time="true" mode="month">
name="actual_start"/>
name="end_date"/>
name="room_name"/>
name="cycle_name"/>
name="state"/>
Can you share the code
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|  | 1 2월 22  | 3386 | ||
|  | 2 10월 25  | 2835 | ||
|  | 1 9월 25  | 2839 | ||
|  | 3 7월 25  | 4189 | ||
|  | 1 5월 25  | 2271 |