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
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
2
Respostas
5705
Visualizações
Hi CHUNG WAI YAO,
You can use the unlink method. |
Thanks.
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
2
ago. 17
|
3478 | ||
|
1
fev. 25
|
577 | ||
|
12
set. 22
|
44364 | ||
|
15
set. 21
|
41131 | ||
|
2
fev. 21
|
2546 |
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?