mirror of
https://github.com/bringout/oca-workflow-process.git
synced 2026-04-18 17:52:07 +02:00
Initial commit: OCA Workflow Process packages (456 packages)
This commit is contained in:
commit
d366e42934
18799 changed files with 1284507 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
from odoo import fields, models
|
||||
|
||||
|
||||
class ProjectProject(models.Model):
|
||||
_inherit = "project.project"
|
||||
|
||||
version_ids = fields.One2many(
|
||||
comodel_name="project.version",
|
||||
inverse_name="project_id",
|
||||
string="Version",
|
||||
copy=True,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue