Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

group error #538

Open
Hiregui92 opened this issue Jan 22, 2024 · 5 comments
Open

group error #538

Hiregui92 opened this issue Jan 22, 2024 · 5 comments
Labels
stale PR/Issue without recent activity, it'll be soon closed automatically.

Comments

@Hiregui92
Copy link

@dalonsod
Copy link
Contributor

dalonsod commented Jan 23, 2024

Hello @Hiregui92 could you provide more information?

@Hiregui92
Copy link
Author

Hello @Hiregui92 could you provide more information?

Yes, that view have a problem in distribution. I things we can chance, we need to remove group.

In this moment branch 16.0
helpdesk_ticket_views.xml
<group> <notebook> <page string="Description" name="description"> <field name="description" widget="html" /> </page> <page string="Other Information" name="other_info"> <group> <field name="last_stage_update" readonly="1" /> <field name="assigned_date" readonly="1" /> <field name="closed_date" readonly="1" /> </group> </page> </notebook> </group>
image

Without group

<notebook>
    <page string="Description" name="description">
        <field name="description" widget="html" />
    </page>
    <page string="Other Information" name="other_info">
        <group>
            <field name="last_stage_update" readonly="1" />
            <field name="assigned_date" readonly="1" />
            <field name="closed_date" readonly="1" />
        </group>
    </page>
</notebook>

image

@dalonsod
Copy link
Contributor

Inspecting at v16 runboat, it seems to work correctly, could you try? Looking at provided snapshot you've got some custom adaptations and/or not merged yet modules, like SLA one, that can break form as you show.

@flotho
Copy link
Member

flotho commented Apr 3, 2024

looks like you're unsing helpdesk OCA in enterprise setup. Maybe some conflicts occured?

Copy link

github-actions bot commented Oct 6, 2024

There hasn't been any activity on this issue in the past 6 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 issue to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale PR/Issue without recent activity, it'll be soon closed automatically.
Projects
None yet
Development

No branches or pull requests

3 participants