project icon indicating copy to clipboard operation
project copied to clipboard

[17.0][MIG] project_task_code

Open ygol opened this issue 2 years ago • 1 comments

Standard migration to 17.0

ygol avatar Jan 18 '24 07:01 ygol

@ygol Kanban view does not show the task code.

May I suggest the change:

<record model="ir.ui.view" id="project_task_code_kanban_view">
    <field name="name">project.task.kanban</field>
    <field name="model">project.task</field>
    <field name="inherit_id" ref="project.view_task_kanban"/>
    <field name="arch" type="xml">

        <xpath expr="//s/field[@name='name']" position="before">
            <field name="code"/><span>&amp;nbsp;</span>
        </xpath>
        <xpath expr="//t/field[@name='name']" position="before">
            <field name="code"/><span>&amp;nbsp;</span>
        </xpath>

    </field>
</record>

nedaszilinskas avatar May 17 '24 16:05 nedaszilinskas

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

github-actions[bot] avatar Sep 15 '24 12:09 github-actions[bot]