diff --git a/muk_branding/__manifest__.py b/muk_branding/__manifest__.py index a1359c0..1724ad6 100644 --- a/muk_branding/__manifest__.py +++ b/muk_branding/__manifest__.py @@ -20,7 +20,7 @@ { "name": "MuK Branding", "summary": """Branding Features""", - "version": "12.0.1.0.0", + "version": "12.0.1.0.1", "category": "Extra Tools", "license": "AGPL-3", "website": "http://www.mukit.at", diff --git a/muk_branding/doc/index.rst b/muk_branding/doc/index.rst index 3960508..3839cd8 100644 --- a/muk_branding/doc/index.rst +++ b/muk_branding/doc/index.rst @@ -90,13 +90,13 @@ If a new system should be branded automatically, it is recommended to set the flag ``auto_install`` of this module to ``True`` and to adjust the corresponding variables in the config file. -* branding_system_name -* branding_publisher -* branding_website -* branding_documentation -* branding_support -* branding_store -* branding_share +* ``branding_system_name`` +* ``branding_publisher`` +* ``branding_website`` +* ``branding_documentation`` +* ``branding_support`` +* ``branding_store`` +* ``branding_share`` Usage ============= diff --git a/muk_branding/models/res_config_settings.py b/muk_branding/models/res_config_settings.py index 35e3415..72080b8 100644 --- a/muk_branding/models/res_config_settings.py +++ b/muk_branding/models/res_config_settings.py @@ -27,6 +27,22 @@ class ResConfigSettings(models.TransientModel): # Database #---------------------------------------------------------- + module_muk_web_branding = fields.Boolean( + string="Web Branding", + help="Customize the backend according to your needs.") + + module_muk_mail_branding = fields.Boolean( + string="Mail Branding", + help="Brand your outgoing mails with your own style.") + + module_muk_website_branding = fields.Boolean( + string="Website Branding", + help="Brand the website according to your needs.") + + module_muk_pos_branding = fields.Boolean( + string="PoS Branding", + help="Brand the PoS panel according to your needs.") + branding_system_name = fields.Char( string='System Name') diff --git a/muk_branding/views/res_config_settings_view.xml b/muk_branding/views/res_config_settings_view.xml index 676cbcf..fc04aa5 100644 --- a/muk_branding/views/res_config_settings_view.xml +++ b/muk_branding/views/res_config_settings_view.xml @@ -27,6 +27,53 @@
+

Extensions

+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+

System Parameters