What is the best way to generate unique numbers to keep track of products? I want to ensure that no product can have the same reference number. It is best if this can be done without Studio, but I am open to solutions with Studio as well.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
Hi,
Yes you can do it from the user interface with using the developer mode. See this example of setting unique reference number for the customer from user interface: Assign Sequential Value For Field Using Automated Action And Sequence
Similarly you can do for the products also.
Thanks
See https://www.odoo.com/forum/help-1/can-i-enforce-unique-account-numbers-internal-reference-for-customers-and-vendors-140224
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
1
thg 3 25
|
1654 | ||
|
1
thg 2 25
|
3097 | ||
|
2
thg 2 25
|
2063 | ||
|
1
thg 3 24
|
1616 | ||
|
1
thg 4 22
|
2475 |
perhaps, this app - https://apps.odoo.com/apps/modules/14.0/product_dynamic_code/ - might be of interest for you