Skip to content

Commit

Permalink
[IMP] account_fiscal_year_closing: Optional chart template
Browse files Browse the repository at this point in the history
Otherwise, when the accounting data is created manually it's not possible to create closing templates
  • Loading branch information
SirAionTech authored and Borruso committed Aug 26, 2024
1 parent 0e5cd59 commit a3c19a5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class AccountFiscalyearClosingTemplate(models.Model):
chart_template_ids = fields.Many2many(
comodel_name="account.chart.template",
string="Available for",
required=True,
)


Expand Down

0 comments on commit a3c19a5

Please sign in to comment.