[IMP] partner_statement: black, isort
This commit is contained in:
@@ -8,14 +8,13 @@ from odoo import models
|
||||
class OutstandingStatementWizard(models.TransientModel):
|
||||
"""Outstanding Statement wizard."""
|
||||
|
||||
_name = 'outstanding.statement.wizard'
|
||||
_inherit = 'statement.common.wizard'
|
||||
_description = 'Outstanding Statement Wizard'
|
||||
_name = "outstanding.statement.wizard"
|
||||
_inherit = "statement.common.wizard"
|
||||
_description = "Outstanding Statement Wizard"
|
||||
|
||||
def _export(self):
|
||||
"""Export to PDF."""
|
||||
data = self._prepare_statement()
|
||||
return self.env.ref(
|
||||
'partner_statement'
|
||||
'.action_print_outstanding_statement').report_action(
|
||||
self, data=data)
|
||||
"partner_statement" ".action_print_outstanding_statement"
|
||||
).report_action(self, data=data)
|
||||
|
||||
Reference in New Issue
Block a user