mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[UPD] README.rst [UPD] Update agreement_stock.pot Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: contract-12.0/contract-12.0-agreement_stock Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_stock/ [UPD] README.rst Added translation using Weblate (Chinese (Simplified)) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (17 of 17 strings) Translation: contract-12.0/contract-12.0-agreement_stock Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_stock/zh_CN/ Added translation using Weblate (Spanish) Added translation using Weblate (French) Added translation using Weblate (Italian) Added translation using Weblate (Portuguese (Brazil)) Translated using Weblate (Portuguese (Brazil)) Currently translated at 76.5% (13 of 17 strings) Translation: contract-12.0/contract-12.0-agreement_stock Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_stock/pt_BR/
28 lines
721 B
Python
28 lines
721 B
Python
# Copyright (C) 2018 - TODAY, Open Source Integrators
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Agreement - Stock',
|
|
'summary': 'Link picking to an agreement',
|
|
'version': '12.0.1.0.0',
|
|
'category': 'Contract',
|
|
'author': 'Open Source Integrators, '
|
|
'Odoo Community Association (OCA)',
|
|
'website': 'https://github.com/OCA/contract',
|
|
'depends': [
|
|
'agreement_serviceprofile',
|
|
'stock',
|
|
],
|
|
'data': [
|
|
'views/agreement_view.xml',
|
|
'views/stock_view.xml',
|
|
],
|
|
'installable': True,
|
|
'license': 'AGPL-3',
|
|
'development_status': 'Beta',
|
|
'maintainers': [
|
|
'smangukiya',
|
|
'max3903',
|
|
],
|
|
}
|