Nimesh Contractor(Open ERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-accounting-view-imp-atp-journal_entries-nco
into lp:~openerp-dev/openobject-addons/trunk-accounting-view-imp-atp.
Requested reviews:
Atul Patel(OpenERP) (atp-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-accounting-view-imp-atp-journal_entries-nco/+merge/112277
Hello sir,
I have improve the view of Journal Entries.
Thanks,
NCO.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-accounting-view-imp-atp-journal_entries-nco/+merge/112277
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-accounting-view-imp-atp.
=== modified file 'account/account_view.xml'
--- account/account_view.xml 2012-06-22 10:29:59 +0000
+++ account/account_view.xml 2012-06-27 06:40:24 +0000
@@ -1274,15 +1274,19 @@
</header>
<sheet string="Journal Entries" layout="auto">
<group col="4">
- <field name="name" readonly="True"/>
- <field name="ref"/>
- <field name="journal_id"/>
- <field name="period_id"/>
- <field name="to_check"/>
- <field name="date"/>
- <field name="company_id" required="1" groups="base.group_multi_company"/>
- <field name="partner_id" invisible="1"/>
- <field name="amount" invisible="1"/>
+ <group>
+ <field name="name" readonly="True"/>
+ <field name="journal_id"/>
+ <field name="period_id"/>
+ <field name="company_id" required="1" groups="base.group_multi_company"/>
+ <field name="partner_id" invisible="1"/>
+ </group>
+ <group>
+ <field name="ref"/>
+ <field name="date"/>
+ <field name="to_check"/>
+ <field name="amount" invisible="1"/>
+ </group>
</group>
<notebook colspan="4">
<page string="Journal Items">
@@ -1374,8 +1378,8 @@
<field name="reconcile_partial_id"/>
</tree>
</field>
- <separator string="Internal Note"/>
- <field name="narration" colspan="4" nolabel="1" height="50"/>
+ <separator/>
+ <field name="narration" colspan="4" placeholder="Add an internal note" nolabel="1" height="50"/>
</page>
</notebook>
</sheet>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp