Files
bank-payment/account_payment_repair/__manifest__.py
2021-03-16 23:04:28 -03:00

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',
],
}