Skip to content

TA#51651 [MIG] Module Vue V14 #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: 14.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ jobs:
name: Setup Log Folder For Reports
command: sudo mkdir -p .log && sudo chmod 777 .log

# - run:
# name: Run Test
# command: docker-compose run --rm odoo run_pytest.sh
# To run Tests (comment to disable)
- run:
name: Run Test
command: docker-compose run --rm odoo run_pytest.sh

# - run:
# name: Run Javascript Tests
# command: docker-compose run --rm client npm test
# - run:
# name: Run Javascript Tests
# command: docker-compose run --rm client npm test

# - run:
# name: Codacy Coverage
Expand Down
2 changes: 1 addition & 1 deletion .docker_files/main/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# © 2018 Numigi
# © 2023 Numigi
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
4 changes: 2 additions & 2 deletions .docker_files/main/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2018 Numigi
# © 2023 Numigi
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

{
Expand All @@ -11,7 +11,7 @@
"category": "Other",
"summary": "Install all addons required for testing.",
"depends": [
# "vue",
"vue",
# "vue_backend",
# "vue_element_ui",
# "vue_frontend",
Expand Down
Empty file.
13 changes: 0 additions & 13 deletions .docker_files/main/tests/test_installed_modules.py

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN pip3 install -r ./test-requirements.txt && rm ./test-requirements.txt

USER odoo

# COPY vue /mnt/extra-addons/vue
COPY vue /mnt/extra-addons/vue
# COPY vue_backend /mnt/extra-addons/vue_backend
# COPY vue_element_ui /mnt/extra-addons/vue_element_ui
# COPY vue_frontend /mnt/extra-addons/vue_frontend
Expand Down
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ services:
command: odoo
environment:
- LOG_ODOO=/var/log/odoo
client:
build:
context: .
dockerfile: Dockerfile-client
# client:
# build:
# context: .
# dockerfile: Dockerfile-client
db:
image: postgres:9.6
image: postgres:13
environment:
- POSTGRES_PASSWORD=odoo
- POSTGRES_USER=odoo
Expand Down
2 changes: 0 additions & 2 deletions gitoo.yml
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
# - url: https://{{GIT_TOKEN}}@github.com/Numigi/odoo-enterprise
# branch: "11.0"
2 changes: 0 additions & 2 deletions unported/vue/__init__.py

This file was deleted.

58 changes: 0 additions & 58 deletions unported/vue_element_ui/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions unported/vue_element_ui/__init__.py

This file was deleted.

16 changes: 0 additions & 16 deletions unported/vue_element_ui/__manifest__.py

This file was deleted.

Loading