Skip to content

Commit

Permalink
don't move payment_method_id in the SO form view
Browse files Browse the repository at this point in the history
this breaks the loading of sale_quick_payment
  • Loading branch information
gurneyalex committed Sep 3, 2015
1 parent 5312e66 commit 533cc71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ env:
- VERSION="8.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
matrix:
- LINT_CHECK="1"
- ODOO_REPO="odoo/odoo" LINT_CHECK="0" EXCLUDE="sale_quick_payment"
- ODOO_REPO="OCA/OCB" LINT_CHECK="0" EXCLUDE="sale_quick_payment"
- ODOO_REPO="odoo/odoo" LINT_CHECK="0" INCLUDE="sale_quick_payment"
- ODOO_REPO="OCA/OCB" LINT_CHECK="0" INCLUDE="sale_quick_payment"
- ODOO_REPO="odoo/odoo" LINT_CHECK="0"
- ODOO_REPO="OCA/OCB" LINT_CHECK="0"

virtualenv:
system_site_packages: true
Expand Down
2 changes: 1 addition & 1 deletion sale_payment_method_automatic_workflow/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'depends': ['sale_payment_method',
'sale_automatic_workflow'],
'website': 'http://www.camptocamp.com',
'data': ['view/sale_order_view.xml',
'data': [#'view/sale_order_view.xml',
'view/payment_method_view.xml',
],
'test': [],
Expand Down

0 comments on commit 533cc71

Please sign in to comment.