Skip to content

Commit

Permalink
[FIX] sale_order_blanket_order: Not compatible with sale_blanket_order
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Dec 4, 2024
1 parent 469dd41 commit 61df468
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,17 @@ jobs:
name: test with OCB
makepot: "true"
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
exclude: "sale_packaging_default,sale_order_product_recommendation,sale_order_product_recommendation_packaging_default,sale_order_product_recommendation_elaboration"
exclude: "sale_packaging_default,sale_order_product_recommendation,sale_order_product_recommendation_packaging_default,sale_order_product_recommendation_elaboration,sale_order_blanket_order,sale_order_blanket_order_stock_prebook"
name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
exclude: "sale_packaging_default,sale_order_product_recommendation,sale_order_product_recommendation_packaging_default,sale_order_product_recommendation_elaboration"
exclude: "sale_packaging_default,sale_order_product_recommendation,sale_order_product_recommendation_packaging_default,sale_order_product_recommendation_elaboration,sale_order_blanket_order,sale_order_blanket_order_stock_prebook"
name: test with OCB
makepot: "true"
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
include: "sale_order_blanket_order,sale_order_blanket_order_stock_prebook"
name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
include: "sale_order_blanket_order,sale_order_blanket_order_stock_prebook"
name: test with OCB
makepot: "true"
services:
Expand Down
1 change: 1 addition & 0 deletions sale_order_blanket_order/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"depends": [
"sale_manual_delivery",
],
"excludes": ["sale_blanket_order"],
"data": [
"views/sale_order.xml",
"views/sale_order_line.xml",
Expand Down

0 comments on commit 61df468

Please sign in to comment.