+
+
+- Odoo
+- (Community Edition)
++ LibreERP
+
+
+
diff --git a/sources/patches/12-01-replace-title.patch b/sources/patches/12-01-replace-title.patch
new file mode 100644
index 0000000..7ee6256
--- /dev/null
+++ b/sources/patches/12-01-replace-title.patch
@@ -0,0 +1,13 @@
+diff --git a/addons/web/static/src/js/chrome/abstract_web_client.js b/addons/web/static/src/js/chrome/abstract_web_client.js
+index 80711fd24ed..1e98bc1d1db 100644
+--- a/addons/web/static/src/js/chrome/abstract_web_client.js
++++ b/addons/web/static/src/js/chrome/abstract_web_client.js
+@@ -98,7 +98,7 @@ var AbstractWebClient = Widget.extend(ServiceProviderMixin, KeyboardNavigationMi
+ this._current_state = null;
+ this.menu_dm = new concurrency.DropMisordered();
+ this.action_mutex = new concurrency.Mutex();
+- this.set('title_part', {"zopenerp": "Odoo"});
++ this.set('title_part', {"zopenerp": "LibreERP"});
+ },
+ start: function () {
+ var self = this;