Hello Friends,
We can use priority widget in selection field,but I want to use priority widget in many2one field.
anyone give me suggestion how i use priority widget in many2one field
thanks in advance
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello Friends,
We can use priority widget in selection field,but I want to use priority widget in many2one field.
anyone give me suggestion how i use priority widget in many2one field
thanks in advance
in your py file
from openerp import models, fields, api, _
from datetime import datetime
AVAILABLE_PRIORITIES = [
('0', 'Very Low'),
('1', 'Low'),
('2', 'Normal'),
('3', 'High'),
('4', 'Very High')]
class Attend(models.Model):
_name="permission.details"
set_priority=fields.Selection(AVAILABLE_PRIORITIES, select=True)
in ur xml file
<field name="set_priority" widget="priority"></field>
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
1
de jul. 24
|
1955 | ||
|
3
de maig 24
|
1600 | ||
|
1
de jul. 23
|
4402 | ||
|
0
de març 24
|
3292 | ||
|
1
de set. 22
|
6133 |