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

I have created a kanban view for Document management system to show folders and files. To do this i have created an action. Each time i click on folder the document path above the save button displays the action name instead folder name. i need to display the folder name please help!! Code:

<record model="ir.actions.act_window" id="action_ams_document_file_directory_form1">
        <field name="type">ir.actions.act_window</field>
        <field name="res_model">document.directory</field>
        <field name="name">Folder</field>
        <field name="view_type">form</field>
        <field name="view_mode">kanban,tree,form</field>
        <field name="view_id"
            ref="3e_apartment_management.view_document_sub_directory_kanban" />
        <field name="domain">[('parent_id','=',active_id)]</field>
        <field name="context">{'parent_id':active_id}</field>
        <field name="help" type="html">
            <p class="oe_view_nocontent_create">
                This folder is empty.
            </p>
            <p>
                Click on 'Create' button to add new folder.
            </p>
        </field>
    </record>


아바타
취소
관련 게시물 답글 화면 활동
3
2월 24
5262
2
11월 22
8039
2
10월 16
3519
addons_path issue 해결 완료
2
10월 16
7866
3
8월 16
7187