Skip to content

Commit

Permalink
[ADD] estate: create a empty module to start the tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Clement-Cardot committed Mar 18, 2024
1 parent cf600de commit 3a2b969
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Empty file added estate/__init__.py
Empty file.
19 changes: 19 additions & 0 deletions estate/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

{
'name': "Estate",

'summary': """
A new app to learn the Odoo framework
""",

'description': """
A new app to learn the Odoo framework
""",

'author': "Clément Cardot (cacl)",

'depends': ['base'],
'application': True,
}

0 comments on commit 3a2b969

Please sign in to comment.