Merge lp:~camptocamp/sale-wkfl/7.0-add-last_sale_price-yvr into lp:~sale-core-editors/sale-wkfl/7.0
Proposed by
Yannick Vaucher @ Camptocamp
Status: | Rejected |
---|---|
Rejected by: | Yannick Vaucher @ Camptocamp |
Proposed branch: | lp:~camptocamp/sale-wkfl/7.0-add-last_sale_price-yvr |
Merge into: | lp:~sale-core-editors/sale-wkfl/7.0 |
Diff against target: |
434 lines (+402/-0) 6 files modified
last_sale_price/__init__.py (+21/-0) last_sale_price/__openerp__.py (+52/-0) last_sale_price/i18n/last_sale_price.pot (+43/-0) last_sale_price/sale.py (+94/-0) last_sale_price/sale_view.xml (+23/-0) last_sale_price/test/last_sale_price.yml (+169/-0) |
To merge this branch: | bzr merge lp:~camptocamp/sale-wkfl/7.0-add-last_sale_price-yvr |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Leonardo Pistone | Approve | ||
Review via email:
|
Commit message
[ADD] module last_sale_price - This module provides new columns in sale order line in order to let the sellerman know if a customer already ordrered a product
to give him hint of what price he should propose, those information will be
shown next to the price in sale order line Form.
Description of the change
Add a module to show last price defined for customer on sale order line
To post a comment you must log in.
Unmerged revisions
- 52. By Yannick Vaucher @ Camptocamp
-
quantity instead of qty
- 51. By Yannick Vaucher @ Camptocamp
-
English correction typo and improvement of description
- 50. By Yannick Vaucher @ Camptocamp
-
remove __init__.py in test
- 49. By Yannick Vaucher @ Camptocamp
-
improve module description
- 48. By Yannick Vaucher @ Camptocamp
-
Add module last_sale_price
l63 sellerman -> salesman
l63 ordrer -> ordered
hint of -> a hint about
those information -> that information
in sale -> in the sale
l67 -> Only lines in Sale Orders in state Confirmed and Done are considered
l70 mean of price -> average price or mean of the prices
l261 are you sure that __init__.py should be there?
Thanks!