update make file
Some checks are pending
Setup Native Action / native (3.12.7) (push) Waiting to run
Setup Native Action / docker (3.12.7) (push) Waiting to run

This commit is contained in:
KaySar12 2025-06-19 09:48:30 +07:00
parent 4a7207c982
commit cbe02b3d75
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ install: check-virtualenv
${PIP} install --no-input -r requirements.txt --break-system-packages ${PIP} install --no-input -r requirements.txt --break-system-packages
#$(MAKE) download_backup LINKDB=${BACKUP} #$(MAKE) download_backup LINKDB=${BACKUP}
run_server: run_server:
${PYTHON} odoo-bin --config=${CONFIG} $(if $(MODULES),-u ${MODULES},) $(if ${DEBUG},--log-handler odoo.tools.convert:DEBUG) $(if ${DEBUG},ODOO_DEBUGPY=1) ${PYTHON} odoo-bin --config=${CONFIG} $(if $(MODULES),-u ${MODULES},)
# self.env['ir.module.module'].search([('name', '=', 'crm')]).button_immediate_uninstall() # self.env['ir.module.module'].search([('name', '=', 'crm')]).button_immediate_uninstall()
run_migration: run_migration:
${PYTHON} odoo-bin -c ${CONFIG} --database=${DATABASE} --upgrade-path=${UPGRADE_DIR} --load=base,web,openupgrade_framework --update all --stop-after-init ${PYTHON} odoo-bin -c ${CONFIG} --database=${DATABASE} --upgrade-path=${UPGRADE_DIR} --load=base,web,openupgrade_framework --update all --stop-after-init

@ -1 +1 @@
Subproject commit 265e2490e92b945b20ddb11b9761fef5896ce518 Subproject commit 8815fc2dd5e6db83c51ffe4298885f245ee41fb3