[IMP] partner_statement: black, isort
This commit is contained in:
@@ -3,25 +3,23 @@
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
{
|
||||
'name': 'Partner Statement',
|
||||
'version': '12.0.1.0.5',
|
||||
'category': 'Accounting & Finance',
|
||||
'summary': 'OCA Financial Reports',
|
||||
'author': "Eficent, Odoo Community Association (OCA)",
|
||||
'website': 'https://github.com/OCA/account-financial-reporting',
|
||||
'license': 'AGPL-3',
|
||||
'depends': [
|
||||
'account',
|
||||
"name": "Partner Statement",
|
||||
"version": "12.0.1.0.5",
|
||||
"category": "Accounting & Finance",
|
||||
"summary": "OCA Financial Reports",
|
||||
"author": "Eficent, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/account-financial-reporting",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["account"],
|
||||
"data": [
|
||||
"security/statement_security.xml",
|
||||
"views/activity_statement.xml",
|
||||
"views/outstanding_statement.xml",
|
||||
"views/assets.xml",
|
||||
"views/aging_buckets.xml",
|
||||
"views/res_config_settings.xml",
|
||||
"wizard/statement_wizard.xml",
|
||||
],
|
||||
'data': [
|
||||
'security/statement_security.xml',
|
||||
'views/activity_statement.xml',
|
||||
'views/outstanding_statement.xml',
|
||||
'views/assets.xml',
|
||||
'views/aging_buckets.xml',
|
||||
'views/res_config_settings.xml',
|
||||
'wizard/statement_wizard.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'application': False,
|
||||
"installable": True,
|
||||
"application": False,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user