Merge PR #363 into 14.0

Signed-off-by simahawk
This commit is contained in:
OCA-git-bot
2024-08-26 06:35:10 +00:00
2 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -1,2 +1,2 @@
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.