mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Merge pull request #35 from eLBati/7.0_fix_travis_for_account_constraints
[7.0] [FIX] .travis for account_constraints conflicts
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -6,15 +6,15 @@ python:
|
||||
- "2.7"
|
||||
|
||||
env:
|
||||
- VERSION="7.0" ODOO_REPO="odoo/odoo" EXCLUDE="account_constraints,account_partner_required,async_move_line_importer"
|
||||
- VERSION="7.0" ODOO_REPO="odoo/odoo" INCLUDE="account_constraints"
|
||||
- VERSION="7.0" ODOO_REPO="odoo/odoo" EXCLUDE="account_constraints,account_partner_required,async_move_line_importer,account_move_validation_improvement,account_default_draft_move,account_move_batch_validate"
|
||||
- VERSION="7.0" ODOO_REPO="odoo/odoo" INCLUDE="account_constraints,account_move_validation_improvement,account_default_draft_move,account_move_batch_validate"
|
||||
- VERSION="7.0" ODOO_REPO="odoo/odoo" INCLUDE="account_partner_required"
|
||||
- VERSION="7.0" ODOO_REPO="odoo/odoo" INCLUDE="async_move_line_importer"
|
||||
|
||||
- VERSION="7.0" ODOO_REPO="OCA/OCB" EXCLUDE="account_constraints, account_partner_required,async_move_line_importer"
|
||||
- VERSION="7.0" ODOO_REPO="OCA/OCB" INCLUDE="account_constraints"
|
||||
- VERSION="7.0" ODOO_REPO="OCA/OCB" EXCLUDE="account_constraints, account_partner_required,async_move_line_importer,account_move_validation_improvement,account_default_draft_move,account_move_batch_validate"
|
||||
- VERSION="7.0" ODOO_REPO="OCA/OCB" INCLUDE="account_constraints,account_move_validation_improvement,account_default_draft_move,account_move_batch_validate"
|
||||
- VERSION="7.0" ODOO_REPO="OCA/OCB" INCLUDE="account_partner_required"
|
||||
- VERSION="7.0" ODOO_REPO="odoo/odoo" INCLUDE="async_move_line_importer"
|
||||
- VERSION="7.0" ODOO_REPO="OCA/OCB" INCLUDE="async_move_line_importer"
|
||||
|
||||
virtualenv:
|
||||
system_site_packages: true
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
##############################################################################
|
||||
#
|
||||
# Copyright (c) 2010 Zikzakmedia S.L. (http://www.zikzakmedia.com)
|
||||
# Copyright (c) 2010 Pexego Sistemas Informáticos S.L. (http://www.pexego.es)
|
||||
# Copyright (c) 2010 Pexego Sistemas Informáticos S.L.
|
||||
# (http://www.pexego.es)
|
||||
# @authors: Jordi Esteve (Zikzakmedia), Borja López Soilán (Pexego)
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
##############################################################################
|
||||
#
|
||||
# Copyright (c) 2010 Zikzakmedia S.L. (http://www.zikzakmedia.com)
|
||||
# Copyright (c) 2010 Pexego Sistemas Informáticos S.L. (http://www.pexego.es)
|
||||
# Copyright (c) 2010 Pexego Sistemas Informáticos S.L.
|
||||
# (http://www.pexego.es)
|
||||
# @authors: Jordi Esteve (Zikzakmedia), Borja López Soilán (Pexego)
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
#
|
||||
# Copyright (c) 2008 Camtocamp SA
|
||||
# @author JB Aubort, Nicolas Bessi, Joel Grand-Guillaume
|
||||
# European Central Bank and Polish National Bank invented by Grzegorz Grzelak
|
||||
# European Central Bank and Polish National Bank
|
||||
# invented by Grzegorz Grzelak
|
||||
# Banxico implemented by Agustin Cruz openpyme.mx
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
|
||||
Reference in New Issue
Block a user