diff --git a/automatic_invoice_and_post/__manifest__.py b/automatic_invoice_and_post/__manifest__.py index f3655aa6c..9406ada44 100644 --- a/automatic_invoice_and_post/__manifest__.py +++ b/automatic_invoice_and_post/__manifest__.py @@ -21,7 +21,7 @@ ############################################################################# { 'name': 'Automatic Invoice And Post', - 'version': "18.0.1.0.0", + 'version': "18.0.1.0.1", 'category': 'Sales,Warehouse,Accounting', 'summary': """ Auto Invoice Generation and Auto Sending of Invoice on Delivery validation.""", @@ -33,7 +33,9 @@ 'maintainer': "Cybrosys Techno Solutions", 'website': "https://www.cybrosys.com", 'depends': ['base', 'sale_management', 'stock', 'account'], - 'data': ['views/res_config_settings_views.xml'], + 'data': [ + 'views/res_config_settings_views.xml', + ], 'license': "AGPL-3", 'images': ['static/description/banner.jpg'], 'installable': True, diff --git a/automatic_invoice_and_post/doc/RELEASE_NOTES.md b/automatic_invoice_and_post/doc/RELEASE_NOTES.md index 61b354e73..d03754c0d 100644 --- a/automatic_invoice_and_post/doc/RELEASE_NOTES.md +++ b/automatic_invoice_and_post/doc/RELEASE_NOTES.md @@ -4,3 +4,8 @@ #### Version 18.0.1.0.0 ##### ADD - Initial commit for Automatic Invoice And Post + +#### 27.03.2025 +#### Version 18.0.1.0.1 +##### UPDT +- Commit for Bug fixing diff --git a/automatic_invoice_and_post/views/res_config_settings_views.xml b/automatic_invoice_and_post/views/res_config_settings_views.xml index 1b7f0b741..4c2c059a7 100644 --- a/automatic_invoice_and_post/views/res_config_settings_views.xml +++ b/automatic_invoice_and_post/views/res_config_settings_views.xml @@ -13,13 +13,13 @@ - + + - + +