[NEW] pad_hedgedoc_tasks: create addon
This commit is contained in:
10
pad_hedgedoc_tasks/models/hedgedoc_pad.py
Normal file
10
pad_hedgedoc_tasks/models/hedgedoc_pad.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from odoo import models, fields, _
|
||||
|
||||
|
||||
class TaskHedgedocPad(models.Model):
|
||||
_name = "task.hedgedoc.pad"
|
||||
_inherit = "hedgedoc.pad"
|
||||
|
||||
task_id = fields.Many2one("project.task", string=_("Associated task"), copy=True)
|
Reference in New Issue
Block a user