Skip to content

Commit

Permalink
[FIX] account_analytic_sequence: add incompatibility with account_ana…
Browse files Browse the repository at this point in the history
…lytic_parent
  • Loading branch information
ps-tubtim authored and petrus-v committed Aug 5, 2021
1 parent 9860e69 commit 15adef5
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,30 @@ stages:

jobs:
include:
# Test separately: account_analytic_parent
- stage: test
env:
- TESTS=1 ODOO_REPO="odoo/odoo" MAKEPOT="1"
- TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1" INCLUDE="account_analytic_parent"
- stage: test
env:
- TESTS="1" ODOO_REPO="OCA/OCB" INCLUDE="account_analytic_parent"
# Test separately: account_analytic_sequence
- stage: test
env:
- TESTS=1 ODOO_REPO="odoo/odoo" MAKEPOT=1 INCLUDE="account_analytic_sequence"
- stage: test
env:
- TESTS=1 ODOO_REPO="OCA/OCB" INCLUDE="account_analytic_sequence"
# Test all other addons together
- stage: test
env:
- TESTS=1 ODOO_REPO="odoo/odoo" MAKEPOT=1
EXCLUDE="account_analytic_parent,account_analytic_sequence"
- stage: test
env:
- TESTS=1 ODOO_REPO="OCA/OCB"
EXCLUDE="account_analytic_parent,account_analytic_sequence"

env:
global:
- VERSION="14.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
Expand Down

0 comments on commit 15adef5

Please sign in to comment.