Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
5843 Представления

I've been using a manual system to handle my restaurant and now i want to import all that data into Odoo POS. Is there a way to select the Order date when creating them? 

Аватар
Отменить
Автор

@ankit gandhi, just to be clear, we're talking about creating a custom model that overrides the create_date field to make it editable??

Лучший ответ

Dear Andres,

I think you can use create_date field.

That field by default in odoo framework so you can access that field

I think you should first create that field  .py file

Like

'create_date': fields.datetime('Order Date')

and after use in .XML file

Like

<field name="create_date" />

Hope this useful for you.

Thanks & Regards

Ankit H Gandhi

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
мая 25
3019
1
июн. 23
2092
0
авг. 16
3209
0
апр. 24
1446
2
мар. 24
3423