Em 29/10/2013 13:35, Cédric Krier escreveu:
On 25/10/13 11:56 -0200, Gmail - Iasmini wrote:

I don't know why the field isn't shown on the screen.

On 29/10/13 06:19 -0700, igomes wrote:
I'm stucked, please help me!!

1. I inserted a new field on invoice.py
2. It was inserted on table, but it doesn't appears on screen
3. I know that is not calling the file invoice_line_form.xml, because I put
purposely an wrong name at the 'expr' and it raises no error when I use the
screen.

It is because on invoice form, it is not the invoice_line_view_form that
is used but invoice_line_view_tree_sequence.



Ok, I see. I changed the name of my xml view to:

invoice_line_tree_sequence.xml

<?xml version="1.0"?>
<data>
    <xpath expr="/tree/field[@name='unit_price']" position='after'>
        <label name="slx_desconto"/>
        <field name="slx_desconto"/>
    </xpath>
</data>

And I changed the xpath according to the new file.

Since there is already a reference of invoice_line_view_tree_sequence in original invoice_form.xml I do not have to add anything in my file invoice_form.xml, right?

The field still not appears.

--
Iasmini Gomes
Sílex Sistemas
[email protected]
www.silexsistemas.com.br

Reply via email to