How to add new state in invoice form view in odoo 13
لقد تم الإبلاغ عن هذا السؤال
1
الرد
5709
أدوات العرض
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
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل| المنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
|---|---|---|---|---|
|
|
1
أغسطس 21
|
3970 | ||
|
|
0
أبريل 21
|
4045 | ||
|
|
1
يونيو 23
|
4637 | ||
|
|
1
يناير 23
|
4678 | ||
|
|
0
سبتمبر 22
|
4431 |