diff --git a/base_accounting_kit/__manifest__.py b/base_accounting_kit/__manifest__.py index a2618b92b..0916a0448 100644 --- a/base_accounting_kit/__manifest__.py +++ b/base_accounting_kit/__manifest__.py @@ -22,7 +22,7 @@ { 'name': 'Odoo 16 Full Accounting Kit for Community', - 'version': '16.0.2.0.13', + 'version': '16.0.2.0.14', 'category': 'Accounting', 'live_test_url': 'https://www.youtube.com/watch?v=peAp2Tx_XIs', '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""", diff --git a/base_accounting_kit/doc/RELEASE_NOTES.md b/base_accounting_kit/doc/RELEASE_NOTES.md index 592b6d44f..48e73cfe6 100644 --- a/base_accounting_kit/doc/RELEASE_NOTES.md +++ b/base_accounting_kit/doc/RELEASE_NOTES.md @@ -79,3 +79,11 @@ ### UPDT - Invalid Field Attributes Bug Fix + +### 26.11.2024 + +### Version 16.0.2.0.14 + +### UPDT + +- Invalid print statments diff --git a/base_accounting_kit/models/account_move.py b/base_accounting_kit/models/account_move.py index 61de03cde..465482929 100644 --- a/base_accounting_kit/models/account_move.py +++ b/base_accounting_kit/models/account_move.py @@ -65,7 +65,6 @@ class AccountMove(models.Model): return res def action_post(self): - print(self.line_ids, "line") result = super(AccountMove, self).action_post() for inv in self: context = dict(self.env.context)