Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,7 @@ package.json
/lib/
/man/
/share/
/src/
/src/

# markdown documentation files
*.md
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add new line after it.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The goal here is to explore following concepts
* Aggregate Functions
* Type of models: BaseModel, Models, TransientModel, AbstractModel
* Autovaccum(Will be used in case of TransientModel)
*
*

Advance Topics
* Create Component for Backend Webclient(Field Widget)
Expand Down
2 changes: 2 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# -*- coding: utf-8 -*-
# Odoo Full-Stack Application modules package
Loading