On 2015-06-10 03:01, [email protected] wrote: > Hello together, > > is it posible to add a individual menu logo to my own created module? > I tryed to define it in the test_module.xml <menuitem name="test" > id="menu_test" sequence="10" icon="tryton-individual"/> and put the svg > file in trytond\ir\ui\Icons but this didnt work. > > if i try to installl the module following message was shown:'The value > "tryton-individual" for the field "icon" is not in the selection')
You have to declare first your icon in 'ir.ui.icon' Model. PS: tryton-dev@ is about the development of Tryton, while tryton@ is more for such question. -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/
