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
回覆
4412
瀏覽次數
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
|
2227 | ||
|
0
4月 20
|
2827 | ||
|
2
12月 19
|
3282 | ||
|
2
12月 19
|
8148 | ||
|
3
6月 19
|
9898 |