From 34d872050c36b11d8a624c07ddb5782397686d97 Mon Sep 17 00:00:00 2001 From: bspencer-pingtt Date: Wed, 28 Feb 2024 18:00:21 -0400 Subject: [PATCH 1/2] Small change for testing a push --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 From 8714fdab374d321472199e709998eeca69429ca7 Mon Sep 17 00:00:00 2001 From: bspencer-pingtt Date: Sun, 17 Mar 2024 13:06:31 -0400 Subject: [PATCH 2/2] [IMP] Readme.md --- estate/__manifest__.py | 1 + 1 file changed, 1 insertion(+) 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": [ ],