openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #18554
[Bug 1083767] [NEW] Unable to set Gain/Loss Exchange Rate Account and
Public bug reported:
Hello,
I am using my own chart of accounts and I have two accounts, "386000 Kursové rozdíly aktivní" (for gain) and "387000 Kursové rozdíly pasivní (for loss)" and I am unable to set these in Settings/Configuration/Accounting/Allow multiple currencies as options for
* Gain Exchange Rate Account
* Loss Exchange Rate Account
I can select these account in a selector and I can click Apply, however
after Apply I get redirected to Messaging and when I click back to
Settings to check if configuration was saved, my selector boxes are
again empty...
In my chart of accounts, these accounts are defined using this XML
<record model="account.account.template" id="386">
<field name="code">386</field>
<field name="name">Kursové rozdíly aktivní</field>
<field ref="38" name="parent_id"/>
<field name="type">other</field>
<field ref="account_type_current_assets" name="user_type"/>
</record>
<record model="account.account.template" id="387">
<field name="code">387</field>
<field name="name">Kursové rozdíly pasivní</field>
<field ref="38" name="parent_id"/>
<field name="type">other</field>
<field ref="account_type_current_liabilities" name="user_type"/>
</record>
I am running
revno: 8134 of openobjects-addons - trunk, I have not tested lattes
trunk, but there are no commits related to multiple currencies or
accounting anyway.
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1083767
Title:
Unable to set Gain/Loss Exchange Rate Account and
Status in OpenERP Addons (modules):
New
Bug description:
Hello,
I am using my own chart of accounts and I have two accounts, "386000 Kursové rozdíly aktivní" (for gain) and "387000 Kursové rozdíly pasivní (for loss)" and I am unable to set these in Settings/Configuration/Accounting/Allow multiple currencies as options for
* Gain Exchange Rate Account
* Loss Exchange Rate Account
I can select these account in a selector and I can click Apply,
however after Apply I get redirected to Messaging and when I click
back to Settings to check if configuration was saved, my selector
boxes are again empty...
In my chart of accounts, these accounts are defined using this XML
<record model="account.account.template" id="386">
<field name="code">386</field>
<field name="name">Kursové rozdíly aktivní</field>
<field ref="38" name="parent_id"/>
<field name="type">other</field>
<field ref="account_type_current_assets" name="user_type"/>
</record>
<record model="account.account.template" id="387">
<field name="code">387</field>
<field name="name">Kursové rozdíly pasivní</field>
<field ref="38" name="parent_id"/>
<field name="type">other</field>
<field ref="account_type_current_liabilities" name="user_type"/>
</record>
I am running
revno: 8134 of openobjects-addons - trunk, I have not tested lattes
trunk, but there are no commits related to multiple currencies or
accounting anyway.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1083767/+subscriptions
Follow ups
References