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

Hello Guys I am new to openerp I want to change PROJECT module name for example into PRACTICAL How can I change it I have tried but it only changed in upper menu didn't get changed in side menu .

Advised needed

Thanks

아바타
취소
베스트 답변

Both the menus are different so you have to change the string of the main (upper) menu and sub menu separately.

아바타
취소
베스트 답변

There are two records for two menu items. Just find the correct one and change it. If you want to do modifications, better way is create separate module (addone) inheriting excising one for keep maintainability. Just create a new module and inherit old one and create a view with same menu records with same ids. change as you wants. It will replace excising one

<menuitem 
    name="Human Resources"
    id="hr.menu_hr_root"
    groups="base.group_hr_manager,base.group_hr_user,base.group_user,your_module.new_permission_1,your_module.new_permission_2,"
    sequence="90"/>


아바타
취소
관련 게시물 답글 화면 활동
3
1월 24
8835
0
1월 24
7
3
2월 20
3110
1
6월 16
6691
0
3월 15
4089