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

Hello all,

 

I need to create a custom field for the Opportunities on “crm_lead” on Odoo V7

 

ABB.CC.DD

 

Where:

A = Company Id from res_partner.

BB = year last two digits.

CC = Customer Id from res_partner.

DD = Sequence Opportunities for the specific Customer.

 

Example :

 

A

1 My-Company New York

2 My-Company Los Angeles

3 My-Company Boston

 

BB

13 Year 2013

14 Year 2014

15 Year 2015

 

CC

43 Customer-A

44 Customer-B

45 Customer-C

 

Lets say we Have a data base with the entries:

 

114.43.01

114.43.02

114.44.01

114.45.01

 

Now I will create a new Opportunity entry, when I click “Save” it will check the next number available for the Customer.

 

For the Customer-A it will be: 114.43.03

For the Customer-B it will be: 114.44.02

For the Customer-C it will be: 114.45.02

 

Then, the new data base will be:

 

114.43.01

114.43.02

114.44.01

114.45.01

114.43.03

114.44.02

114.45.02

 

If I create new entries for “My-Company Boston” it will create the numbers:

 

For the Customer-A it will be: 314.43.01

For the Customer-B it will be: 314.44.01

For the Customer-C it will be: 314.45.01

 

Then, the new data base will be:

 

114.43.01

114.43.02

114.44.01

114.45.01

114.43.03

114.44.02

114.45.02

314.43.01

314.44.01

314.45.01

 

Thanks for any help!

الصورة الرمزية
إهمال
أفضل إجابة

Leads don't have this by default, you should overwrite with a custom module + an special sequence.

الصورة الرمزية
إهمال
الكاتب

Thanks for answer. I understand that I have to write the code, but I d on't know the best way to do it. Should I create a new table with the entries or use the existing table and just filter and count the entries. If someboy has an similar example it will help me alot. Thanks

Nhomar, Perdoneme, y perdone tambien por escribir en castellano, pero es que me es mas sencillo. Usted sabe si campos personalizados que son creados en el formulario de Leads, cuando este se convierte en Customer, ¿se pueden llevar esos datos de forma automatica revisando alguna característica de Odoo o bien hay que progrmar?

Hay que programas

On Nov 25, 2014 2:43 PM, "Mariano Rodrigo" <mariano1800@gmail.com> wrote:

Nhomar, Perdoneme, y perdone tambien por escribir en castellano, pero es que me es mas sencillo. Usted sabe si campos personalizados que son creados en el formulario de Leads, cuando este se convierte en Customer, ¿se pueden llevar esos datos de forma automatica revisando alguna característica de Odoo o bien hay que progrmar?

--
Mariano Rodrigo
Sent by Odoo S.A. using Odoo about Forum Post False
الكاتب أفضل إجابة

Thanks for answer. I understand that I have to write the code, but I d

on't know the best way to do it. Should I create a new table with the entries or use the existing table and just filter and count the entries.

If someboy has an similar example it will help me alot.

Thanks

الصورة الرمزية
إهمال

you don't have to create a new table, you need to overwrite "create" method of 'crm.lead' class.

المنشورات ذات الصلة الردود أدوات العرض النشاط
2
أغسطس 25
277
2
أغسطس 25
329
2
أغسطس 25
483
0
أغسطس 25
453
1
أغسطس 25
988