Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
5653 Zobrazení

I would like to set default income/expense currency exchange account for example from the _default in the code. Is it possible to set the link from an account.account.template to an account.account ? Because I know the template external id, and there is no account external id.

Avatar
Zrušit
Nejlepší odpověď

Yes, you can use search attribute to look up the account using the name instead of xml id.

  <record id="base.main_company" model="res.company">
    <field name="income_currency_exchange_account_id"
           search="[('name', '=', 'Currency Exchange Gain')]" />
    <field name="expense_currency_exchange_account_id"
           search="[('name', '=', 'Currency Exchange Loss')]" />
  </record>
Avatar
Zrušit
Autor

Thank you !

Related Posts Odpovědi Zobrazení Aktivita
2
dub 24
1878
0
led 24
1046
2
pro 19
7054
0
bře 15
4375
0
bře 15
3991