Can I add product types?

Asked by Elke.Bijnens

Hello,

in the current DB i only have 3 product types available, service, stockable item and consumable
Is there a way I can add a product type in openerp?

Thanks
Elke

Question information

Language:
English Edit question
Status:
Answered
For:
Odoo Addons (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
OpenBMS JSC (openbmsjsc) said :
#1

I think you can update from the source and restart the server to get it updated.

----- Original Message ----
> From: Elke.Bijnens <email address hidden>
> To: <email address hidden>
> Sent: Wed, January 26, 2011 11:17:05 PM
> Subject: [Question #142941]: Can I add product types?
>
> New question #142941 on OpenERP Addons:
> https://answers.launchpad.net/openobject-addons/+question/142941
>
> Hello,
>
> in the current DB i only have 3 product types available, service, stockable
>item and consumable
> Is there a way I can add a product type in openerp?
>
> Thanks
> Elke
>
>
> --
> You received this question notification because you are a member of
> OpenERP Committers, which is an answer contact for OpenERP Addons.
>

Revision history for this message
Husen Daudi (husendaudi) said :
#2

To add new type you need to inherit product.template object and add new type in type field which is selection type.

'type': fields.selection([('product','Stockable Product'),('consu', 'Consumable'),('service','Service')], 'Product Type', required=True),

Can you help with this problem?

Provide an answer of your own, or ask Elke.Bijnens for more information if necessary.

To post a message you must log in.