[trunk] AttributeError: 'pos_order' object has no attribute 'button_dummy'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Committed
|
Medium
|
OpenERP R&D Addons Team 3 |
Bug Description
Hello,
Test done on trunk:
(Build 1862)
server (4671)
addons (8274)
web (3587)
- Goto Point of Sales
- Orders
- Create new order
- Add products
- click on 'update' link to calcultate totals
Error popup appears:
Server Traceback (most recent call last):
File "/home/
return openerp.
File "/home/
result = ExportService.
File "/home/
res = fn(db, uid, *params)
File "/home/
return self.execute(db, uid, obj, method, *args, **kw or {})
File "/home/
return f(self, dbname, *args, **kwargs)
File "/home/
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/
return fct_src(cr, uid, model, method, *args, **kw)
File "/home/
return getattr(object, method)(cr, uid, *args, **kw)
AttributeError: 'pos_order' object has no attribute 'button_dummy'
The update of totals is however successful !
In a POS situation it is confusing and annoying...
Related branches
- Atul Patel(OpenERP) (community): Approve
- OpenERP Core Team: Pending requested
-
Diff: 13 lines (+3/-0)1 file modifiedpoint_of_sale/point_of_sale.py (+3/-0)
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 3 (openerp-dev-addons3) |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in openobject-addons: | |
status: | Confirmed → In Progress |
no longer affects: | ocb-addons/7.0 |
no longer affects: | ocb-addons |
Hello,
It has been Fixed in https:/ /code.launchpad .net/~openerp- dev/openobject- addons/ trunk-bug- 1088833- nco branch.
Revno: 8277
Revision ID: <email address hidden>
It will be available in trunk soon.
Thanks,
NCO.