-
-
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
[11.0] merge "purchase_fop_shipping" and "purchase_minimum_amount" #464
Comments
cc @mourad-ehm @bealdav what do you think? |
I think is a good idea to merge them. |
@jbeficent do you consider to develop purchase_exception (sale_exception like)) ? Then purchase_fop_shipping and purchase_minimum_amount could be merged in a very small module just two use cases of exceptions ? |
@bealdav Also fyi, 'purchase_order_approval_block' has also been merged recently. https://github.com/OCA/purchase-workflow/tree/10.0/purchase_order_approval_block and We could keep the approval block field proposed in Another interesting thing is that in To me, you should define in the exception rules if you want the PO to change to 'To Approve' when this exception occurs. This would be a useful mechanism of the PO approvers to review certain exception rules. For example
|
OK, I'll let @mourad-ehm talk with you here, but on our side as indicated, we can port base_exception in v11 and bring some modifications related triggering exceptions : as far as I remember in sale_exception it's when the sale |
Ok, I will add a field next_state to the rule. Thus if the state is set, we change the object value to this state if the rule is detected. If no state is set on rule, we only block until the correction is set or the action is forced by a user which belong to the group "group_exception_rule_manager". |
I migrate base_exception OCA/server-tools#1025. I will create purchase exception module. |
I added a new module purchase_exception: #467 |
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
We have identified that in v10 the following modules provide very similar features:
purchase_fop_shipping: https://github.com/OCA/purchase-workflow/tree/10.0/purchase_fop_shipping
purchase_minimum_amount: https://github.com/OCA/purchase-workflow/tree/10.0/purchase_minimum_amount
As we are now planning to migrate purchase_minimum_amount to v11, we propose to merge them together. We can prepare a migration script for those using purchase_fop_shipping.
The text was updated successfully, but these errors were encountered: