Skip to content

Instantly share code, notes, and snippets.

@ianjosephwilson
Created August 25, 2018 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianjosephwilson/26ef810214d5cd0bf3ae446249762186 to your computer and use it in GitHub Desktop.
Save ianjosephwilson/26ef810214d5cd0bf3ae446249762186 to your computer and use it in GitHub Desktop.
2018-08-25 12:43:52,440 script.py 312 INFO Initialize modules: [u'company', u'party', u'stock', u'product', u'country', u'currency', u'product_feature', u'sale_convert', u'stock_convert', u'product_convert', u'inventory_move', u'stock_sale_location', u'inventory_cull', u'inventory_feature', u'inventory', u'inventory_production', u'inventory_convert']
15128 139882935104704 [2018-08-25 19:44:42,160] ERROR trytond.ir.ui.view Invalid XML view product.template:
Expecting property name: line 1 column 2 (char 1): <conversion states="{'invisible': Not(Bool(Eval('convertable')))}"/>
<data>
<xpath expr="/form/notebook/page[@id=&quot;general&quot;]/field[@name=&quot;cost_price_method&quot;]"
position="after">
<label name="convertable"/>
<field name="convertable"/>
</xpath>
<xpath expr="/form/notebook/page[@id=&quot;general&quot;]"
position="after">
<page string="Conversion"
states="{'invisible': Not(Bool(Eval('convertable')))}"
id="conversion">
<label name="convert_to"/>
<field name="convert_to"/>
<label name="convert_from"/>
<field name="convert_from"/>
</page>
</xpath>
</data>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment