Files
contract/agreement_serviceprofile/__manifest__.py
OCA-git-bot abd5d36d6e agreement_serviceprofile 12.0.1.1.1
[UPD] README.rst

[UPD] README.rst

Translated using Weblate (Spanish)

Currently translated at 100.0% (48 of 48 strings)

Translation: contract-12.0/contract-12.0-agreement_serviceprofile
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_serviceprofile/es/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (48 of 48 strings)

Translation: contract-12.0/contract-12.0-agreement_serviceprofile
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_serviceprofile/pt_BR/

Translated using Weblate (Spanish)

Currently translated at 100.0% (48 of 48 strings)

Translation: contract-12.0/contract-12.0-agreement_serviceprofile
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_serviceprofile/es/

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (48 of 48 strings)

Translation: contract-12.0/contract-12.0-agreement_serviceprofile
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_serviceprofile/pt_BR/

Translated using Weblate (French)

Currently translated at 56.2% (27 of 48 strings)

Translation: contract-12.0/contract-12.0-agreement_serviceprofile
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_serviceprofile/fr/
2021-05-04 14:06:38 -06:00

28 lines
852 B
Python

# Copyright (C) 2018 Pavlov Media
# Copyright (C) 2019 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Agreement Service Profile',
'summary': "Adds an Agreement Service Profile object",
'version': '12.0.1.1.1',
'category': 'Contract',
'author': 'Pavlov Media, '
'Open Source Integrators, '
'Odoo Community Association (OCA)',
'website': 'https://github.com/oca/contract',
'license': 'AGPL-3',
'depends': ['agreement_legal'],
'data': [
'data/serviceprofile_stage.xml',
'security/ir.model.access.csv',
'views/product.xml',
'views/agreement_serviceprofile.xml',
'views/agreement.xml',
],
'development_status': 'Beta',
'maintainers': [
'max3903',
],
'installable': True,
}