コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
4141 ビュー

Hello,

A field named "date" is available in res_partner model, but looks not used. There is no view that handle this and I didn't see any function using this, but it is available on data import or for filter datas...

Thanks

アバター
破棄
最善の回答

This field has been around since the very earliest versions of OpenERP (ie: version 5) and I've never been able to determine how it is used.  It is always NULL.

アバター
破棄
最善の回答

In most of the place in odoo date is used to hold the current day. which is later useful for record comparisons and retrievals. normally we give the date

default=fields.Datetime.now,
アバター
破棄
著作者

I looked the res_partner model and the field is defined like following: "date = fields.Date(index=True)". No default value is defined. When a partner is created, this field still null. By the way, I am using Odoo 11 community. Thanks

関連投稿 返信 ビュー 活動
0
10月 24
1172
0
3月 16
5034
1
3月 15
4792
1
6月 17
9400
0
9月 24
1430