first push message
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#-*- coding: utf-8 -*-
|
||||
|
||||
from odoo import models, fields, api
|
||||
|
||||
class Project(models.Model):
|
||||
_inherit = "project.project"
|
||||
|
||||
department_id = fields.Many2many('hr.department', string="Department")
|
||||
|
||||
Reference in New Issue
Block a user