update readme and manifest

This commit is contained in:
Matt Marcha 2024-07-23 09:11:16 -10:00 committed by Matt Marcha
parent 3e0f828419
commit 123b8be9e3
2 changed files with 5 additions and 2 deletions

View file

@ -1 +1,3 @@
# odoo-sh-test # odoo-sh-test
First steps with Odoo.sh, going through the [Developer tutorial](https://www.odoo.com/documentation/17.0/developer/tutorials)

View file

@ -4,6 +4,7 @@
'category': 'Tutorials/Estate', 'category': 'Tutorials/Estate',
'application': True, 'application': True,
'installable': True, 'installable': True,
'author': 'Matt Marcha',
'depends': [ 'depends': [
'base', 'base',
], ],
@ -13,5 +14,5 @@
'views/estate_menus_view.xml', 'views/estate_menus_view.xml',
'security/ir.model.access.csv' 'security/ir.model.access.csv'
], ],
'license': 'LGPL-3', 'license': 'AGPL-3',
} }