تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3 الردود
4140 أدوات العرض

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
أكتوبر 24
1171
0
مارس 16
5033
1
مارس 15
4791
1
يونيو 17
9399
0
سبتمبر 24
1430