콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1449 화면

Hi, I would like to know how to create a button in front of the navigation button of the calendar view in my custom module.       

        
<recordid="employees_sceduling_calendar_view"model="ir.ui.view">        <fieldname="name">employees_sceduling_calendar_viewfield>        <fieldname="model">employees_schedulingfield>        <fieldname="arch"type="xml">            <calendarstring="Schedule"date_start="start"                event_open_popup="true"                create="true">                <fieldname="name" />                <fieldname="reception" />                <fieldname="schedule_type" />                <fieldname="repeat" />            calendar>        field>    record>


           
       
 
    
  
     
    
   
  

I tried adding the header tag and the button tag in it right under the calendar tag but it doesn't work, can someone help me with this, any help would be appreciated

       

                



                                                                                             calendar>        field>    record>


아바타
취소