Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
5595 Vizualizări

I have reordering rules on automatic for raw materials. But i don't need reordering rules for products for sale. Is it possible to make an automated action to remove reordering rules when the product category is updated to Product?

Imagine profil
Abandonează
Cel mai bun răspuns

You can do this by defining an automated action like so. Replace "Test" with the actual name of your product category ("Product" in your example above)


Python code:

for rule in env['stock.warehouse.orderpoint'].search([('product_id', 'in', record.product_variant_ids.ids)]):
rule.unlink()
Imagine profil
Abandonează
Autor

Wow! You really saved me! Thank you so much Paresh!

Related Posts Răspunsuri Vizualizări Activitate
0
sept. 15
4329
0
iul. 15
3338
0
mar. 15
3238
2
apr. 25
1104
3
apr. 23
2574