rates: speichert kurse
This commit is contained in:
parent
353df93a9e
commit
42ede3decb
15 changed files with 335 additions and 12 deletions
28
locale/en.po
28
locale/en.po
|
@ -10,6 +10,14 @@ msgctxt "model:res.group,name:group_investment_admin"
|
|||
msgid "Investment Administrator"
|
||||
msgstr "Investment Administrator"
|
||||
|
||||
msgctxt "model:ir.message,text:msg_currency_unique_rate_date"
|
||||
msgid "A asset can only have one rate by date."
|
||||
msgstr "A asset can only have one rate by date."
|
||||
|
||||
msgctxt "model:ir.message,text:msg_currency_rate_positive"
|
||||
msgid "A asset rate must be positive."
|
||||
msgstr "A asset rate must be positive."
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_investment"
|
||||
msgid "Investment"
|
||||
msgstr "Investment"
|
||||
|
@ -94,6 +102,26 @@ msgctxt "help:investment.asset,secsymb:"
|
|||
msgid "Stock market symbol"
|
||||
msgstr "Stock market symbol"
|
||||
|
||||
msgctxt "model:investment.rate,name:"
|
||||
msgid "Rate"
|
||||
msgstr "Rate"
|
||||
|
||||
msgctxt "field:investment.rate,asset:"
|
||||
msgid "Asset"
|
||||
msgstr "Asset"
|
||||
|
||||
msgctxt "field:investment.rate,date:"
|
||||
msgid "Date"
|
||||
msgstr "Date"
|
||||
|
||||
msgctxt "field:investment.rate,rate:"
|
||||
msgid "Rate"
|
||||
msgstr "Rate"
|
||||
|
||||
msgctxt "field:investment.rate,digits:"
|
||||
msgid "Digits"
|
||||
msgstr "Digits"
|
||||
|
||||
msgctxt "selection:product.identifier,type:"
|
||||
msgid "National Securities Identifying Number (NSIN)"
|
||||
msgstr "National Securities Identifying Number (NSIN)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue