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
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
2
Réponses
6296
Vues
Hi CHUNG WAI YAO,
You can use the unlink method. |
Thanks.
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
2
août 17
|
4139 | ||
|
1
févr. 25
|
1266 | ||
|
12
sept. 22
|
45030 | ||
|
15
sept. 21
|
41983 | ||
|
2
févr. 21
|
3081 |
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?