Skip to content
Snippets Groups Projects

migrate to Odoo 18

Closed Axel Prel requested to merge topic/18.0/v18 into branch/17.0
17 files
+ 247
281
Compare changes
  • Side-by-side
  • Inline
Files
17
+ 1
1
@@ -55,7 +55,7 @@ def write_info(f, infos, folder, path_file_length: Mapping[str, int]):
path = i[0]
line = i[1]
lines = (line - 3, min(line + 4, path_file_length[path]))
class_name = ":class:`%s`" % os.path.basename(os.path.splitext(path)[0])
class_name = f":class:`{os.path.basename(os.path.splitext(path)[0])}`"
f.write(
"{}\n"
"{}\n\n"
Loading