Hello everyone and thank for any answer.
I have inherited the sale.order object which have a sequence on the name field value.
my problem is that the default value for the name seems to be call 2 time(the get function of the sequence is.) but i don't see anywhere in my code where it could be called twice...
what happend is when i create a new order the default value is called and when i save(or use any button) it's seem to be call again...
i work with openerp 6.1 on ubuntu 12.04
here a bonus question:
I found a new attribute for the xml that i never saw before and i would like to someone to give me some direction to learn what it do and how to use it.
options="{'quick_create': False}"
i found this as an xml field attribute, thank for any help!
Maybe this can give you some more information about your bonus question? https://bugs.launchpad.net/openerp-web/+bug/1013079