mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
22 lines
589 B
Python
22 lines
589 B
Python
# Copyright 2021 KMEE
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Account Payment Repair',
|
|
'summary': """
|
|
This module add to Repair Orders the *Payment Mode* field""",
|
|
'version': '12.0.1.0.0',
|
|
'license': 'AGPL-3',
|
|
'author': 'KMEE,Odoo Community Association (OCA)',
|
|
'website': 'https://github.com/oca/bank-payment',
|
|
'maintainers': ['mileo'],
|
|
'depends': [
|
|
'repair',
|
|
'account_payment_partner',
|
|
],
|
|
'data': [
|
|
'views/repair_order.xml',
|
|
'report/repair_report_templates.xml',
|
|
],
|
|
}
|