modifiy some properties of the gtk client

Asked by Stephane SALAH

hi,

my question follow the frederic declercq big editing.

In our daily use of Open ERP, the most problem with the GTK client is that we can change value by using the scroll ball of the mouse.

Frederic has send to me a solution wich consist to modify some properties of the GTK client.

Lignes impactées:
bin/widget/view/form_gtk/spinbutton.py: adj = gtk.Adjustment(0.0, -1000000000.0, 1000000000, 1.0, 5.0, 5.0)
bin/widget/view/form_gtk/spinint.py: adj = gtk.Adjustment(0.0, -1000000000, 1000000000, 1.0, 5.0, 5.0)

Modification:
bin/widget/view/form_gtk/spinbutton.py: adj = gtk.Adjustment(0.0, -1000000000.0, 1000000000, 0.0, 5.0, 5.0)
bin/widget/view/form_gtk/spinint.py: adj = gtk.Adjustment(0.0, -1000000000, 1000000000, 0.0, 5.0, 5.0)

to extend the subject, is it possible for Tiny ERP to create a config file wich permitt some modifications without code mofification of the source.

I'm sure that this possibility should be interrest a lot of user of Open ERP.

thanks for all

best regards

Stephane

Question information

Language:
English Edit question
Status:
Answered
For:
Odoo GTK Client (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Vinay Rana (OpenERP) (vra-openerp) said :
#1

Hello,

You can post a blueprints for this issue. So this type of facility will added in 'configuration' file for future version.

Thanks.

Can you help with this problem?

Provide an answer of your own, or ask Stephane SALAH for more information if necessary.

To post a message you must log in.