[FIX] hr_timesheet: removed duplicate 'journal_id' field in view
authorolt@tinyerp.com <>
Wed, 13 Oct 2010 09:56:27 +0000 (11:56 +0200)
committerolt@tinyerp.com <>
Wed, 13 Oct 2010 09:56:27 +0000 (11:56 +0200)
bzr revid: olt@tinyerp.com-20101013095627-qn52st18zx8xtylr

addons/hr_timesheet/hr_timesheet_view.xml

index 664587b..08ec23b 100644 (file)
@@ -22,7 +22,6 @@
                     <field name="product_uom_id" on_change="on_change_unit_amount(product_id, unit_amount, False, product_uom_id,journal_id)" invisible="1"/>
                     <field name="amount" sum="Total cost" invisible="1"/>
                     <field name="general_account_id" invisible="1"/>
-                    <field name="journal_id" invisible="1"/>
                 </tree>
             </field>
         </record>