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
회신
4608
화면
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
|
2369 | ||
|
0
4월 20
|
2998 | ||
|
2
12월 19
|
3456 | ||
|
2
12월 19
|
8328 | ||
|
3
6월 19
|
10132 |