-
Notifications
You must be signed in to change notification settings - Fork 118
[IMP] sale_stock, web: update return order dialog design #4951
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
base: master-website_sale-add-return-flow-kcv
Are you sure you want to change the base?
[IMP] sale_stock, web: update return order dialog design #4951
Conversation
|
This PR targets the un-managed branch odoo-dev/odoo:master-website_sale-add-return-flow-kcv, it needs to be retargeted before it can be merged. |
c61634f to
84690e7
Compare
9e5789a to
b0f315e
Compare
8842a04 to
42a2c93
Compare
42a2c93 to
2ba3206
Compare
110b340 to
fcdd85e
Compare
2ba3206 to
662380e
Compare
anso-odoo
left a comment
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.
Hello @ldau-odoo, a small first review
Thanks!
addons/sale_stock/static/src/return_order_dialog/return_order_dialog.xml
Outdated
Show resolved
Hide resolved
addons/sale_stock/static/src/return_order_dialog/return_order_dialog.xml
Outdated
Show resolved
Hide resolved
| t-out="formatCurrency( | ||
| line.price, line.currency | ||
| )" | ||
| class="return_order_dialog_price h6 d-block mb-0 mb-sm-2 text-nowrap fw-bold text-end" |
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.
Why not use straight <h6> tag instead of a <span> ?
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 kept the span because it’s not semantically a title—we just wanted the h6 style.
addons/sale_stock/static/src/return_order_dialog/return_order_dialog.xml
Outdated
Show resolved
Hide resolved
addons/sale_stock/static/src/return_order_dialog/return_order_dialog.xml
Outdated
Show resolved
Hide resolved
addons/sale_stock/static/src/return_order_dialog/return_order_dialog.js
Outdated
Show resolved
Hide resolved
addons/sale_stock/static/src/return_order_dialog/return_order_dialog.js
Outdated
Show resolved
Hide resolved
addons/sale_stock/static/src/return_order_dialog/return_order_dialog.xml
Outdated
Show resolved
Hide resolved
00f005b to
f460a4b
Compare
This commit improves the design of the return order dialog by making it more consistent with the product configuration dialog. It also introduces a new prop for the confirmation dialog to change its size, as the "sm" size may be too small for some use cases. task-5477354
f460a4b to
f2489d3
Compare
This PR improves the design of the return order dialog by making
it more consistent with the product configuration dialog.
It also introduces a new prop for the confirmation dialog to change
its size, as the "sm" size may be too small for some use cases.
task-5477354