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
6 files
+ 31
79
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -51,7 +51,7 @@
@api.model
def initialize_account_types(self):
return self.create(
return self.sudo().create(
[
{"account_type": account_type}
for account_type in dict(self.selection_account_type()).keys()
Loading