mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
server_env_printing_server: add user and password fields
This commit is contained in:
@@ -15,6 +15,8 @@ class PrintingServer(models.Model):
|
|||||||
{
|
{
|
||||||
"address": {},
|
"address": {},
|
||||||
"port": {},
|
"port": {},
|
||||||
|
"user": {},
|
||||||
|
"password": {},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
return base_fields
|
return base_fields
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user