Atik Agewan(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-873234-aag into
lp:openobject-addons.
Requested reviews:
Rucha (Open ERP) (rpa-openerp)
Related bugs:
Bug #873234 in OpenERP Addons: "[6.0.3][Account]In menu
Accounting/Configuration/Miscellaneous/Payment Terms some usability Issue."
https://bugs.launchpad.net/openobject-addons/+bug/873234
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-873234-aag/+merge/79253
Hello,
Account :In menu Accounting/Configuration/Miscellaneous/Payment Terms
Improvement done of some
usability Issue
Thanks,
Atik Agewan
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-873234-aag/+merge/79253
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-873234-aag.
=== modified file 'account/account_view.xml'
--- account/account_view.xml 2011-10-11 14:03:35 +0000
+++ account/account_view.xml 2011-10-13 10:54:16 +0000
@@ -1714,19 +1714,20 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Payment Term">
- <field name="name" select="1"/>
- <field name="sequence"/>
- <group colspan="2" col="4">
- <separator string="Amount Computation" colspan="4"/>
- <field name="value" colspan="4"/>
- <field name="value_amount" colspan="4" attrs="{'readonly':[('value','=','balance')]}"/>
- </group>
- <group colspan="2" col="4">
- <separator string="Due date Computation" colspan="4"/>
- <field name="days" colspan="4"/>
- <field name="days2" colspan="4"/>
- </group>
- <label string=""/>
+ <group>
+ <group colspan="2" col="4">
+ <field name="name" select="1"/>
+ <separator string="Amount Computation" colspan="4"/>
+ <field name="value" colspan="4"/>
+ <field name="value_amount" colspan="4" attrs="{'readonly':[('value','=','balance')]}"/>
+ </group>
+ <group colspan="2" col="4">
+ <field name="sequence"/>
+ <separator string="Due Date Computation" colspan="4"/>
+ <field name="days" colspan="4"/>
+ <field name="days2" colspan="4"/>
+ </group>
+ </group>
<newline/>
<label string="Example: at 14 net days 2 percents, remaining amount at 30 days end of month." colspan="4"/>
<group colspan="2" col="2">
@@ -1769,9 +1770,8 @@
<separator colspan="4" string="Information"/>
<field name="name" select="1"/>
<field name="active" select="1"/>
- <separator colspan="4" string="Description on invoices"/>
+ <separator colspan="4" string="Description On Invoices"/>
<field colspan="4" name="note" nolabel="1"/>
- <separator colspan="4" string="Computation"/>
<field colspan="4" name="line_ids" nolabel="1"/>
</form>
</field>
_______________________________________________
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