diff --git a/auto_save_restrict/README.rst b/auto_save_restrict/README.rst index 5ddba73ee..f49b8ac45 100644 --- a/auto_save_restrict/README.rst +++ b/auto_save_restrict/README.rst @@ -23,8 +23,6 @@ Credits ------- * Developers: (V17) Developer Anurudh P, (V16) Developer Anurudh P * Contact: odoo@cybrosys.com - - Contacts -------- * Mail Contact : odoo@cybrosys.com diff --git a/auto_save_restrict/__manifest__.py b/auto_save_restrict/__manifest__.py index 3333ab404..3e489db2a 100644 --- a/auto_save_restrict/__manifest__.py +++ b/auto_save_restrict/__manifest__.py @@ -20,27 +20,27 @@ # ############################################################################# { - "name": "Auto Save Restrict", - "version": "16.0.1.0.0", - "category": "Extra Tools", - "summary": """Restrict auto save in all models""", - "description": "Using this module,we can restrict autosave in all models." - "If you want to autosave, a popup will appear,and you can" - " click OK to save.", - "author": "Cybrosys Techno Solutions", - "company": "Cybrosys Techno Solutions", - "maintainer": "Cybrosys Techno Solutions", - "website": "https://www.cybrosys.com", - "depends": ["base"], - "assets": { - "web.assets_backend": [ - "auto_save_restrict/static/src/js/form_controller.js", - "auto_save_restrict/static/src/js/list_controller.js", + 'name': 'Auto Save Restrict', + 'version': '16.0.1.0.0', + 'category': 'Extra Tools', + 'summary': """Restrict auto save in all models""", + 'description': 'Using this module,we can restrict autosave in all models.' + 'If you want to autosave, a popup will appear,and you can ' + 'click OK to save.', + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'maintainer': 'Cybrosys Techno Solutions', + 'website': 'https://www.cybrosys.com', + 'depends': ['base'], + 'assets': { + 'web.assets_backend': [ + 'auto_save_restrict/static/src/js/form_controller.js', + 'auto_save_restrict/static/src/js/list_controller.js' ], }, - "images": ["static/description/banner.png"], - "license": "LGPL-3", - "installable": True, - "auto_install": False, - "application": False, + 'images': ['static/description/banner.png'], + 'license': 'LGPL-3', + 'installable': True, + 'auto_install': False, + 'application': False, } diff --git a/auto_save_restrict/doc/RELEASE_NOTES.md b/auto_save_restrict/doc/RELEASE_NOTES.md index 4d22d958f..64d79ce48 100644 --- a/auto_save_restrict/doc/RELEASE_NOTES.md +++ b/auto_save_restrict/doc/RELEASE_NOTES.md @@ -1,7 +1,6 @@ ## Module -#### 26.03.2024 +#### 25.03.2024 #### Version 16.0.1.0.0 #### ADD - Initial commit for Auto Save Restrict - diff --git a/auto_save_restrict/static/description/index.html b/auto_save_restrict/static/description/index.html index 3a1b2fdcd..a7223be16 100644 --- a/auto_save_restrict/static/description/index.html +++ b/auto_save_restrict/static/description/index.html @@ -1,206 +1,179 @@
-
- +
+
+ class="mr-2"> Community
+ class="mr-2"> Enterprise
+ class="mr-2"> Odoo.sh
-
-
-
- -

- Auto Save Restrict

-

- Allows to Restrict Auto Save.

- - -
-
-
+ + +

Auto Save Restrict

+

Allows to Restrict Auto Save.

+ + +
+ -
+
- + style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;"> +
-

- Explore This +

Explore This Module

+ -
+
- + style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;"> +
-

- Overview +

Overview

-
+
Using this module,we can restrict autosave in all models.If you want to autosave a popup will appear and you can click OK to save.
+ -
+
- + style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;"> +
-

- Features +

Features

-
+
-
- +
+ Community & Enterprise Support
-
- +
+ Module allows to restrict auto save
-
- +
+ No additional configuration needed
+ -
+
- + style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;"> +
-

- Screenshots +

Screenshots

+
-

- Show a popup for asking if you want to save the changes.

+

Show a popup for asking if you want to save the changes.

+
-

- By clicking cancel it won't save

+

By clicking cancel it won't save

+
-

- If you want to save then click ok

+

If you want to save then click ok

+
-

- The Internal Reference will be saved automatically

+

The Internal Reference will be saved automatically

+
+ -
+
- + style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;"> +
-

- Related +

Related Products

@@ -210,231 +183,198 @@