shortcuts for using with koo

Asked by Eduardo Ruiz

Albert,

a month ago you did mention* about a patch for OpenERP server necesary to use shortcuts from koo client. Can you provide this patch?

Hereafter I will use koo client for its great features, and the possibility of using shortcuts is very interesting.

* https://bugs.launchpad.net/openobject-addons/+bug/669866/comments/1

Thanks in advance,

Eduardo

Question information

Language:
English Edit question
Status:
Solved
For:
KDE OpenObject Client Edit question
Assignee:
No assignee Edit question
Solved by:
Albert Cervera i Areny - http://www.NaN-tic.com
Solved:
Last query:
Last reply:
Revision history for this message
Best Albert Cervera i Areny - http://www.NaN-tic.com (albert-nan) said :
#1

The patch is only necessary for using shortcuts in Buttons. You can use shortcuts to setting the focus to a given field without this patch:

=== modified file 'bin/addons/base/rng/view.rng'
--- bin/addons/base/rng/view.rng 2010-08-12 17:45:47 +0000
+++ bin/addons/base/rng/view.rng 2010-10-02 15:59:27 +0000
@@ -367,6 +367,7 @@
             <rng:optional><rng:attribute name="position"/></rng:optional>
             <rng:optional><rng:attribute name="context"/></rng:optional>
             <rng:optional><rng:attribute name="confirm"/></rng:optional>
+ <rng:optional><rng:attribute name="use"/></rng:optional>
             <rng:zeroOrMore>
                 <rng:choice>
                     <rng:ref name="form" />

Revision history for this message
Eduardo Ruiz (readylan) said :
#2

Thanks Albert Cervera i Areny - http://www.NaN-tic.com, that solved my question.