-
-
Notifications
You must be signed in to change notification settings - Fork 733
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] stock_secondary_unit: Migration to 17.0 #2121
[17.0][MIG] stock_secondary_unit: Migration to 17.0 #2121
Conversation
489e38d
to
7e66877
Compare
7e66877
to
3ba5a7a
Compare
@rousseldenis Hey! I’d like to ask if there’s anything missing for it to be approved. Thanks in advance! Best regards! |
/ocabot migration stock_secondary_unit |
Reviews :-) |
4d546d3
to
0bb3672
Compare
Please include #2080 |
Sorry but I have seen that there are 2 other PRs for this migration, please indicate if this one overwrites them to be closed. |
318a76d
to
a9ed261
Compare
@pilarvargas-tecnativa Hey! I just added it! |
@fredericgrall Hey! Would you mind closing your PR and reviewing this one when you have a moment? I’d really appreciate it. Thanks in advance! |
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.
LGTM
@pilarvargas-tecnativa Hi!! I would like to ask you if you can review this PR. |
a9ed261
to
984cec6
Compare
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.
LGTM
This PR has the |
@rousseldenis HI!! I would like to ask you if is something missing out? Regards |
a52533a
to
960991e
Compare
I just corrected it |
I just added it |
Hi @rov-adhoc , The comment to which @juancarlosonate-tecnativa refers is the one about the xpath error: https://github.com/OCA/stock-logistics-warehouse/pull/2121/files#r1843723939 You have marked it as resolved but the error persists. With an incorrect xpath the fields are duplicated and are not visible in the mobile view, which was the purpose of the commit I mentioned when you removed this part of the code. When you add this code again, which has its purpose, you have to adapt it so that it can be seen correctly in mobile views. This is v16 and is how it should look in mobile view: |
960991e
to
31d1b2b
Compare
Thank you for providing more details! Now I fully understand what you mean. I’ve made the necessary corrections, and I hope everything is in order now |
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.
Good! Thanks!
This PR has the |
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.
in the product form, the action_update_quantity_on_hand appears duplicated
31d1b2b#diff-0ed52cda6c2ce263d32165b3d1b7998595886c080423e3e66de63ff19b4a12f1
ref="stock.product_template_form_view_procurement_button" | ||
/> | ||
<field name="arch" type="xml"> | ||
<xpath expr="//button[@name='action_open_quants']" position="after"> | ||
<xpath | ||
expr="//button[@name='action_update_quantity_on_hand']" | ||
position="after" | ||
> | ||
<button | ||
type="object" | ||
name="action_open_quants" | ||
attrs="{'invisible':[('type', '!=', 'product')]}" | ||
name="action_update_quantity_on_hand" | ||
invisible="type != 'product'" | ||
class="oe_stat_button" | ||
icon="fa-building-o" | ||
groups="stock.group_stock_user" |
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.
something must be wrong here because the button shouldnt look like this
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.
Can you please check again?
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.
i don't see any changes
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.
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.
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.
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.
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.
Please check again! Hope now should be ok
31d1b2b
to
7524309
Compare
7524309
to
6ad41fc
Compare
This PR has the |
/ocabot merge nobump |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at b446469. Thanks a lot for contributing to OCA. ❤️ |
No description provided.