Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
1 Vastaa
5946 Näkymät

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,

Avatar
Hylkää
Paras vastaus

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.

Avatar
Hylkää
Tekijä

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

Where does you put all of your modules.!?

Tekijä

opt\openerp\server\openerp\addons\crm_helpdesk

Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
1
elok. 25
156
0
maalisk. 25
1595
0
lokak. 24
1537
1
syysk. 24
1672
1
elok. 24
1785