Skip to content
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

Conversation

AaronHForgeFlow
Copy link
Contributor

  • Bumped code to new version
  • No Extra features added/removed

@AaronHForgeFlow AaronHForgeFlow force-pushed the 10.0-mig-sale_delivery_block_proc_group_by_line branch 2 times, most recently from 1133ba0 to 25a50a2 Compare April 16, 2018 07:40
@AaronHForgeFlow
Copy link
Contributor Author

Nobody uses sale_procurement_group_by line 🏜️

def _action_procurement_create(self):
new_procs = self.env['procurement.order']
for line in self:
if not line.order_id.delivery_block_id:
Copy link
Contributor

@MiquelRForgeFlow MiquelRForgeFlow Jun 28, 2018

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):

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

feel free to colaborate 🤗

LoisRForgeFlow and others added 5 commits June 28, 2018 17:30
* [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 MiquelRForgeFlow force-pushed the 10.0-mig-sale_delivery_block_proc_group_by_line branch from 25a50a2 to 1adf582 Compare June 28, 2018 15:31
@pedrobaeza pedrobaeza merged commit 6646679 into OCA:10.0 Jun 28, 2018
@MiquelRForgeFlow 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants