crm_claim_rma - wizard to create picking opens the wrong view
Bug #1282584 reported by
Yannick Vaucher @ Camptocamp
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenERP RMA |
Fix Committed
|
Medium
|
Yannick Vaucher @ Camptocamp |
Bug Description
Claim make picking wizard always open the view of stock.picking and instead of picking in and picking out
Related branches
lp://staging/~camptocamp/openerp-rma/7.0-fix-1282584
- Alexandre Fayolle - camptocamp: Approve (code review, no test)
- Guewen Baconnier @ Camptocamp: Approve
- Raphaël Valyi - http://www.akretion.com: Approve
-
Diff: 633 lines (+265/-54)11 files modifiedcrm_claim_rma/__openerp__.py (+4/-0)
crm_claim_rma/account_invoice.py (+1/-1)
crm_claim_rma/crm_claim_rma.py (+84/-31)
crm_claim_rma/crm_claim_rma_view.xml (+4/-3)
crm_claim_rma/i18n/crm_claim_rma.pot (+1/-1)
crm_claim_rma/res_partner_view.xml (+25/-0)
crm_claim_rma/stock.py (+3/-2)
crm_claim_rma/tests/__init__.py (+21/-0)
crm_claim_rma/tests/test_lp_1282584.py (+108/-0)
crm_claim_rma/wizard/account_invoice_refund.py (+1/-1)
crm_claim_rma/wizard/claim_make_picking.py (+13/-15)
Changed in openerp-rma: | |
status: | New → Fix Committed |
assignee: | nobody → Yannick Vaucher @ Camptocamp (yvaucher-c2c) |
importance: | Undecided → Medium |
To post a comment you must log in.