mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
23 lines
627 B
Python
23 lines
627 B
Python
# Copyright 2019 ACSONE SA/NV
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Contract Sale Payment Mode',
|
|
'summary': """
|
|
This addon manages payment mode from sale order to contract.""",
|
|
'version': '12.0.1.1.1',
|
|
'license': 'AGPL-3',
|
|
'author': 'ACSONE SA/NV,Odoo Community Association (OCA)',
|
|
'website': 'https://github.com/OCA/contract',
|
|
'depends': [
|
|
# OCA/bank-payment
|
|
'account_payment_sale',
|
|
# OCA/contract
|
|
'product_contract',
|
|
],
|
|
'data': [
|
|
'views/res_config_settings.xml',
|
|
'views/sale_order.xml'
|
|
],
|
|
}
|