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:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
4295
ビュー
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
|
2144 | ||
|
0
4月 20
|
2765 | ||
|
2
12月 19
|
3202 | ||
|
2
12月 19
|
8094 | ||
|
3
6月 19
|
9814 |