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:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
2
回覆
7335
瀏覽次數
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
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
1
3月 25
|
1656 | ||
|
1
2月 25
|
3103 | ||
|
2
2月 25
|
2071 | ||
|
1
3月 24
|
1623 | ||
|
1
4月 22
|
2481 |
perhaps, this app - https://apps.odoo.com/apps/modules/14.0/product_dynamic_code/ - might be of interest for you