mirror of
https://github.com/bringout/oca-mrp.git
synced 2026-04-19 11:32:00 +02:00
Initial commit: OCA Mrp packages (117 packages)
This commit is contained in:
commit
277e84fd7a
4403 changed files with 395154 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
# Copyright 2024 Moduon Team S.L.
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class Project(models.Model):
|
||||
_inherit = "project.project"
|
||||
|
||||
event_id = fields.Many2one(
|
||||
comodel_name="event.event", string="Related event", readonly=True
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue