server_env_printing_server: add user and password fields

This commit is contained in:
JuMiSanAr
2024-08-20 08:09:13 +02:00
parent bfa46d4333
commit bd411e5cec
2 changed files with 3 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ class PrintingServer(models.Model):
{ {
"address": {}, "address": {},
"port": {}, "port": {},
"user": {},
"password": {},
} }
) )
return base_fields return base_fields

View File

@@ -1,2 +1,2 @@
This module allows the configuration of the fields This module allows the configuration of the fields
"Address" and "Port" on Printing Server from server environment. "Address", "Port", "User" and "Password" on Printing Server from server environment.