I want the salesman to create the quotation but the confirmation should be from a certain employee manager. How can I do that?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
Hi,
You can create a groups for specific employees like Managers and Employee.
By Using following code you can control showing approve button(After assigned, groups to specific employees)
<button string="Approve" type="object" name="approve_sales_data" groups="module_name.group_name"/>
If you don't know how to create a groups, following link will help you to creating groups in odoo https://www.odoo.yenthevg.com/category/security/ Otherwise you can use a HR Module groups(You can set a groups in Settings -> Users -> Employees)
Thanks.
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
3
2月 24
|
1784 | ||
|
2
6月 20
|
3974 | ||
|
1
5月 20
|
3349 | ||
|
1
4月 19
|
3166 | ||
Sales quotation
已解决
|
|
2
3月 24
|
3162 |