yaltik_odoo_custom/hy_odoo/Makefile

9 lines
199 B
Makefile

.PHONY: clean
clean:
find . -name '*.pyc' -delete
find . -name '__pycache__' -delete
.PHONY: test
test:
/opt/odoo/OCB/odoo-bin --test-tags hyodoo --workers 0 -d test -i hy_odoo --stop-after-init