Hi All,
I want to get the Manager id of the current Logged in user in OpenERP.
I also need how to develop Serial number generator like HTK-001,HTK-002 etc for each row in a table.
Thanks in advance for your valuable help.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi All,
I want to get the Manager id of the current Logged in user in OpenERP.
I also need how to develop Serial number generator like HTK-001,HTK-002 etc for each row in a table.
Thanks in advance for your valuable help.
For the first you can try something like that (in python) :
users = self.pool.get('res.users').browse(cr, uid, uid)
manager_id = users.default_section_id.user_id.id
For the second, you can take a look on the sequence system already in use in OpenERP (Configuration > Technical > Sequence and Id > Sequences) and add your own.
Thanks for your valuable answer. But I got this ('NoneType' object has no attribute 'id') error when i used the first one. Kindly give a idea for that.
Maybe users is void ? Try to print variable.
Both items needs more flushing out to give you a good answer but:
You can use the uid passed to a function to get any other information associated with the user that you need.
This can be done with serial numbers, you can enable them in settings > User > Access Rights > Manage Serial Numbers and then enable them in the product Sales > Products > click on a product or add a new one > inventory tab > Track manufacturing lots.
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 | |
---|---|---|---|---|
|
3
thg 6 25
|
1544 | ||
|
0
thg 6 24
|
2 | ||
|
1
thg 9 23
|
2762 | ||
OpenERP V7 : Product Serial Number
Đã xử lý
|
|
5
thg 3 15
|
21300 | |
|
0
thg 3 15
|
4379 |