Help

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

Domain for Serial Number

Avatar
odoo
Avatar
Discard
1 Answer
0
Avatar
odoo
Best Answer

Hi, 

The default domain for the Serial Number is this.

domain="[('product_id', '=', product_id), '|', ('company_id', '=', False), ('company_id', '=', company_id)]")

this domain is mentioned in the py file so you can replace this in the py side.

Hope it will help you.

2 Comments
Avatar
Discard
Avatar
odoo
-

Great thx!

Avatar
odoo
-

Your Welcome,
Please Vote the Answer if it helps you