Is there a way to access the pseudo-record in python code without using api.onchange()
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
3609
查看
You are probably interested in the new() method similar to create().
Method new(values) return a new record instance attached to the current environment and
initialized with the provided ``value``. The record is *not* created in database, it only exists in memory.
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
0
3月 22
|
1725 | ||
|
0
4月 20
|
2313 | ||
|
2
12月 19
|
2725 | ||
|
2
12月 19
|
7387 | ||
|
3
6月 19
|
9081 |