Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
5927 มุมมอง

Hi All,

I am new to openerp. I would like to change theme customization (html/css) for helpdesk module in below menu path.

Sales => Configuration = > Helpdesk => Categories

where i need to change the css for above helpdesk module.

Any help much appriciation.

Thanks All,

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Apply css styling to module,

module specific css.

  • Step1: create below folder(s) inside require module(crm_helpdesk)

crm_helpdesk/static/src/css

  • Step2: inside css folder create your css file. like style.css

  • Step3: inside style.css file do whatever customization require for css, its module specific.

  • Step4: then inside __openerp__.py add reference of css file.

{
    'name': 'Helpdesk',
    'category': 'Customer Relationship Management', 
    'version': '1.0',
    ......,
    'css': ['static/src/css/style.css'],

}

Note:

Whatever class you create inside css for styling, please apply to field in view file too.

อวตาร
ละทิ้ง
ผู้เขียน

Where i can find the view file for "crm_helpdesk" module?

Where does you put all of your modules.!?

ผู้เขียน

opt\openerp\server\openerp\addons\crm_helpdesk

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ส.ค. 25
138
0
มี.ค. 25
1591
0
ต.ค. 24
1532
1
ก.ย. 24
1669
1
ส.ค. 24
1781