Skip to content
Snippets Groups Projects
Commit 7d893616fd23 authored by Houzefa Abbasbhay's avatar Houzefa Abbasbhay :slight_smile:
Browse files

Fix a dialog box base class (should be transient)

parent f0e2c4de290a
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
from odoo import fields
class AccountPeriodClose(models.Model):
class AccountPeriodClose(models.TransientModel):
"""Wizard to close a period.
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment