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

Hello seniors,

I want to know about how to edit reporting(pivot view) in odoo12 Project module. Please give me a guidance to do it. For example i want to do is this .. i want to add progress just like (assigned to, assigned date, company, customer, etc... in reporting (pivot view) . Please help me to do this ASAP. Your help is highly appreciating.Sorry for my bad English.

아바타
취소
베스트 답변

hi 
you need to inherit this view  project.view_project_task_pivot and add your field :

an example:

    <record id="view_project_task_pivot_inherited" model="ir.ui.view">

            <field name="name">project.task.pivot.inherited</field>

          <field name="inherit_id" ref="project.view_project_task_pivot"/>

            <field name="model">project.task</field>

            <field name="arch" type="xml">

                    <xpath expr="//field[@ name='project_id' position="after"/>

                    <field name="YOUR FIELD" type="row" />

            </xpath>

       </field>

    </record>

아바타
취소
작성자

It's work fine , thanks bro

베스트 답변

Hi, is it the same process in order to activate pivot view in Contact/Partners part?

아바타
취소
관련 게시물 답글 화면 활동
7
4월 25
851268
Chatter in models 해결 완료
1
3월 22
2547
2
1월 21
4418
2
6월 19
3547
0
3월 24
1223