~vauxoo/addons-vauxoo/addons-vauxoo-mrp_consume_produce-dev-julio

« back to all changes in this revision

Viewing changes to m321_customization/stock.py

[MERGE]

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
    _inherit = 'stock.move'
98
98
    _columns = {
99
99
        'id_sale':fields.many2one('sale.order','Sale Order'),
 
100
        'product_upc':fields.related('product_id','upc',type='char',string='UPC'),
100
101
    
101
102
    }
102
103