Sunday 8 November 2015

How to generate the barcode for product in openerp (Odoo)?


This Blog is about to generate the barcode for productin openerp Odoo. To view the full code, visit the link mentioned.
class product_category(orm.Model):
_inherit = 'product.category'


_columns = {


'ean_sequence_id': fields.many2one('ir.sequence', 'Ean Sequence'),


}


class product_product(orm.Model):


_inherit = 'product.product'


_columns = {


'ean_sequence_id': fields.many2one('ir.sequence', 'Ean Sequence'),

Being an effective forum, here you can also post & look for various programming queries along with their solutions including c, android, php, java questions and answers etc.

No comments:

Post a Comment