On 2015-07-01 03:34, Sylvain Vuilliot wrote: > Thanks for your answer, > > I already cheked the doc about actions > (http://doc.tryton.org/3.6/trytond/doc/topics/actions.html) but it is not > very usefull. > I would like some kind of high level overview to help understand the > principle of actions and keywords. > > I think in my case, I'm mainly concerned by action_window which are listing > the views for a model and possibly a filter to apply on the data. Is that > right ?
Yes. > But I cannot figure out how keywords are related to actions and the > description "Keywords define where to display the action in the client" > doesn't help much. All actions are not necessary linked to a menu entry. Some are available from the toolbar of a tab. It is where keywords come in action. The keyword define where in the toolbar they are (all the form_*). The others '*_open' define action to execute when double-click. And finally, there is tree_action which I just pointed during a training I give, is no more used and should be removed. PS: Please don't top-post on this mailing list, see http://groups.tryton.org/netiquette -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/
