Hi Felipe,

On 1 March 2012 23:13, Felipe Alvarez Harnecker <[email protected]> wrote:
> Hi,
>
> please could someone explain me why this is not working
>
>
>        <record model="ir.ui.view" id="invoice_line_view_form">
>            <field name="model">account.invoice.line</field>
>            <field name="inherit" 
> ref="account_invoice.invoice_line_view_form"/>
>            <field name="arch" type="xml">
>                <![CDATA[
>                  <data>
>                        <xpath
>                            expr="//field[@name=&quot;taxes&quot;]"
>                            position="replace_attributes">
>                            <field name="taxes" invisible="1"/>
>                        </xpath>
>                  </data>
>                ]]>
>            </field>
>        </record>
>
>
> i mean the taxes widget shows.
>
> thnx.
>
> --
> Felipe Alvarez Harnecker
> [email protected] - 9.874.60.17
>
> --
> [email protected] mailing list

The only thing I could see from my working examples is the path
Try this:
   expr="/form/field[@name=&quot;taxes&quot;]"

HTH

-- 
Craig

()  ascii ribbon campaign - against html mail
/\

-- 
[email protected] mailing list

Reply via email to