Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odgovori
4460 Prikazi

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!

Avatar
Opusti
Best Answer

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

Avatar
Opusti
Avtor

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
Avtor Best Answer

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

Avatar
Opusti

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

Related Posts Odgovori Prikazi Aktivnost
2
avg. 25
291
2
avg. 25
342
2
avg. 25
488
0
avg. 25
460
1
avg. 25
994