'categ_id': fields.many2one('product.category','Category',required=True, change_default=True, domain="[('type','=','normal')]" ,help="Select category for the current product"),
_defaults = { 'company_id': lambda s,cr,uid,c: s.pool.get('res.company')._company_default_get(cr, uid, 'product.template', context=c), 'list_price': 1, 'cost_method': 'standard', 'standard_price': 0.0, 'sale_ok': 1, 'produce_delay': 1, 'uom_id': _get_uom_id, 'uom_po_id': _get_uom_id, 'uos_coeff' : 1.0, 'mes_type' : 'fixed', 'categ_id' : _default_category, 'type' : 'consu', }
来源:苏州远鼎官网