ajay javiya (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-addons9-accounting-apa-account-configuration-aja
 into lp:~openerp-dev/openobject-addons/trunk-addons9-accounting-apa.

Requested reviews:
  Amit Patel (OpenERP) (apa-tiny)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons9-accounting-apa-account-configuration-aja/+merge/124115

Hello,
Improve views of Fiscal Position and Payment Term in Accounting Module.
Thank You
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons9-accounting-apa-account-configuration-aja/+merge/124115
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-addons9-accounting-apa.
=== modified file 'account/account_view.xml'
--- account/account_view.xml	2012-09-11 08:42:15 +0000
+++ account/account_view.xml	2012-09-13 07:34:25 +0000
@@ -1728,8 +1728,10 @@
             <field name="model">account.payment.term.line</field>
             <field name="arch" type="xml">
                 <form string="Payment Term" version="7.0">
-                    <field name="name"/>
-                    <field name="sequence"/>
+                    <group>
+                        <field name="name"/>
+                        <field name="sequence"/>
+                    </group>
                     <group>
                         <group string="Amount Computation">
                             <field name="value"/>
@@ -1777,12 +1779,11 @@
             <field name="model">account.payment.term</field>
             <field name="arch" type="xml">
                 <form string="Payment Term" version="7.0">
-                    <group>
+                    <group col="4" colspan="4">
                         <field name="name"/>
                         <field name="active"/>
                     </group>
-                    <separator string="Description on Invoices"/>
-                    <field name="note"/>
+                    <field name="note" placeholder="Description on Invoices"/>
                     <separator string="Computation"/>
                     <field name="line_ids"/>
                 </form>

=== modified file 'account/partner_view.xml'
--- account/partner_view.xml	2012-08-13 16:06:57 +0000
+++ account/partner_view.xml	2012-09-13 07:34:25 +0000
@@ -7,34 +7,43 @@
             <field name="model">account.fiscal.position</field>
             <field name="arch" type="xml">
                 <form string="Fiscal Position">
-                    <group col="4">
+                    <group col="4" colspan="4">
                         <field name="name"/>
                         <field name="active"/>
                         <field name="company_id" widget="selection" groups="base.group_multi_company"/>
                     </group>
-                    <separator string="Mapping"/>
-                    <field name="tax_ids" widget="one2many_list">
-                        <tree string="Tax Mapping" editable="bottom">
-                            <field name="tax_src_id" domain="[('parent_id','=',False)]"/>
-                            <field name="tax_dest_id" domain="[('parent_id','=',False)]"/>
-                        </tree>
-                        <form string="Tax Mapping">
-                            <field name="tax_src_id" domain="[('parent_id','=',False)]"/>
-                            <field name="tax_dest_id" domain="[('parent_id','=',False)]"/>
-                        </form>
-                    </field>
-                    <field name="account_ids" widget="one2many_list">
-                        <tree string="Account Mapping" editable="bottom">
-                            <field name="account_src_id"/>
-                            <field name="account_dest_id"/>
-                        </tree>
-                        <form string="Account Mapping">
-                            <field name="account_src_id"/>
-                            <field name="account_dest_id"/>
-                        </form>
-                    </field>
-                    <separator string="Notes"/>
-                    <field name="note"/>
+                    <group col="4" colspan="4">
+                         <group col="4" colspan="4">
+                            <group string="Account Mapping">
+                                <field name="account_ids" widget="one2many_list" nolabel="1">
+                                    <tree string="Account Mapping" editable="bottom" >
+                                        <field name="account_src_id"/>
+                                        <field name="account_dest_id"/>
+                                    </tree>
+                                    <form string="Account Mapping">
+                                        <field name="account_src_id"/>
+                                        <field name="account_dest_id"/>
+                                    </form>
+                                </field>
+                            </group>                    
+                            <group string="Tax Mapping">
+                                <field name="tax_ids" widget="one2many_list" nolabel="1">
+                                    <tree string="Tax Mapping" editable="bottom" >
+                                        <field name="tax_src_id" domain="[('parent_id','=',False)]"/>
+                                        <field name="tax_dest_id" domain="[('parent_id','=',False)]"/>
+                                    </tree>
+                                    <form string="Tax Mapping">
+                                        <field name="tax_src_id" domain="[('parent_id','=',False)]"/>
+                                        <field name="tax_dest_id" domain="[('parent_id','=',False)]"/>
+                                    </form>
+                               </field>
+                            </group>
+                        </group>
+                    </group>
+                     <separator string="Notes"/>
+                    <group col="4" colspan="4">
+                        <field name="note" nolabel="1"/>
+                    </group>
                 </form>
             </field>
         </record>

_______________________________________________
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