I need To append a custom quantity to the demand in the reciept while confiriming the purchase order
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilitat
- Inventari
- PoS
- Project
- MRP
This question has been flagged
1
Respondre
4144
Vistes
class purchase_custom(models.Model):
_inherit = 'purhcase.order'
def button_confirm(self):
res = super(purchase_custom, self).button_confirm()
// write your custom code here
return res
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
2
de maig 25
|
1625 | ||
|
3
de des. 24
|
5224 | ||
|
1
de jul. 24
|
2373 | ||
|
1
de juny 24
|
1683 | ||
|
2
de juny 24
|
2386 |