Browse Source
[14.0][FIX] partner_vat_unique set application to false
fix to set application to false
14.0
Andrea Piovesana
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
partner_vat_unique/__manifest__.py
|
|
@ -9,7 +9,7 @@ |
|
|
|
"website": "https://github.com/OCA/partner-contact", |
|
|
|
"author": "Grant Thornton S.L.P, Odoo Community Association (OCA)", |
|
|
|
"license": "AGPL-3", |
|
|
|
"application": True, |
|
|
|
"application": False, |
|
|
|
"installable": True, |
|
|
|
"depends": ["base"], |
|
|
|
} |