-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[18.0] [MIG] sale_cancel_reason: Migration to 18.0 #3506
[18.0] [MIG] sale_cancel_reason: Migration to 18.0 #3506
Conversation
(../trunk-generic/ rev 29.1.1)
(../trunk-generic/ rev 32.1.1)
(../trunk-generic/ rev 32.1.2)
- Update travis.yml to 8.0
Only hide button instead of renaming it
In order to get visibility on https://www.odoo.com/apps the OCA board has decided to add the OCA as author of all the addons maintained as part of the association.
… of sale_cancel_reason module
* [MIG] sale_cancel_reason Migration to 10.0 * Follow coding standard * Convert test to unittest2
Updated by Actualizar ficheiros PO com o novo POT (msgmerge) hook in Weblate.
Currently translated at 100.0% (23 of 23 strings) Translation: sale-workflow-10.0/sale-workflow-10.0-sale_cancel_reason Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-10-0/sale-workflow-10-0-sale_cancel_reason/pt/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-12.0/sale-workflow-12.0-sale_cancel_reason Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_cancel_reason/
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
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!
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, thanks
<field name="model">sale.order</field> | ||
<field name="inherit_id" ref="sale.view_order_form" /> | ||
<field name="arch" type="xml"> | ||
<xpath expr="/form/sheet/div/h1" position="after"> |
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.
Yes, I guess a migration with the same functionality as the previous feature is enough for now. Thanks a lot. |
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, thanks
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 squash administrative commits according this guide
https://github.com/OCA/maintainer-tools/wiki/Merge-commits-in-pull-requests
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.
Tested, LGTM, just a minor changes
sale order. | ||
</p> | ||
<group> | ||
<field name="reason_id" widget="selection" /> |
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 prefer this approach instead of using the selection widget. Could you update it? This is better for the UI and allows users to search within the records.
<field name="reason_id" widget="selection" /> | |
<field name="reason_id" options="{'no_create': True, 'no_open': True}" /> |
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.
sounds a good improvement indeed
<field name="arch" type="xml"> | ||
<footer position="before"> | ||
<group> | ||
<field name="reason_id" widget="selection" /> |
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.
the same here
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.
Changes are Done.
@bizzappdev do you think it is possible to update this PR as requested by @celm1990 or do you think it is inappropriate? Thanks |
fe734e7
to
458def4
Compare
Thanks @bizzappdev @celm1990 could you approve ? |
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 functionally
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
@OCA/crm-sales-marketing-maintainers could somebody please review this? , thanks a lot!
/ocabot migration sale_cancel_reason |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at a254aba. Thanks a lot for contributing to OCA. ❤️ |
No description provided.