Skip to content

Commit

Permalink
[TRAVIS] disable auto_install
Browse files Browse the repository at this point in the history
  • Loading branch information
legalsylvain committed Apr 4, 2017
1 parent 4104da7 commit a3d27a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion intercompany_trade_account/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
'views/menu.xml',
'data/init.xml',
],
'auto_install': True,
'auto_install': False,
'installable': False,
}
2 changes: 1 addition & 1 deletion intercompany_trade_fiscal_company/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
'demo/intercompany_trade_config.xml',
'demo/product_product.xml',
],
'auto_install': True,
'auto_install': False,
'installable': False,
}
2 changes: 1 addition & 1 deletion intercompany_trade_product/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
'demo/product_product.xml',
'demo/wizard_link_product.xml',
],
'auto_install': True,
'auto_install': False,
'installable': True,
}
2 changes: 1 addition & 1 deletion intercompany_trade_purchase_package_qty/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
'intercompany_trade_product',
'purchase_package_qty',
],
'auto_install': True,
'auto_install': False,
'installable': True,
}

0 comments on commit a3d27a5

Please sign in to comment.