-
-
Notifications
You must be signed in to change notification settings - Fork 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
[10.0][MIG] sale_delivery_block_proc_group_by_line #573
Merged
pedrobaeza
merged 5 commits into
OCA:10.0
from
ForgeFlow:10.0-mig-sale_delivery_block_proc_group_by_line
Jun 28, 2018
Merged
[10.0][MIG] sale_delivery_block_proc_group_by_line #573
pedrobaeza
merged 5 commits into
OCA:10.0
from
ForgeFlow:10.0-mig-sale_delivery_block_proc_group_by_line
Jun 28, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
AaronHForgeFlow
commented
Nov 23, 2017
- Bumped code to new version
- No Extra features added/removed
AaronHForgeFlow
force-pushed
the
10.0-mig-sale_delivery_block_proc_group_by_line
branch
2 times, most recently
from
April 16, 2018 07:40
1133ba0
to
25a50a2
Compare
Nobody uses sale_procurement_group_by line 🏜️ |
MiquelRForgeFlow
suggested changes
Jun 28, 2018
def _action_procurement_create(self): | ||
new_procs = self.env['procurement.order'] | ||
for line in self: | ||
if not line.order_id.delivery_block_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.
for line in self.filtered(lambda sol: not sol.order_id.delivery_block_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.
feel free to colaborate 🤗
* [ADD] [9.0] sale_delivery_block * [IMP] Add data with an example Delivery Block Reason. * [FIX] * Able to edit the Delivery Block Reason in state 'sent' * README * [FIX] make sale_delivery_block compatible with sale_procurement_group_by_line * [FIX] travis and data nouptade. * [ADD] delivery block tests. * [IMP] Add the 'Default Delivery Block Reason' in partners. * [IMP] track visibility of delivery block reason * [9.0][IMP] sale_delivery_block: * default_delivery_block is now a comercial field. * When duplicating a sale order the delivery block is recomputed. * [9.0][UPD] sale_delivery_block_proc_group_by_line: Update README. * [FIX] api.model used with api.constrains
sale_stock_picking_blocking_proc_group_by_line
MiquelRForgeFlow
force-pushed
the
10.0-mig-sale_delivery_block_proc_group_by_line
branch
from
June 28, 2018 15:31
25a50a2
to
1adf582
Compare
MiquelRForgeFlow
approved these changes
Jun 28, 2018
pedrobaeza
approved these changes
Jun 28, 2018
MiquelRForgeFlow
deleted the
10.0-mig-sale_delivery_block_proc_group_by_line
branch
June 29, 2018 10:20
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.