Skip to Content
Menu
This question has been flagged
2 Replies
3580 Views

All, I am very new to odoo and installed the community V.10 this week on my machine. I am trying to play around with it, and have a requirement of adding customer item codes to the system. i.e. if we have an item code called P0001. On the customers side this item code is PEN0001. I would like to capture that in Odoo against the product and when we sell that product to that specific customer, i would also like to display his item code on the invoice. I am very new to odoo and dont even know where to start to achieve this, and hence would appreciate all help that i can get. 

Avatar
Discard
Author Best Answer

Niyas, Thanks for your response. Let me try that and will revert back.

Avatar
Discard
Best Answer

Hi,

By default in odoo we can have a code for the product, that code will be printed in the reports. The issue is that the code will get vary from one customer to another, suppose your product PO001 have a code P1 for customer C1 and P2 for the customer C2.


So if you need this feature, you have to customize and create a new module to add this feature.

There is a module in v8 having the same feature : https://apps.odoo.com/apps/modules/8.0/customer_product_code/

You can port it to v10 and use it.

Thanks

Avatar
Discard