Initial commit hr_department_project for 11.0

This commit is contained in:
Jared Kipe
2018-04-24 09:49:18 -07:00
committed by Bhoomi Vaishnani
parent 19dff480eb
commit 24aae19813
7 changed files with 97 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
from odoo import api, fields, models, _
class Project(models.Model):
_inherit = 'project.project'
department_id = fields.Many2one('hr.department', string='Department')