How to add new state in invoice form view in odoo 13
Cette question a été signalée
1
Répondre
5710
Vues
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
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'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
|
1
août 21
|
3971 | ||
|
|
0
avr. 21
|
4045 | ||
|
|
1
juin 23
|
4637 | ||
|
|
1
janv. 23
|
4678 | ||
|
|
0
sept. 22
|
4432 |