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 !
Se marcó esta pregunta
2
Respuestas
8873
Vistas
Hi CHUNG WAI YAO,
| You can use the unlink method. |
Thanks.
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
|
|
2
ago 17
|
6680 | ||
|
|
1
sept 25
|
3841 | ||
|
|
12
sept 22
|
48390 | ||
|
|
15
sept 21
|
45527 | ||
|
|
2
feb 21
|
4993 |
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?