跳至內容
選單
此問題已被標幟
2 回覆
6580 瀏覽次數

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
851019
1
3月 22
2488
2
1月 21
4358
2
6月 19
3503
0
3月 24
1182