[MIG] Migration account_budget_forecast addons to v14.0
This commit is contained in:
9
account_budget_forecast/models/account_analytic_line.py
Normal file
9
account_budget_forecast/models/account_analytic_line.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from odoo import models, fields, api
|
||||
|
||||
|
||||
class AccountAnalyticLine(models.Model):
|
||||
_inherit = "account.analytic.line"
|
||||
|
||||
budget_forecast_id = fields.Many2one("budget.forecast", store=True)
|
Reference in New Issue
Block a user