[IMP] res.company: moved bank accounts tab from account_bank_statement_extension...
authorOlivier Dony <odo@openerp.com>
Mon, 30 Jan 2012 11:23:18 +0000 (12:23 +0100)
committerOlivier Dony <odo@openerp.com>
Mon, 30 Jan 2012 11:23:18 +0000 (12:23 +0100)
The inherited part in account_bank_statement_extension
was removed from addons at revision 6439
revision-id: odo@openerp.com-20120130111654-7fmacaxdtdiiejs9

bzr revid: odo@openerp.com-20120130112318-d84yr7hlhxmwiwic

openerp/addons/base/base_update.xml

index d0d655f..aa38561 100644 (file)
             <field name="view_type">form</field>
             <field name="view_mode">tree,form</field>
             <field name="context" eval="{'default_partner_id':ref('base.main_partner'), 'company_hide':False, 'default_company_id':ref('base.main_company'), 'search_default_my_bank':1}"/>
-            <field name="help">Configure your company's bank account and select those that must appear on the report footer. You can reorder bank accounts from the list view. If you use the accounting application of OpenERP, journals and accounts will be created automatically based on these data.</field>
+            <field name="help">Configure your company's bank accounts and select those that must appear on the report footer. You can reorder bank accounts from the list view. If you use the accounting application of OpenERP, journals and accounts will be created automatically based on these data.</field>
         </record>
 
 
                             <field name="currency_id" colspan="2"/>
                             <newline/>
                         </page>
+                        <page string="Bank Accounts" groups="base.group_extended">
+                          <field name="bank_ids" nolabel="1"/>
+                        </page>
                     </notebook>
                 </form>
             </field>