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

[16.0][ADD] responsive views for line_ids in purchase_request module with Form and Kanban support #2526

Open
wants to merge 5 commits into
base: 16.0
Choose a base branch
from

Conversation

rafnixg
Copy link

@rafnixg rafnixg commented Jan 23, 2025

This Pull Request introduces a responsive design improvement for the line_ids field in the purchase.request model. The update adds Form and Kanban views, similar to the approach in sale.order, to enhance the user experience, especially on mobile devices.

Changes:

  • Added a Form view for easier editing of individual lines.
  • Added a Kanban view to provide a better visualization on smaller screens.
  • The changes aim to improve usability and responsiveness compared to the original view.

Before and After:

-Original view:
image

-Updated view:
image

How to Test:

  • Open any purchase.request record with lines (line_ids).
  • Verify that both Form and Kanban views are available and responsive.
  • Test the functionality on both desktop and mobile devices.

This update aligns with the sale.order module design for a consistent user interface across Odoo. Please review the changes and provide feedback.

@rafnixg rafnixg changed the title ADD: responsive views for line_ids in purchase_request module with Form and Kanban support [16.0][ADD] responsive views for line_ids in purchase_request module with Form and Kanban support Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant