Skip to content

Commit

Permalink
Merge PR #363 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by simahawk
  • Loading branch information
OCA-git-bot committed Aug 26, 2024
2 parents 9482eb4 + bd411e5 commit 1ca6ccc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions server_env_printing_server/models/printing_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ def _server_env_fields(self):
{
"address": {},
"port": {},
"user": {},
"password": {},
}
)
return base_fields
2 changes: 1 addition & 1 deletion server_env_printing_server/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 1ca6ccc

Please sign in to comment.