How to add a new tab in product form view in V6

Asked by Mannu Sharma

Hello,

I am new to openerp V6 and totally new to python. So, please help me.

I want to add a new tab in product definition form just like suppliers tab to enter multiple entries of some information related to customer part number.

The name of the tab should be "Customers", the tab should facilitate user to enter multiple records.
The details of customers could be picked from res_partner.

Example:
In Openerp I have a product with name P1, there are three customers C1, C2 and C3, which calls the product P1 with the name as PA1, PB1 and PC1 respectively.

I want to handle these details on the same product form where other details of the products are been inputted.

Please help me as soon as possible.

Thanks in advance.

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Addons (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
Serpent Consulting Services
Solved:
Last query:
Last reply:
Revision history for this message
Mannu Sharma (mannu) said :
#1

Please help, it's very urgent...

Revision history for this message
Best Serpent Consulting Services (serpent-consulting-services) said :
#2

you need to duplicate the code like supplier details on product form,
for adding new tab on product form you have to inherit product form view and need to add tab inside notebook.
its technical stuff so if you are not technical fellow you can try with web client view customization tool.

Revision history for this message
Mannu Sharma (mannu) said :
#3

Thanks a lot.. I'ld like to try the customization tool first..

Revision history for this message
Mannu Sharma (mannu) said :
#4

Yeppee... coded by myself... thanks Serpent Consulting Services..

Revision history for this message
Mannu Sharma (mannu) said :
#5

Thanks Serpent Consulting Services, that solved my question.