we want to start with to set up the Warehouse Module in odoo v8 and I have some issued regarding 'products' and 'suppliers'
Actually they miss some fields in order to work for us
product
- "product code" or "product number" (which is being defined by our suppliers)
- link to a specific supplier (in almost 90% the components we are using are only available by one specific supplier and the supplier is actually almost a property of a component)
supplier:
- "Supplier code" (this is a number we assign to all our suppliers. It is being communicated to customers as well [who shall not be able to know the name of our suppliers] it is necessary to clearly identify a component
These fields need to be searchable through the standard search tools. An example: we have a fabric with a code 'N23' sold by a supplier with the code 'SF1083FA'
I guess I need two modules to do that. One on Top of 'product' another one on top of Supplier/Customer (which are the same). Also I think I need the database entry "Supplier code" to be shown in the Customer/Supplier Form,List,Kanban View as well as on the product Form, List, Kanban view
As I assume we are not the only ones who use such codes I wonder whether there are any Modules 'out there' who already do that or something similar.