mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] travis: exclude account_statement_ext_point_of_sale (addon without tests but depends of point-of_sale) When this addon is installed, odoo install account_statement_ext first and then point_of_sale. Since account_statement_ext define the profile_id as required, it becomes impossible to install the demo data from point_of_sale without integrity error. By excluding this addon from tests, all tests pass!
This commit is contained in:
@@ -7,8 +7,8 @@ virtualenv:
|
||||
system_site_packages: true
|
||||
|
||||
env:
|
||||
- VERSION="7.0" ODOO_REPO="odoo/odoo"
|
||||
- VERSION="7.0" ODOO_REPO="OCA/OCB"
|
||||
- VERSION="7.0" ODOO_REPO="odoo/odoo" EXCLUDE="account_statement_ext_point_of_sale"
|
||||
- VERSION="7.0" ODOO_REPO="OCA/OCB" EXCLUDE="account_statement_ext_point_of_sale"
|
||||
|
||||
install:
|
||||
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
|
||||
|
||||
Reference in New Issue
Block a user