In this case,if you write some stirng in your fields which contains '<' , OpenERP will give a error:

Unescaped '<' not allowed in attributes values

you can use '&lt;' instead it.

 

for more infomation(like why does '>' work properly ) considering this:

http://stackoverflow.com/questions/6322126/whats-the-big-deal-with-using-the-lt-instead-of-simply-to-do-comparison

相关文章:

  • 2021-10-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-13
  • 2022-12-23
  • 2021-07-27
  • 2022-01-04
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-05
  • 2022-02-04
  • 2021-07-22
  • 2021-09-09
  • 2021-07-30
相关资源
相似解决方案