[6.0] module point of sale wizard pos.box.out
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Committed
|
Medium
|
OpenERP Publisher's Warranty Team |
Bug Description
file wizard/
The field product_id links to a product.product instance (check function _get_expense_
'product_id': fields.
but in the function get_out we have:
product_obj = self.pool.
res_obj = self.pool.
for data in self.read(cr, uid, ids, context=context):
#######
some code
#######
#######
some other code
#######
acc_id = product_
so data['product_id'] is sometimes used as a product.product id and sometimes like a product.template.
(but this is supposed to be a product.product id)
Related branches
- Ila Rana(Open ERP) (community): Needs Resubmitting
- Vinay Rana (OpenERP): Pending requested
-
Diff: 73 lines (+13/-25)1 file modifiedpoint_of_sale/wizard/pos_box_out.py (+13/-25)
Changed in openobject-addons: | |
assignee: | nobody → OpenERP Publisher's Warranty Team (openerp-opw) |
status: | Won't Fix → New |
tags: | added: maintenance |
Changed in openobject-addons: | |
milestone: | none → 6.0.4 |
status: | New → In Progress |
importance: | Undecided → Medium |
Changed in openobject-addons: | |
status: | In Progress → Fix Committed |
summary: |
- module point of sale wizard pos.box.out + [6.0] module point of sale wizard pos.box.out |
Hello Fernandez,
The Point_of_sale Module is already improved in trunk version.
So this issue only affect for the stable version but this is not a blocking point that's why we can not consider this issue as a fixes for stable version.
For these type of issues If you have a support and maintenance contract with us then you can contact our OPW team at <email address hidden>.
Thanks.