Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. Mon Sep 26 10:42:20 2016] ERROR:trytond.ir.ui.view:Invalid xml view:
  2. <string>:5:0:ERROR:RELAXNGV:RELAXNG_ERR_INVALIDATTR: Invalid attribute view_ids for element field
  3. <?xml version="1.0"?>
  4. <!-- This file is part sale_pos module for Tryton.
  5. The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
  6. <tree string="Lines" sequence="sequence" editable="bottom">
  7. <field name="product" view_ids="sale.product_view_list_sale_line"/>
  8. <field name="quantity"/>
  9. <field name="unit"/>
  10. <field name="unit_price"/>
  11. <field name="unit_price_w_tax"/>
  12. <field name="amount" tree_invisible="1"/>
  13. <field name="amount_w_tax"/>
  14. <field name="description" tree_invisible="1"/>
  15. <field name="unit_digits" tree_invisible="1"/>
  16. <field name="taxes" tree_invisible="1"/>
  17. </tree>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement