跳至内容
菜单
此问题已终结
1 回复
1558 查看

While create the UserError message, unable to more the string to new line,

Facing in version  odoo 17.


Example:

raise UserError(_( "Warning ! \n\n Qty must be grather than zero."))





形象
丢弃
最佳答案

Hi,

\n is working as you can see below:

def raise_error(self):
raise UserError(_("Warning!\n\nQty must be greater than zero."))


You need to restart the Odoo service and upgrade your Module.

形象
丢弃
编写者

Thanks Waleed Ali Mohsen

I tried but i didn't see any changes on this, I am facing this in 17.0

相关帖文 回复 查看 活动
3
3月 25
1611
0
3月 25
550
4
1月 25
1373
2
4月 25
1715
0
2月 25
579