How to add new state in invoice form view in odoo 13
Це запитання позначене
1
Відповісти
5745
Переглядів
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!
Реєстрація| Related Posts | Відповіді | Переглядів | Дія | |
|---|---|---|---|---|
|
|
1
серп. 21
|
3999 | ||
|
|
0
квіт. 21
|
4058 | ||
|
|
1
черв. 23
|
4690 | ||
|
|
1
січ. 23
|
4716 | ||
|
|
0
вер. 22
|
4485 |