-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
base: 14.0
Are you sure you want to change the base?
Conversation
15a9309
to
994bb5f
Compare
a040d4d
to
2dd3371
Compare
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. |
Depends on