Merge lp://staging/~camptocamp/openobject-addons/7.0-purchase_requisition-fixes-gbr into lp://staging/~openerp-dev/openobject-addons/7.0-purchase-improvement-csn-jba
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~camptocamp/openobject-addons/7.0-purchase_requisition-fixes-gbr |
Merge into: | lp://staging/~openerp-dev/openobject-addons/7.0-purchase-improvement-csn-jba |
To merge this branch: | bzr merge lp://staging/~camptocamp/openobject-addons/7.0-purchase_requisition-fixes-gbr |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Joël Grand-Guillaume @ camptocamp (community) | code review + tests | Approve | |
Jacques-Etienne Baudoux | Pending | ||
Cedric Snauwaert (OpenERP) | Pending | ||
Review via email: mp+185235@code.staging.launchpad.net |
Commit message
[IMP] introduce methods to customize how the purchase quotations are generated from the bids, cleanings
Description of the change
Hi Cedric,
I made some changes on the purchase_
Changes:
- Extracted _prepare_
- took the opportunity improve generate_po() (rev. 26)
- some fixes (see details in bzr log)
Thanks
Unmerged revisions
- 37. By Guewen Baconnier @ Camptocamp
-
[FIX] open_product_line() returns an action, the action should not propagate the current context but use its own one (so it will have the correct active_model, active_ids and so on)
- 36. By Jacques-Etienne Baudoux
-
[IMP]purchase_
requisition: fixed pep8 in last fix - 35. By Jacques-Etienne Baudoux
-
[FIX]purchase_
requisition: generated PO must be linked to the call for bids, but not for manual PO copy. Also, at PO generation, ensure the selected bid is in state bid - 34. By Guewen Baconnier @ Camptocamp
-
[FIX] use context_today for the date of the purchase order
- 33. By Guewen Baconnier @ Camptocamp
-
[FIX] purchase_
requisition. date_start is a datetime field - 32. By Guewen Baconnier @ Camptocamp
-
[MRG] from main branch
- 31. By Guewen Baconnier @ Camptocamp
-
[FIX] purchase_
order.date_ order should be UTC when we write in the server and local TZ when we set the _defaults (for the webclient) - 30. By Guewen Baconnier @ Camptocamp
-
[FIX] the field on purchase.order is date_order, not order_date
- 29. By Guewen Baconnier @ Camptocamp
-
[MRG] from lp:ocb-addons/7.0
- 28. By Guewen Baconnier @ Camptocamp
-
[IMP] extracted '_prepare' method to be able to customize the creation of po from tenders
Hi Cedric,
Would be good to have this one included before you propose your branch to be merged in trunk.
Regards,
Joël