摘要:
新的模型需要设置方法: xml 中设置绑定关系: 如何在明细行中设置默认值: https://www.odoo.com/pt_BR/forum/ajuda 1/question/how to insert value to a one2many field in table with create 阅读全文
摘要:
In [11]: False or True Out[11]: True python 中的三目运算符: In [1]: 1==1 and '123' or '456' Out[1]: '123' 魔幻的python语句: In [6]: a = 1 if 1==2 else 2 In [7]: a 阅读全文