diff --git a/README.md b/README.md index 29e1a840775..043aaed66b6 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ The Technical Training of Odoo 16.0 is available on the [Tutorial](https://www.odoo.com/documentation/master/developer/howtos/rdtraining.html) + +This text serves as a small change for testing a push diff --git a/estate/__manifest__.py b/estate/__manifest__.py index d7cfa57d4c5..76523b140c1 100644 --- a/estate/__manifest__.py +++ b/estate/__manifest__.py @@ -3,6 +3,7 @@ "version": "16.0.0", # Version "application": True, # This line says the module is an App, and not a module "depends": ["base"], # dependencies + "author": "Sisilla Sookdeo", "data": [ ],