fix generate purchase order set && update price calculation

This commit is contained in:
Administrator
2022-05-11 15:36:05 +01:00
parent 904d7de80d
commit 69966f7305
5 changed files with 31 additions and 7 deletions

View File

@@ -8,9 +8,9 @@
# ~~~~~
db.default.driver = org.postgresql.Driver
db.default.ddl = update
db.default.url = jdbc:postgresql://localhost:5432/bdd_sophal
db.default.url = jdbc:postgresql://localhost:5432/axelor_code
db.default.user = postgres
db.default.password = root
db.default.password = admin
# Application Information
# ~~~~~