Browse Source

Mar 28 : [UPDT] Updated 'automatic_invoice_and_post'

pull/370/head
AjmalCybro 1 month ago
parent
commit
948cef6651
  1. 2
      automatic_invoice_and_post/__manifest__.py
  2. 5
      automatic_invoice_and_post/doc/RELEASE_NOTES.md
  3. 6
      automatic_invoice_and_post/views/res_config_settings_views.xml

2
automatic_invoice_and_post/__manifest__.py

@ -21,7 +21,7 @@
############################################################################# #############################################################################
{ {
'name': 'Automatic Invoice And Post', 'name': 'Automatic Invoice And Post',
'version': "17.0.1.0.0", 'version': "17.0.1.0.1",
'category': 'Sales,Warehouse,Accounting', 'category': 'Sales,Warehouse,Accounting',
'summary': """ Auto Invoice Generation and Auto Sending of Invoice on 'summary': """ Auto Invoice Generation and Auto Sending of Invoice on
Delivery validation.""", Delivery validation.""",

5
automatic_invoice_and_post/doc/RELEASE_NOTES.md

@ -5,4 +5,7 @@
##### ADD ##### ADD
- Initial commit for Automatic Invoice And Post - Initial commit for Automatic Invoice And Post
#### 27.03.2025
#### Version 17.0.1.0.1
##### UPDT
- Commit for Bug fixing

6
automatic_invoice_and_post/views/res_config_settings_views.xml

@ -13,13 +13,11 @@
<block title="Auto Invoice Post" id="auto_invoice_post"> <block title="Auto Invoice Post" id="auto_invoice_post">
<setting id="delivery_validate" string="Auto Post invoice" <setting id="delivery_validate" string="Auto Post invoice"
help="Create and post invoice on delivery validate"> help="Create and post invoice on delivery validate">
<field name="is_create_invoice_delivery_validate" <field name="is_create_invoice_delivery_validate"/>
widget="upgrade_boolean"/>
</setting> </setting>
<setting id="send_invoice" string="Auto Send Invoice" <setting id="send_invoice" string="Auto Send Invoice"
help="Enable to send invoice to customer on delivery validate "> help="Enable to send invoice to customer on delivery validate ">
<field name="is_auto_send_invoice" <field name="is_auto_send_invoice"/>
widget="upgrade_boolean"/>
</setting> </setting>
</block> </block>
</xpath> </xpath>

Loading…
Cancel
Save