I like to execute some custom code after a res.partner is updated. Therefor i have overridden the write method. Badly i need the complete record not only the changed values. How do i get this record.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
2
返信
4112
ビュー
Hello Fleixi,
In write method you can use self to get the current record.
Cheers!
Hello Fleixi,
In wirte method you have current record in self.
so use self. you got complete record in self,
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
1
9月 24
|
6921 | ||
|
1
5月 24
|
4003 | ||
|
1
7月 22
|
2277 | ||
|
2
4月 22
|
2741 | ||
|
1
3月 22
|
3865 |