Hi,
added this
<record model="ir.ui.view" id="invoice_view_tree_2">
<field name="model">account.invoice</field>
<field name="inherit" ref="account_invoice.invoice_view_tree"/>
<field name="type">tree</field>
<field name="arch" type="xml">
<![CDATA[
<data>
<xpath expr="/tree/field[@name="tax_amount"]"
position="replace_attributes">
<field name="tax_amount" sum="Impuesto"/>
</xpath>
</data>
]]>
</field>
</record>
the tree now shows the label "Impuesto" at the bottom but no sum shows ... what
am i doing wrong ???
thnx.
--
Felipe Alvarez Harnecker
[email protected] - 9.874.60.17
--
[email protected] mailing list