I found tutorials for older versions which doesn't apply. Please let me know if there are any resources I can follow.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
1
الرد
8118
أدوات العرض
Hi
You can add this code in .py class
aselection = fields.Selection([('a', 'A'),('b', 'B')])
aselection = fields.Selection([('a', 'A'),('b', 'B')])
And add this code in .Xml where you want
<field name="name" widget="selection"/>
Look this
http://odoo-new-api-guide-line.readthedocs.io/en/latest/fields.html#selection
https://stackoverflow.com/questions/35055645/odoo-hide-some-options-in-field-selection
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل