[FIX] lp 983196: bad inherit for account.move.line view

(lp:c2c-addons/6.1  rev 44.1.1)
6.1
Carlos Vásquez 2012-04-16 10:02:14 -06:00
parent 57a8a1c27e
commit 1f576cb710
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<!-- modulename.view --> <!-- modulename.view -->
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<separator string="Narration" colspan="4" position="before"> <separator string="Internal Note" colspan="4" position="before">
<separator string="Misc."/> <separator string="Misc."/>
<newline/> <newline/>
<group> <group>
@ -20,4 +20,4 @@
</field> </field>
</record> </record>
</data> </data>
</openerp> </openerp>