Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
6487 Представления

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?

Аватар
Отменить
Related Posts Ответы Просмотры Активность
7
апр. 25
850767
Chatter in models Решено
1
мар. 22
2396
2
янв. 21
4260
2
июн. 19
3440
0
мар. 24
1111