hello everyone , i just created a module on openerp7 , it has a registration form and wanted to add a field where i can load the user picture .. can anyone give me any hints??
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Бухгалтерия
- Склад
- PoS
- Project
- MRP
Этот вопрос был отмечен
1
Ответить
4379
Представления
in python :
_columns = { 'image': fields.binary("Image",), }
in xml :
<field name="image" widget='image' class="oe_avatar oe_left" />
Thank you very much :)
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
РегистрацияRelated Posts | Ответы | Просмотры | Активность | |
---|---|---|---|---|
Created module , new moduel
Решено
|
|
5
апр. 19
|
5931 | |
|
1
апр. 16
|
4115 | ||
|
1
мар. 15
|
8747 | ||
|
5
янв. 24
|
16205 | ||
|
4
мар. 15
|
5980 |