c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #17331
[Bug 716292] Re: [6.0.1 stable] default_focus with on_change on same form stops flow of data entry
Hello Robin,
Thanks for your quick reply. If we want to make it for easier data entry
then on_change() method will disturb the flow and thanks for your
suggestion for allowing only once at the time of save.
But I will set it as wishlist for future release.
Thanks for your participation.
** Project changed: openobject-server => openobject-client
** Changed in: openobject-client
Importance: Undecided => Wishlist
** Changed in: openobject-client
Status: Incomplete => Confirmed
** Changed in: openobject-client
Assignee: (unassigned) => OpenERP sa GTK client R&D (openerp-dev-gtk)
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/716292
Title:
[6.0.1 stable] default_focus with on_change on same form stops flow of
data entry
Status in OpenERP GTK Client:
Confirmed
Bug description:
To the form that adds order lines to a sale order, we added
default_focus=”1” (form id is view_order_form_inherit_1 in the
sale_layout_view.xml).
The idea was to enable user to input data quickly using keyboard and
not mouse (at prospective users request).
Then enter a product and tab to the UOM and try and change it. It then
set focus back to the product id field (very annoying for the user).
It appears as if default_focus should not be activated by an on_change
event.
This would ensure smooth and efficient data entry.
References