Skip to content

Commit

Permalink
[FIX] travis;
Browse files Browse the repository at this point in the history
  • Loading branch information
legalsylvain committed Sep 17, 2015
1 parent 149122d commit 64ae9e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ before_install:

install:
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- git clone https://github.com/OCA/purchase-workflow.git $HOME/purchase-workflow -b 7.0
- git clone https://github.com/grap/odoo-addons-misc.git -b 7.0 ${HOME}/odoo-addons-misc
- git clone https://github.com/grap/odoo-addons-cis.git -b 7.0 ${HOME}/odoo-addons-cis
# <dependencies> with odoo-addons-misc
Expand Down
1 change: 0 additions & 1 deletion intercompany_trade_purchase_sale/model/sale_order_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ def unlink(self, cr, uid, ids, context=None):
cr, uid, ids, context=context)
return res


# Custom Section
def prepare_intercompany_purchase_order_line(
self, cr, uid, sol, rit, context=None):
Expand Down

0 comments on commit 64ae9e2

Please sign in to comment.