Files
funding-tools/funding_campaign_project/models/project_project.py
2024-02-07 10:01:29 +01:00

8 lines
179 B
Python

# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo import fields, models
class ProjectProject(models.Model):
_inherit = "project.project"