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

[FIX] dms: remove padding only for directory kanban records #272

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

lijoantony
Copy link

16.0 migration added css to remove padding from dms directory kanban records. Inadvertently, it removed padding from all kanban view records in odoo.

This commit fixes it by removing the problematic css. Instead, padding is removed only from directory kanban view records, in a manner similar to what file_kanban.scss does for file kanban view.

Fixes #271

16.0 migration added css to remove padding from dms directory kanban records.
Inadvertently, it removed padding from *all* kanban view records in odoo.

This commit fixes it by removing the problematic css.
Instead, padding is removed only from directory kanban view records,
in a manner similar to what file_kanban.scss does for file kanban view.

Fixes OCA#271
@pedrobaeza pedrobaeza added this to the 16.0 milestone Nov 17, 2023
Copy link
Member

@pedrobaeza pedrobaeza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the patch.

As reference, there's no need to create an issue if you are going to make a PR. Put the issue content in the PR description.

/ocabot merge patch

@OCA-git-bot
Copy link
Contributor

What a great day to merge this nice PR. Let's do it!
Prepared branch 16.0-ocabot-merge-pr-272-by-pedrobaeza-bump-patch, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 298c9bf into OCA:16.0 Nov 17, 2023
7 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 39d861c. Thanks a lot for contributing to OCA. ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[16.0] dms 16.0 is removing kanban record padding in all kanban views
4 participants