VijayS91
VijayS91

Reputation: 1531

File Changes Not Working in OpenERP

I am new to OpenERP. I have successfully installed openerp-7.0 in Ubuntu server(local machine). I have edited some files in helpdesk module in below path in menu
Sales => Configuration = > Helpdesk => Categories.

I have edited helpdesk files in below path

opt/openerp/server/openerp/addons/crm_helpdesk/crm_helpdesk_view.xml

but my changes are not reflecting in the front-end on the above menu.

so shall i need to do anything for changes reflection in frontend?

I need to customize theme & some other functionality in helpdesk module.

Any help my appreciation.

Thanks All.

Upvotes: 4

Views: 1054

Answers (1)

OmaL
OmaL

Reputation: 5044

As Arya told, You need to update the crm_helpdesk module. to load the changes.if your modifications comes under <data noupdate="1">...</data> then check it in new database or change noupdate="1" to noupdate="0". and update it.After that again change to noupdate="1"

Upvotes: 1

Related Questions