How to add new state in invoice form view in odoo 13
This question has been flagged
1
Atsakyti
5769
Rodiniai
You can add as following
class AccountInvoiceInherit(models.Model):
_inherit = 'account.move'
state = fields.Selection(selection_add=[
('new_state', 'New Satate'), ('done',)
])
Thank you..But i want to add statein between draft and open.how can i do that?
Hi,
Updated in my answer
Thanks
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registracija| Related Posts | Replies | Rodiniai | Veikla | |
|---|---|---|---|---|
|
|
1
rugp. 21
|
4020 | ||
|
|
0
bal. 21
|
4077 | ||
|
|
1
birž. 23
|
4721 | ||
|
|
1
saus. 23
|
4750 | ||
|
|
0
rugs. 22
|
4522 |