Skip to content

Commit

Permalink
Add XML Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
altela authored Jul 21, 2024
1 parent 2e03038 commit 4a88bb2
Show file tree
Hide file tree
Showing 2 changed files with 389 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
layout: default
title: Python Notes
nav_order: 3
description: "Python."
description: "Python Notes."
---

# Python
# Python Notes

## Compare / Convert The Database Time (UTC0) With Logged in User Timezone
By default, time and date inside Odoo postgresql is saved in UTC0 format. If you are working with times in Odoo, it is always recommended to convert the date and times into user's timezone first.
Expand Down Expand Up @@ -213,7 +213,7 @@ attachment = self.env['ir.attachment'].create({

---

# Launch Record To a New View
## Launch Record To a New View
```python
def launch_other_view(self):
action = {
Expand Down
Loading

0 comments on commit 4a88bb2

Please sign in to comment.