~camptocamp/account-invoice-report/add-domain

« back to all changes in this revision

Viewing changes to invoice_webkit/view/invoice_view.xml

  • Committer: Stefan Rijnhart
  • Author(s): nicolas.bessi at camptocamp
  • Date: 2013-01-18 12:51:33 UTC
  • mfrom: (8.1.2 account_invoice_report_7_0)
  • Revision ID: stefan@therp.nl-20130118125133-63dfbxg0fpkzw1m4
[FIX] better xpath, previous fix was incorrect

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
      <field name="model">account.invoice</field>
70
70
      <field name="inherit_id" ref="account.invoice_form"/>
71
71
      <field name="arch" type="xml">
72
 
        <xpath expr="//tree[@name='invoice_line']" position="attributes" >
 
72
        <xpath expr="//field[@name='invoice_line']/tree" position="attributes" >
73
73
          <attribute name="editable" eval="False"/>
74
74
        </xpath>
75
75
      </field>