I am also interested in a standard way to create a new record from autocomplete.
I find myself often opening sale, in order to create a Party, then discard the sale.
I would be happy to sponsor B2CK to implement this as a standard feature of tryton.
Why do you prefer to open a sale to create a Party than, you know, opening the party form?
Why is it easier for you to use the sale form than the party form?
ie: What is the issue with the party form, that people want to work around it?
From my knowledge, with autocomplete, you need a O2M field in order to get the autocomplete record creation helper.
What I am saying is that I think it should be possible to create a party using autocomplete sources, from Parties.
Perhaps it is possible, but I am not aware how to do it.
Ideally the “New” toolbar button when clicked on a Model with autocomplete should first raise a popup with an autocomplete input that allows to prefill the new record with the selected option (or nothing if no option is selected).
IMHO, this can be annoying when you don’t want to use it. Perhaps a new button could be added (only visible for new records with “autocomplete”) that opens this popup.
I do not think so. For me users forcus on create a new record will just open the menu entry and click directly new. Having there a popup that reminds them to do a search will be an improvement. And I think it may be used most of the time as the content typed will not be lost if no option is found if we reused it as record name like we do for Many2One.