update
All checks were successful
Setup Native Action / native (3.12.7) (push) Has been skipped
Setup Native Action / docker (3.12.7) (push) Has been skipped

This commit is contained in:
KaySar12 2025-06-19 10:17:52 +07:00
parent cbe02b3d75
commit 59a148076b
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
#$(MAKE) download_backup LINKDB=${BACKUP}
run_server:
$(if ${DEBUG},ODOO_DEBUGPY=1) ${PYTHON} odoo-bin --config=${CONFIG} $(if $(MODULES),-u ${MODULES},)
$(if ${DEBUG},ODOO_DEBUGPY=1) ${PYTHON} odoo-bin --config=${CONFIG} $(if $(MODULES),-u ${MODULES},) $(if $(DATABASE),-d ${DATABASE},)
# self.env['ir.module.module'].search([('name', '=', 'crm')]).button_immediate_uninstall()
run_migration:
${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 8815fc2dd5e6db83c51ffe4298885f245ee41fb3
Subproject commit 265e2490e92b945b20ddb11b9761fef5896ce518