Hi, i am writing the delete/remove procurement_rules method of a warehouse in a custom module. I want to remove the existing/default values in my method. How can i do that. I seen the created method, will it be similar to turn them in remove? Thanks !
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- 프로젝트
- MRP
신고된 질문입니다
2
답글
7146
화면
Hi CHUNG WAI YAO,
| You can use the unlink method. |
Thanks.
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
|
2
8월 17
|
4865 | ||
|
|
1
9월 25
|
2077 | ||
|
|
12
9월 22
|
46154 | ||
|
|
15
9월 21
|
43193 | ||
|
|
2
2월 21
|
3713 |
Wanna ask about your answer "You can use the unlink method."
I just learn to create value for an module, we logging.info in to the module, and then get session, then we define objective, then
I think could be about must using query to do select first then only can do unlink method, do you know how to select the particular value to do unlink method?