Initial commit of hr_expense_lead for 11.0

This commit is contained in:
Jared Kipe
2018-05-16 10:08:45 -07:00
committed by Bhoomi Vaishnani
parent ab3c1c1fb6
commit 8a6ffa63a6
9 changed files with 104 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
from odoo import api, fields, models
class HRExpenseLead(models.Model):
_inherit = 'hr.expense'
lead_id = fields.Many2one('crm.lead', string='Lead')