~project-core-editors/project-service/github-6.1

« back to all changes in this revision

Viewing changes to project_service_contract/contract.py

  • Committer: Pierre Monod
  • Date: 2012-10-08 16:08:03 UTC
  • Revision ID: git-v1:3da11212717ff58f39b44ec8bc1b2fd68e3f046c
corection on issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
        'product_id': fields.many2one('product.product', 'Material Name'),
80
80
        'stock_production_lot_id': fields.many2one('stock.production.lot', 'Serial Number'),
81
81
        'sub_contract_line_ids': fields.one2many('contract.sub.line', 'contract_line_id', string='Related Products'),
82
 
        'customer_contact_address_id': fields.many2one('stock.location', 'Technical contact customer'),
 
82
        'customer_contact_address_id': fields.many2one('res.partner.address', 'Technical contact customer'),
83
83
        'start_date': fields.date('Start date'),
84
84
        'end_date': fields.date('End date'),
85
85
        'current_location': fields.many2one('stock.location', 'Current Location'),