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
0
Compare changes
  • Side-by-side
  • Inline
@@ -307,6 +307,7 @@
{
"name": "Fiscal Year X " + time.strftime("%Y"),
"company_id": self.env.ref("base.main_company").id,
"date_from": time.strftime("%Y") + "-01-01",
"date_to": time.strftime("%Y") + "-12-31",
}
)
Loading