WIP: Service Plans #308
1 changed files with 3 additions and 0 deletions
|
|
@ -459,6 +459,7 @@ class ComputePlanAssignmentInline(admin.TabularInline):
|
|||
"odoo_product_id",
|
||||
"odoo_unit_id",
|
||||
"price",
|
||||
"unit",
|
||||
"minimum_service_size",
|
||||
"sort_order",
|
||||
"is_active",
|
||||
|
|
@ -509,6 +510,7 @@ class ComputePlanAssignmentAdmin(admin.ModelAdmin):
|
|||
"control_plane_crd",
|
||||
"sla",
|
||||
"price",
|
||||
"unit",
|
||||
"sort_order",
|
||||
"is_active",
|
||||
)
|
||||
|
|
@ -545,6 +547,7 @@ class ComputePlanAssignmentAdmin(admin.ModelAdmin):
|
|||
{
|
||||
"fields": (
|
||||
"price",
|
||||
"unit",
|
||||
"minimum_service_size",
|
||||
)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue