[UPD] Creation budget category Delivery
This commit is contained in:
@@ -32,6 +32,12 @@ class AccountAnalyticAccount(models.Model):
|
||||
domain=[("budget_category", "=", "subcontractors")],
|
||||
copy=True,
|
||||
)
|
||||
budget_forecast_delivery_ids = fields.One2many(
|
||||
"budget.forecast",
|
||||
"analytic_id",
|
||||
domain=[("budget_category", "=", "delivery")],
|
||||
copy=True,
|
||||
)
|
||||
budget_forecast_miscellaneous_ids = fields.One2many(
|
||||
"budget.forecast",
|
||||
"analytic_id",
|
||||
|
@@ -27,6 +27,7 @@ class BudgetForecast(models.Model):
|
||||
("material", "Material"),
|
||||
("equipment", "Equipment"),
|
||||
("subcontractors", "Subcontractors"),
|
||||
("delivery", "Delivery"),
|
||||
("miscellaneous", "Miscellaneous"),
|
||||
("unplanned", "Unplanned"),
|
||||
],
|
||||
|
Reference in New Issue
Block a user