Jalpesh Patel(OpenERP) has proposed merging 
lp:~openerp-commiter/openobject-addons/trunk-accounting-view-imp-atp-customer-invoice-view-imp-pja
 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-commiter/openobject-addons/trunk-accounting-view-imp-atp-customer-invoice-view-imp-pja/+merge/113939

Hello,
     I improved customer invoice view and remove title "open journal items" 
from Journal item wizards form. 
Thanks
-- 
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-accounting-view-imp-atp-customer-invoice-view-imp-pja/+merge/113939
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-accounting-view-imp-atp.
=== modified file 'account/account_invoice_view.xml'
--- account/account_invoice_view.xml	2012-07-06 06:03:27 +0000
+++ account/account_invoice_view.xml	2012-07-09 10:00:34 +0000
@@ -308,11 +308,10 @@
                         <label string="Pro Forma Invoice " attrs="{'invisible': [('state','not in',('proforma','proforma2'))]}"/>
                         <label string="Invoice " attrs="{'invisible': [('state','in',('draft','proforma','proforma2'))]}"/>
                         <field name="number" readonly="1" class="oe_inline"/>
+                        <label string="-" class="oe_inline"/>
+                        <field name="name" placeholder="Project XYZ" class="oe_inline"/>
                     </h1>
-                    <label string="Concerns" for="name" class="oe_edit_only"/>
-                    <h2>
-                        <field name="name" placeholder="Project XYZ"/>
-                    </h2>
+                    
                     <field name="type" invisible="1"/>
                     <group>
                         <group>

=== modified file 'account/wizard/account_move_journal.py'
--- account/wizard/account_move_journal.py	2012-06-29 09:32:56 +0000
+++ account/wizard/account_move_journal.py	2012-07-09 10:00:34 +0000
@@ -102,7 +102,7 @@
                 period = period_pool.browse(cr, uid, [period_id], ['name'])[0]['name']
                 period_string = _("Period: %s") % tools.ustr(period)
     
-            separator_string = _("Open Journal Items !")
+            separator_string = _("")
             open_string = _("Open")
             view = """<?xml version="1.0" encoding="utf-8"?>
             <form string="Standard entries" version="7.0">

_______________________________________________
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

Reply via email to