8000 [ADD] real_estate: base scaffolding for the Server framework 101 tutorial by AntoineVDV · Pull Request #766 · odoo/tutorials · GitHub
[go: up one dir, main page]

Skip to content

[ADD] real_estate: base scaffolding for the Server framework 101 tutorial #766

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 18.0 8000
Choose a base branch
from
Open
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
Empty file added real_estate/__init__.py
Empty file.
10 changes: 10 additions & 0 deletions real_estate/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
'name': "Real Estate",
'summary': "Manage real estate assets",
'license': 'LGPL-3',
'depends': ['base'],
'data': [

],
'application': True,
}
Binary file added real_estate/static/description/icon.png
5A8B
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
0