openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #07355
[Bug 932035] Re: account journal items - analytic must only be visible for group analytics
please sse attached screenshot
tree colors="red:state=='draft';black:state=='valid'" editable="top" string="Accounting Entries" refresh="5" on_write="on_create_write">
<field width="40" required="False" name="move_id" modifiers="{}"/>
<field modifiers="{}" name="ref"/>
<field on_change="onchange_date(date)" name="date" modifiers="{'required': true}"/>
<field invisible="context.get('period_id', False)" modifiers="{'readonly': true, 'required': true, 'tree_invisible': false}" name="period_id"/>
<field domain="[['state','!=','confirm'],['journal_id.type','=','bank']]" modifiers="{'tree_invisible': true}" name="statement_id" width="50" domain_string="[('state', '!=', 'confirm'),('journal_id.type', '=', 'bank')]" invisible="True"/>
<field on_change="onchange_partner_id(move_id, partner_id, account_id, debit, credit, date, journal_id)" name="partner_id" modifiers="{}"/>
<field domain_string="[('journal_id', '=', journal_id),('type','!=','view'), ('type','!=','closed')]" domain="{'__ref':'domain','__debug':'[('journal_id', '=', journal_id),('type','!=','view'), ('type','!=','closed')]','__id':'197aaaf10e6f'}" on_change="onchange_account_id(account_id, partner_id)" name="account_id" modifiers="{'required': true}"/>
<field modifiers="{'required': true}" name="name"/>
<field modifiers="{}" name="date_maturity"/>
<field invisible="context.get('journal_id', False)" context_string="{'journal_id': journal_id}" modifiers="{'readonly': true, 'required': true, 'tree_invisible': false}" name="journal_id" context="{'__ref':'context','__debug':'{'journal_id': journal_id}','__id':'3275359450ba'}"/>
<field sum="Total debit" modifiers="{}" name="debit"/>
<field sum="Total credit" modifiers="{}" name="credit"/>
<field domain="[['parent_id','=',false]]" modifiers="{}" name="account_tax_id" domain_string="[('parent_id', '=' ,False)]" context="{'__ref':'context','__debug':'{'journal_id': journal_id}','__id':'3275359450ba'}" context_string="{'journal_id': journal_id}"/>
<field modifiers="{}" name="analytic_account_id"/>
<field width="60" modifiers="{'readonly': true}" name="state"/>
<field modifiers="{'readonly': true}" name="reconcile_id"/>
</tree>
** Changed in: openobject-addons
Status: Incomplete => 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/932035
Title:
account journal items - analytic must only be visible for group
analytics
Status in OpenERP Addons (modules):
New
Bug description:
currently everyone can see AND change the analytic account
BTW
IMHO analytic account should also be considered as "important" field as described in
https://bugs.launchpad.net/openobject-addons/+bug/923291
I agree it's "practical" to change it but a change should be reflected
in a minus old AND plus new account posting for documentation purpose
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/932035/+subscriptions
References