first push message
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from odoo import models, fields
|
||||
|
||||
class ProjectTask(models.Model):
|
||||
_inherit = 'project.task'
|
||||
|
||||
remote_id = fields.Integer(
|
||||
string='Remote Server Task ID',
|
||||
copy=False,
|
||||
help="Stores the ID of the corresponding task on the remote Odoo server."
|
||||
)
|
||||
Reference in New Issue
Block a user