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
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -306,5 +306,4 @@
@@ -306,5 +306,4 @@
a_fiscalyear = self.env["account.fiscal.year"].create(
a_fiscalyear = self.env["account.fiscal.year"].create(
{
{
"name": "Fiscal Year X " + time.strftime("%Y"),
"name": "Fiscal Year X " + time.strftime("%Y"),
"code": "FY" + time.strftime("%Y"),
"company_id": self.env.ref("base.main_company").id,
"company_id": self.env.ref("base.main_company").id,
@@ -310,5 +309,5 @@
@@ -310,5 +309,5 @@
"company_id": self.env.ref("base.main_company").id,
"company_id": self.env.ref("base.main_company").id,
"date_stop": time.strftime("%Y") + "-12-31",
"date_to": time.strftime("%Y") + "-12-31",
}
}
)
)
Loading