Mayur Maheshwari(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-account-followup-issue-mma into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-account-followup-issue-mma/+merge/88305
Hello,
issue :
-------------
1] Open Accounting/Periodical Processing/Billing/Send followups in summary
wizard field have label
2] In company view tab overdue Payments a separator [Follow-up message] is
display below on text area
Fix
-----
I Have added a separator & nolabel on text field and set a separator above on
text area for more usability
Thanks.
Mayur Mahehswari [ mma ]
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-account-followup-issue-mma/+merge/88305
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-account-followup-issue-mma.
=== modified file 'account_followup/account_followup_view.xml'
--- account_followup/account_followup_view.xml 2011-10-16 01:28:00 +0000
+++ account_followup/account_followup_view.xml 2012-01-12 06:24:25 +0000
@@ -151,8 +151,8 @@
<field name="type">form</field>
<field name="arch" type="xml">
<field name="overdue_msg" nolabel="1" colspan="4" position="after">
+ <separator string="Follow-up Message" colspan="4"/>
<field name="follow_up_msg" nolabel="1" colspan="4"/>
- <separator string="Follow-up Message" colspan="4"/>
</field>
</field>
</record>
=== modified file 'account_followup/wizard/account_followup_print_view.xml'
--- account_followup/wizard/account_followup_print_view.xml 2011-11-17 14:51:49 +0000
+++ account_followup/wizard/account_followup_print_view.xml 2012-01-12 06:24:25 +0000
@@ -118,7 +118,8 @@
<field name="arch" type="xml">
<form string="Summary">
<group col="4" colspan="6">
- <field name="summary" height="300" width="800"/>
+ <separator string="Summary" colspan="4"/>
+ <field name="summary" height="300" width="800" nolabel="1"/>
</group>
<separator colspan="4"/>
<group>
_______________________________________________
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