diff --git a/README.md b/README.md index 58009fd..cce5feb 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# odoo-sh-test \ No newline at end of file +# odoo-sh-test + +First steps with Odoo.sh, going through the [Developer tutorial](https://www.odoo.com/documentation/17.0/developer/tutorials) \ No newline at end of file diff --git a/estate/__manifest__.py b/estate/__manifest__.py index 63b95a6..41179d6 100644 --- a/estate/__manifest__.py +++ b/estate/__manifest__.py @@ -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', } \ No newline at end of file