diff --git a/.circleci/config.yml b/.circleci/config.yml index 3e69d8f..efe3ec9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,7 +23,7 @@ jobs: - run: name: Run Test - command: docker-compose run --rm odoo run_pytest.sh + command: docker-compose run --rm -u root odoo run_pytest.sh - run: name: Codacy Coverage diff --git a/gitoo.yml b/gitoo.yml index a7fad58..ec07c3e 100644 --- a/gitoo.yml +++ b/gitoo.yml @@ -14,6 +14,7 @@ branch: "12.0" includes: - base_search_fuzzy + - base_view_inheritance_extension - url: https://github.com/OCA/social branch: "12.0"