[FIX] developer/*: code blocks linting & fixes

invalid xml
invalid python
correct indentation

closes odoo/documentation#3029

X-original-commit: b2121b7891
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
This commit is contained in:
Victor Feyens
2022-11-21 16:29:59 +00:00
parent 2b75fb4bbb
commit 2d1361c026
7 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -1394,7 +1394,7 @@ merge all those contexts before sending them to the server.
@api.model
def my_method(self):
print self.env.context
print(self.env.context)
// will print: {'lang': 'en_US', 'new_key': 'key_value', 'tz': 'Europe/Brussels', 'uid': 1}
You can see the dictionary in the argument ``context`` contains some keys that