update odoo18 : add scaffolding
This commit is contained in:
parent
e9d48920a0
commit
210cea86de
7
Makefile
7
Makefile
@ -77,8 +77,11 @@ restore_database:
|
||||
read -p "Enter the database name: " DBNAME; \
|
||||
echo "Restoring database: $$DBNAME"; \
|
||||
${PYTHON} odoo-bin db --config=${CONFIG} load "$$DBNAME" "$$BackupDB"
|
||||
|
||||
|
||||
scaffold_module:
|
||||
read -p "Module Name: " ModuleName; \
|
||||
read -p "addons Path[eg:addons, extra-addons, exercise]: " ModulePath; \
|
||||
${PYTHON} odoo-bin scaffold $$ModuleName && \
|
||||
mv $$ModuleName ${PWD}/$$ModulePath;
|
||||
##### Docker Deployment #########
|
||||
run_test_docker:
|
||||
sudo ${DOCKER_EXEC} ${CONTAINER_ID} odoo --test-tags :TestAccountMove.test_out_invoice_auto_post_monthly,TestAccountMove.test_included_tax --log-level=test --test-enable -d testdb-${TAG} --stop-after-init --config=/etc/odoo/${CONFIG} --xmlrpc-port=8071 && \
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 8fd9e668cbcc5baa50f94b8b82dc056d67ec59d7
|
||||
Subproject commit 7fab4f408c2a3484527405b73fc4b6ec3c9aacf7
|
Loading…
Reference in New Issue
Block a user