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' })
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Jul 16
|
2563 | ||
|
3
Nov 24
|
930 | ||
|
2
Mar 24
|
3326 | ||
|
0
Nov 23
|
372 | ||
|
0
Mar 23
|
663 |