Skip to content

Commit

Permalink
Add .oca-port.json
Browse files Browse the repository at this point in the history
  • Loading branch information
simahawk committed Jan 13, 2022
1 parent 37fb44d commit 8ddfa2a
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 1 deletion.
56 changes: 56 additions & 0 deletions .oca-port.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"13.0": {
"14.0": {
"base_ubl": {
"blacklist_pull_requests": {
"236": true,
"277": true,
"421": true,
"384": true,
"423": true
}
},
"partner_identification_import": {
"blacklist_pull_requests": {
"236": true,
"384": true
}
},
"sale_order_import": {
"blacklist_pull_requests": {
"201": true,
"236": true,
"384": true
}
},
"sale_order_import_ubl": {
"blacklist_pull_requests": {
"236": true,
"384": true,
"508": true
}
},
"sale_order_customer_free_ref": {
"blacklist_pull_requests": {
"328": true,
"384": true
}
},
"base_business_document_import": {
"blacklist_pull_requests": {
"236": true
}
},
"base_ubl_payment": {
"blacklist_pull_requests": {
"384": true
}
},
"account_invoice_ubl": {
"blacklist_pull_requests": {
"421": true
}
}
}
}
}
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ exclude: |
# Repos using Sphinx to generate docs don't need prettying
^docs/_templates/.*\.html$|
# You don't usually want a bot to modify your legal texts
(LICENSE.*|COPYING.*)
(LICENSE.*|COPYING.*)|
# oca-port tool
.oca-port.json
default_language_version:
python: python3
node: "14.13.0"
Expand Down

0 comments on commit 8ddfa2a

Please sign in to comment.