Skip to content

Commit

Permalink
Fix Testing sale.order action_cancel
Browse files Browse the repository at this point in the history
By default sale_cancel_confirm overwrites the method
When there is a addon which is doing something afterwards
this results in an error in testing
  • Loading branch information
mt-software-de committed Feb 5, 2025
1 parent c81b6e8 commit 0b3da45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
matrix:
include:
- container: ghcr.io/oca/oca-ci/py3.6-odoo14.0:latest
include: "sale_order_line_sequence"
include: "sale_order_line_sequence,sale_cancel_confirm,sale_cancel_reason"
name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.6-ocb14.0:latest
include: "sale_order_line_sequence"
include: "sale_order_line_sequence,sale_cancel_confirm,sale_cancel_reason"
name: test with OCB
makepot: "true"
- container: ghcr.io/oca/oca-ci/py3.6-odoo14.0:latest
Expand All @@ -50,10 +50,10 @@ jobs:
name: test with OCB
makepot: "true"
- container: ghcr.io/oca/oca-ci/py3.6-odoo14.0:latest
exclude: "sale_order_line_sequence,sale_procurement_group_by_commitment_date"
exclude: "sale_order_line_sequence,sale_procurement_group_by_commitment_date,sale_cancel_confirm,sale_cancel_reason"
name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.6-ocb14.0:latest
exclude: "sale_order_line_sequence,sale_procurement_group_by_commitment_date"
exclude: "sale_order_line_sequence,sale_procurement_group_by_commitment_date,sale_cancel_confirm,sale_cancel_reason"
name: test with OCB
makepot: "true"
services:
Expand Down

0 comments on commit 0b3da45

Please sign in to comment.