Skip to content

Commit 17250de

Browse files
committed
[FIX] CI. partner_multi_company add non standard contrains '_check_company_id' that makes classic module failing, like 'res_company_access_all_childs'
1 parent 7a28e9e commit 17250de

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.copier-answers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ org_name: Odoo Community Association (OCA)
1717
org_slug: OCA
1818
rebel_module_groups:
1919
- product_category_company
20+
- partner_multi_company
2021
repo_description: 'TODO: add repo description.'
2122
repo_name: Tools for managing instances containing multiple companies
2223
repo_slug: multi-company

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ jobs:
4040
name: test with Odoo
4141
makepot: "true"
4242
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
43-
exclude: "product_category_company"
43+
include: "partner_multi_company"
44+
name: test with Odoo
45+
makepot: "true"
46+
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
47+
exclude: "product_category_company,partner_multi_company"
4448
name: test with Odoo
4549
makepot: "true"
4650
services:

0 commit comments

Comments
 (0)