mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] contract_payment_mode: black, isort, prettier
This commit is contained in:
@@ -6,23 +6,16 @@
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
{
|
||||
'name': 'Contract Payment Mode',
|
||||
'summary': 'Payment mode in contracts and their invoices',
|
||||
'version': '12.0.1.1.0',
|
||||
'author': 'Domatix, '
|
||||
'Tecnativa, '
|
||||
'Odoo Community Association (OCA)',
|
||||
'website': 'https://github.com/OCA/contract',
|
||||
'depends': [
|
||||
'contract',
|
||||
'account_payment_partner'
|
||||
],
|
||||
'category': 'Sales Management',
|
||||
'license': 'AGPL-3',
|
||||
'data': [
|
||||
'views/contract_view.xml',
|
||||
],
|
||||
'post_init_hook': 'post_init_hook',
|
||||
'installable': True,
|
||||
'auto_install': True,
|
||||
"name": "Contract Payment Mode",
|
||||
"summary": "Payment mode in contracts and their invoices",
|
||||
"version": "12.0.1.1.0",
|
||||
"author": "Domatix, " "Tecnativa, " "Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/contract",
|
||||
"depends": ["contract", "account_payment_partner"],
|
||||
"category": "Sales Management",
|
||||
"license": "AGPL-3",
|
||||
"data": ["views/contract_view.xml",],
|
||||
"post_init_hook": "post_init_hook",
|
||||
"installable": True,
|
||||
"auto_install": True,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user