mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Initial commit hr_department_project for 11.0
This commit is contained in:
committed by
Bhoomi Vaishnani
parent
19dff480eb
commit
24aae19813
7
hr_department_project/models/project.py
Normal file
7
hr_department_project/models/project.py
Normal 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')
|
||||
Reference in New Issue
Block a user