update
This commit is contained in:
parent
06e40141eb
commit
0de8e62378
15
.env
15
.env
@ -1,15 +0,0 @@
|
||||
COMPOSE_PROJECT_NAME=odoo-dev
|
||||
#Odoo
|
||||
ODOO_IMAGE=hub.nextzenos.com/nexterp/odoo18-base
|
||||
ODOO_TAG=dev
|
||||
ODOO_PORT=10017
|
||||
ODOO_CONTAINER=odoo18-base-dev
|
||||
# ODOO_CHAT_PORT =
|
||||
ODOO_ADDONS=/root/dev/NextERP/dev/odoo18/Odoo18/deployment/addons
|
||||
ODOO_CONFIG=/root/dev/NextERP/dev/odoo18/Odoo18/deployment/etc
|
||||
ODOO_BACKUP=/root/dev/NextERP/dev/odoo18/Odoo18/deployment/backup
|
||||
#Database
|
||||
PG_PORT=5434
|
||||
PG_USER=default_repo
|
||||
PG_PASS=smartyourlife
|
||||
ENTRYPOINT=./entrypoint.sh
|
59
.gitignore
vendored
Normal file
59
.gitignore
vendored
Normal file
@ -0,0 +1,59 @@
|
||||
# sphinx build directories
|
||||
_build/
|
||||
|
||||
# dotfiles
|
||||
|
||||
.*
|
||||
!.gitignore
|
||||
!.github
|
||||
!.gitea
|
||||
!.mailmap
|
||||
# compiled python files
|
||||
*.py[co]
|
||||
__pycache__/
|
||||
# setup.py egg_info
|
||||
*.egg-info
|
||||
# emacs backup files
|
||||
*~
|
||||
# hg stuff
|
||||
*.orig
|
||||
status
|
||||
# odoo filestore
|
||||
odoo/filestore
|
||||
# maintenance migration scripts
|
||||
odoo/addons/base/maintenance
|
||||
# window installation config file
|
||||
/odoo.conf
|
||||
# generated for windows installer?
|
||||
install/win32/*.bat
|
||||
install/win32/meta.py
|
||||
|
||||
# needed only when building for win32
|
||||
setup/win32/static/less/
|
||||
setup/win32/static/wkhtmltopdf/
|
||||
setup/win32/static/postgresql*.exe
|
||||
|
||||
# js tooling
|
||||
node_modules
|
||||
jsconfig.json
|
||||
tsconfig.json
|
||||
package-lock.json
|
||||
package.json
|
||||
.husky
|
||||
# various virtualenv
|
||||
/bin/
|
||||
/build/
|
||||
/dist/
|
||||
/include/
|
||||
/lib/
|
||||
/man/
|
||||
/share/
|
||||
/src/
|
||||
/deployment/postgresql/*
|
||||
/venv/
|
||||
/deployment/backup/*.zip
|
||||
/extra-addons/
|
||||
*.pyc
|
||||
/pragtech_hotel_management_addons/
|
||||
pragtech_hotel_management_addons
|
||||
*cache.json
|
Binary file not shown.
@ -1 +0,0 @@
|
||||
16
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user