update readme and manifest

This commit is contained in:
Matt Marcha 2024-07-23 09:11:16 -10:00 committed by Matt Marcha
parent 670ed7bbdc
commit 196dde8fa8
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',
'application': True,
'installable': True,
'author': 'Matt Marcha',
'depends': [
'base',
],
@ -13,5 +14,5 @@
'views/estate_menus_view.xml',
'security/ir.model.access.csv'
],
'license': 'LGPL-3',
'license': 'AGPL-3',
}