-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
[14.0] edi_sale_oca: use edi.configuration #1067
Conversation
2dd3371
to
7ce9461
Compare
@JordiMForgeFlow would you mind to have a look at 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.
Overall LGTM, one small imrpovement suggested
# ('done', 'Locked'), | ||
# ('cancel', 'Cancelled'), | ||
if record.state == 'sale': | ||
record._edi_send_via_edi(conf.type_id) |
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.
Could be useful to add help text explaining which variables are available to use in the snippet (like Odoo does by default for server actions or crons)
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.
variables come from edi_oca. I'll check there.
/ocabot merge minor |
What a great day to merge this nice PR. Let's do it! |
@simahawk your merge command was aborted due to failed check(s), which you can inspect on this commit of 14.0-ocabot-merge-pr-1067-by-simahawk-bump-minor. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
Build on 14.0 is broken #1084 |
7ce9461
to
5c6b114
Compare
/ocabot merge minor |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 7080227. Thanks a lot for contributing to OCA. ❤️ |
Depends on