-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[17.0][MIG] web_select_all_companies: Migration to 17.0 #2834
base: 17.0
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here is also another PR: #2798 |
5c64c7c
to
7b82b9e
Compare
@CRogos Merge/squash done . Also in this PR i have tested "when you click the very first time, it is not working" this issue is not there. also i think in the existing PR #2798 branches might not be get selected from this functionality whereas in this PR that issue is also fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). | ||
|
||
{ | ||
"name": "Web Select All Companies", | ||
"summary": "Allows you to select all companies in one click.", | ||
"version": "16.0.1.0.1", | ||
"version": "17.0.1.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version should be 17.0.1.0.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@CRogos Version updated and fixed the commit.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: web-16.0/web-16.0-web_select_all_companies Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_select_all_companies/
1dfdc69
to
fc1d06d
Compare
fc1d06d
to
aa229e2
Compare
@legalsylvain Please review. |
Hey! I am the guy from the other PR #2798. I have tested both our implementations on runboat and they are practically the same. Our solution looks very similar. |
@legalsylvain @CRogos What is the next step to get this PR merged ? |
@Jp-alitec I'll test it if you rebase to get runboat to build. |
<div | ||
role="button" | ||
tabindex="0" | ||
class="d-flex flex-grow-1 align-items-center py-0 log_into ps-2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
class="d-flex flex-grow-1 align-items-center py-0 log_into ps-2" | |
class="d-flex flex-grow-1 align-items-center py-0 ps-2" |
IMHO log_into
has to be removed here, since it is (was?) linked to JS event to "log into a company" and it is irrelevant for "All companies".
Migrated to V17