Hello,
We would like to read a data xml file to Odoo into ir.actions.server and would like to give the name-field of the action a description in two languages. Is this possible using xml?
For example:
<field name="name">Reserve picking lines</field>
<field name="name">Reservera plocklinjer</field>
So the idea would be to show Reserve picking lines for the name of the action for english users and Reservera plocklinjer for swedish users.