I have added new value for the payment acquirer provider.
provider = fields.Selection(selection_add=[('test', 'Test')])
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I have added new value for the payment acquirer provider.
provider = fields.Selection(selection_add=[('test', 'Test')])
I got the solution with add ondelete option.
provider = fields.Selection ( selection_add = [( 'test' , 'TEST' )], ondelete = { 'test' : 'set default' })
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
0
7月 16
|
3538 | ||
Payment Status
已解決
|
|
3
9月 25
|
8586 | |
|
1
9月 25
|
2671 | ||
|
2
6月 25
|
7004 | ||
|
0
11月 23
|
1948 |