mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Remove unused variable
This commit is contained in:
@@ -42,7 +42,6 @@ class AccountTaxDeclarationAnalysis(models.TransientModel):
|
||||
|
||||
@api.multi
|
||||
def show_vat(self):
|
||||
action_obj = self.env['ir.actions.act_window']
|
||||
if not self.period_list:
|
||||
raise exceptions.Warning(_("You must select periods"))
|
||||
domain = [('period_id', 'in', self.period_list.ids)]
|
||||
|
||||
Reference in New Issue
Block a user