@@ -14,13 +14,13 @@ db.default.password = root
|
|||||||
|
|
||||||
# Application Information
|
# Application Information
|
||||||
# ~~~~~
|
# ~~~~~
|
||||||
application.name = Axelor Open Suite
|
application.name = SOPHAL SPA
|
||||||
application.description = Axelor Entreprise Application
|
application.description = Axelor Entreprise Application
|
||||||
application.version = 5.2.1
|
application.version = 5.2.1
|
||||||
application.author = Axelor
|
application.author = Axelor
|
||||||
|
|
||||||
# link to be used with header logo
|
# link to be used with header logo
|
||||||
application.home = http://www.axelor.com
|
application.home =
|
||||||
|
|
||||||
# application header logo, should be 40px in height
|
# application header logo, should be 40px in height
|
||||||
# ~~~~~
|
# ~~~~~
|
||||||
@@ -56,7 +56,7 @@ application.view.toolbar-title = hide
|
|||||||
|
|
||||||
# Link to the online help
|
# Link to the online help
|
||||||
# ~~~~~
|
# ~~~~~
|
||||||
application.help = https://www.axelor.com/functional-documentation/
|
application.help =
|
||||||
|
|
||||||
# Application time out in minutes
|
# Application time out in minutes
|
||||||
# ~~~~~
|
# ~~~~~
|
||||||
@@ -190,3 +190,13 @@ logging.level.com.axelor = DEBUG
|
|||||||
|
|
||||||
# Allows to open maximum 10 Tabs
|
# Allows to open maximum 10 Tabs
|
||||||
view.tabs.max = 10
|
view.tabs.max = 10
|
||||||
|
|
||||||
|
|
||||||
|
# The external report design directory
|
||||||
|
# ~~~~~
|
||||||
|
# this directory is searched for the rptdesign files
|
||||||
|
# (fallbacks to designs provided by modules)
|
||||||
|
reports.design.dir = {user.home}/axelor/reports
|
||||||
|
|
||||||
|
# Storage path for report outputs
|
||||||
|
reports.output.dir = {user.home}/axelor/reports-gen
|
||||||
Reference in New Issue
Block a user