Skip to content
Snippets Groups Projects

Draft: Port to Odoo 16.

Closed Etienne Ferriere requested to merge topic/13.0/MO16-236 into branch/13.0
Compare and Show latest version
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -302,8 +302,8 @@
:rtype: Odoo "account.period" record.
"""
# Create an account.fiscalyear
a_fiscalyear = self.env["account.fiscalyear"].create(
# Create an account.fiscal.year
a_fiscalyear = self.env["account.fiscal.year"].create(
{
"name": "Fiscal Year X " + time.strftime("%Y"),
"code": "FY" + time.strftime("%Y"),
Loading