I'm trying to create products (initially one manually, then a bunch by 
import), but don't get how to add a new attribute field for a product. I 
need to include an internal part number for each product: e.g. "PartNumber" 
aka "Internal Reference" in oe, It's a text field that would be nice to 
restrict to 8-digit numeric, but isn't absolutely required. Can someone 
give me some hints on how to add a generic field. I expecting to be able to 
add an "attribute" by name (e.g. "color"), and then either type in or pick 
the color from a list when creating a product. I'm am just not getting it.

I have the following modules installed. 

   - trytond-dashboard
   - trytond-product
   - trytond-product-attribute
   - trytond-production
   - trytond-project
   - trytond-project-plan
   - trytond-purchase
   - trytond-sale
   - trytond-stock
   - trytond-stock-lot
   - trytond-stock-split

Also, all my product data is currently in a commercial Access database and 
the the bill-of-materials table has a foreign reference to the part number 
table(i.e. the "ExternalReference" in oe). The index key in the part number 
table is separate from the text part number. Sorry to be such a noob, but 
can someone give me some hints here too?

Thank you very much.
Dale

Reply via email to