-
-
Notifications
You must be signed in to change notification settings - Fork 800
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
[ADD] purchase_exception to 11.0 #467
Conversation
2ba313d
to
595465f
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. Typo
|
||
<record id ="po_excep_no_email" model="exception.rule"> | ||
<field name="name">No email on vendor</field> | ||
<field name="description">No Email for Vondor</field> |
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.
Vendor
oca_dependencies.txt
Outdated
@@ -0,0 +1 @@ | |||
server-tools https://github.com/akretion/server-tools 11.0-mig-base_exception |
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.
What pull request does this depend on?
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.
result log in runbot is
+=======================================
Then I think it's a false fail. What do you think @jbeficent ? |
Yet runbot false negative
Module test summary +=======================================
|
@bealdav Due to base_exception module (not merged yet) |
d1f8c5e
to
0164fa8
Compare
@mourad-ehm - base_exception has been merged. Please rebase 🚀 |
@mourad-ehm - can you rebase? I'm depending on this PR to merge other modules. |
@mourad-ehm PR OCA/server-tools#1111 fixes the problem in base_exception |
You can see how the test is green in PR #487 |
Thanks @jbeficent for the correction. Sorry for my late response. I'm on vacation. |
merged in #487 |
This module add exception management to purchase (based on base_exception).
A user can add new exceptions to block purchase if qty is < 0 for example.
Depends on: