Browse Source

APR 22: [FIX] Bug fixed 'base_accounting_kit'

17.0
Cybrosys Technologies 5 days ago
parent
commit
7fbc448f25
  1. 2
      base_accounting_kit/__manifest__.py
  2. 7
      base_accounting_kit/doc/RELEASE_NOTES.md
  3. 4
      base_accounting_kit/views/account_payment_view.xml

2
base_accounting_kit/__manifest__.py

@ -21,7 +21,7 @@
############################################################################# #############################################################################
{ {
'name': 'Odoo 17 Full Accounting Kit for Community', 'name': 'Odoo 17 Full Accounting Kit for Community',
'version': '17.0.1.0.5', 'version': '17.0.1.1.5',
'category': 'Accounting', 'category': 'Accounting',
'summary': """Odoo 17 Accounting, Odoo 17 Accounting Reports, Odoo17 Accounting, Odoo Accounting, Odoo17 Financial Reports, Odoo17 Asset, Odoo17 Profit and Loss, PDC, Followups, Odoo17, Accounting, Odoo Apps, Reports""", 'summary': """Odoo 17 Accounting, Odoo 17 Accounting Reports, Odoo17 Accounting, Odoo Accounting, Odoo17 Financial Reports, Odoo17 Asset, Odoo17 Profit and Loss, PDC, Followups, Odoo17, Accounting, Odoo Apps, Reports""",
'description': """ Odoo 17 Accounting, The module used to manage the Full 'description': """ Odoo 17 Accounting, The module used to manage the Full

7
base_accounting_kit/doc/RELEASE_NOTES.md

@ -28,4 +28,9 @@
#### 07.01.2025 #### 07.01.2025
#### Version 17.0.1.0.5 #### Version 17.0.1.0.5
##### UPDT ##### UPDT
- Removed the transactions and statements from bank journal in the account journal dashboard. - Removed the transactions and statements from bank journal in the account journal dashboard.
#### 18.04.2025
#### Version 17.0.1.1.5
##### UPDT
- Updated the visibility of the Effective Date in the Register Payment form.

4
base_accounting_kit/views/account_payment_view.xml

@ -80,7 +80,9 @@
ref="account.view_account_payment_register_form"/> ref="account.view_account_payment_register_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//field[@name='payment_date']" position="after"> <xpath expr="//field[@name='payment_date']" position="after">
<field name="effective_date" required="1"/> <field name="effective_date"
invisible="payment_method_code != 'pdc'"
required="payment_method_code in 'pdc'"/>
<field name="bank_reference"/> <field name="bank_reference"/>
<field name="cheque_reference"/> <field name="cheque_reference"/>
</xpath> </xpath>

Loading…
Cancel
Save