Skip to content

Commit

Permalink
[IMP] use OCB as the default flavor for CI runs on Odoo <= 13.0 (OCA#191
Browse files Browse the repository at this point in the history
)
  • Loading branch information
SirTakobi authored Apr 10, 2023
1 parent ff96cae commit fe5b6f5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,12 @@ ci:

odoo_test_flavor:
type: str
default: Both
default: |-
{% if odoo_version < 13.0 -%}
OCB
{%- else -%}
Both
{%- endif %}
choices:
- Odoo
- OCB
Expand Down

0 comments on commit fe5b6f5

Please sign in to comment.