Hello; my automated action code just divide the unit_price on a sale order when te user changes manually the price, It is strange because sometimes it execute twice and sometimes just one-depends on the amount-. Furthermore I discover this happend with the enter key , if the mouse is used it never plays twice, so the user should use the mouse allways. What my complete solution would be? thanks in advance.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1847
查看
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
2
9月 23
|
3885 | ||
|
1
12月 22
|
2169 | ||
|
3
11月 22
|
4411 | ||
|
1
11月 22
|
4689 | ||
|
1
5月 22
|
4019 |
I had similar issue with the based on form modification trigger. I was creating a new task in project, by changing the value of a field on my sale.order model. And it was triggering twice. So it created 2 times same task.