server-env/data_encryption_field/__manifest__.py

20 lines
464 B
Python

# Copyright 2020 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Data Encryption Field',
'summary': """
Fields supporting encrypted data""",
'version': '12.0.1.0.0',
'license': 'AGPL-3',
'author': 'Open Source Integrators,Odoo Community Association (OCA)',
'depends': [
'data_encryption'
],
'data': [
'views/res_partner.xml',
],
'demo': [
],
}