diff --git a/base_accounting_kit/__manifest__.py b/base_accounting_kit/__manifest__.py index 5a23b513f..108090919 100644 --- a/base_accounting_kit/__manifest__.py +++ b/base_accounting_kit/__manifest__.py @@ -21,11 +21,11 @@ ############################################################################# { 'name': 'Odoo 17 Full Accounting Kit', - 'version': '17.0.1.0.1', + 'version': '17.0.1.0.2', 'category': 'Accounting', 'summary': """Odoo 17 Accounting, Asset and Budget Management, - Accounting Reports, PDC, - Lock dates, Credit Limit, Follow Ups, Day-Bank-Cash book reports.""", + Accounting Reports, PDC, + Lock dates, Credit Limit, Follow Ups, Day-Bank-Cash book reports.""", 'description': """ Odoo 17 Accounting, The module used to manage the Full Account Features that can manage the Account Reports,Journals Asset and Budget Management, Accounting Reports, PDC, Lock dates, Credit Limit, diff --git a/base_accounting_kit/doc/RELEASE_NOTES.md b/base_accounting_kit/doc/RELEASE_NOTES.md index 25839d865..e8ce7d957 100644 --- a/base_accounting_kit/doc/RELEASE_NOTES.md +++ b/base_accounting_kit/doc/RELEASE_NOTES.md @@ -9,3 +9,8 @@ #### Version 17.0.1.0.1 ##### UPDT - Bug Fix-Resolved the alignment issues. + +#### 13.03.2024 +#### Version 17.0.1.0.2 +##### UPDT +- Bug Fix-Resolved the style issues in report templates. diff --git a/base_accounting_kit/models/account_asset.py b/base_accounting_kit/models/account_asset.py index 7cb6cefc5..4e0d38dd1 100644 --- a/base_accounting_kit/models/account_asset.py +++ b/base_accounting_kit/models/account_asset.py @@ -720,14 +720,10 @@ class AccountAssetDepreciationLine(models.Model): 'depreciation_date') or line.depreciation_date or fields.Date.context_today( self)) - today_date = self._context.get('date') or fields.Date.today() - company = self.env['res.company'].browse( - self._context.get('company_id')) or self.env.company company_currency = line.asset_id.company_id.currency_id current_currency = line.asset_id.currency_id amount = current_currency.with_context( - date=depreciation_date)._convert(line.amount, company_currency, - company, today_date) + date=depreciation_date).compute(line.amount, company_currency) asset_name = line.asset_id.name + ' (%s/%s)' % ( line.sequence, len(line.asset_id.depreciation_line_ids)) partner = self.env['res.partner']._find_accounting_partner( diff --git a/base_accounting_kit/report/account_bank_book_view.xml b/base_accounting_kit/report/account_bank_book_view.xml index 2c63e706c..a11c97fad 100644 --- a/base_accounting_kit/report/account_bank_book_view.xml +++ b/base_accounting_kit/report/account_bank_book_view.xml @@ -85,15 +85,15 @@ - + - + - + @@ -120,22 +120,22 @@ - + - + - + diff --git a/base_accounting_kit/report/account_cash_book_view.xml b/base_accounting_kit/report/account_cash_book_view.xml index 9ef85057d..f71ed83c3 100644 --- a/base_accounting_kit/report/account_cash_book_view.xml +++ b/base_accounting_kit/report/account_cash_book_view.xml @@ -64,7 +64,7 @@
- + @@ -88,19 +88,19 @@ - - - - - - - + @@ -57,19 +57,19 @@ - - - - - - - + @@ -70,8 +70,8 @@ t-esc="a.get('name')"/> - -
Date JRNL Partner + + + + + +
Date JRNL Partner + + + + + +
Name + class="text-end" + style="white-end: text-nowrap;"> + - + @@ -86,19 +86,19 @@ - - - - - - -
Date JRNL Partner + + + + + +
+ t-field="company.company_details"/> @@ -361,12 +361,12 @@ alt="Logo"/>
+ t-field="company.company_details"/>
-
@@ -415,7 +415,7 @@ -
+
@@ -497,7 +497,7 @@ - + @@ -526,16 +526,16 @@ Grey Colour - - - - - - - - -
Description + 5.000 + 1,500.00 15.00% + $ 7,500.00 @@ -550,16 +550,16 @@ Four person modern office workstation + 5.000 + 23,500.00 15.00% + $ 117,500.00 @@ -580,7 +580,7 @@ Subtotal + $ 125,000.00 @@ -594,7 +594,7 @@ 15% + $ 18,750.00 @@ -604,7 +604,7 @@ Total + $ 143,750.00 diff --git a/base_accounting_kit/report/multiple_invoice_report.xml b/base_accounting_kit/report/multiple_invoice_report.xml index 3e9f3d665..28a2d57ce 100644 --- a/base_accounting_kit/report/multiple_invoice_report.xml +++ b/base_accounting_kit/report/multiple_invoice_report.xml @@ -84,7 +84,7 @@ - + @@ -143,19 +143,19 @@ - - - - + - @@ -235,7 +235,7 @@ - @@ -247,7 +247,7 @@ - @@ -258,7 +258,7 @@ - diff --git a/base_accounting_kit/report/report_aged_partner.xml b/base_accounting_kit/report/report_aged_partner.xml index 1a80785a3..10c2a26d4 100644 --- a/base_accounting_kit/report/report_aged_partner.xml +++ b/base_accounting_kit/report/report_aged_partner.xml @@ -50,7 +50,7 @@
Description + @@ -168,7 +168,7 @@ line.tax_ids))" id="line_tax_ids"/> + @@ -194,7 +194,7 @@
Subtotal Subtotal +
+ + Total +
- + - - - - - - - diff --git a/base_accounting_kit/report/report_financial.xml b/base_accounting_kit/report/report_financial.xml index bdcf06e23..86a543b74 100644 --- a/base_accounting_kit/report/report_financial.xml +++ b/base_accounting_kit/report/report_financial.xml @@ -7,7 +7,7 @@
-

+

Target Moves: @@ -37,8 +37,8 @@

Partners Not due @@ -113,31 +113,31 @@ + + + + + + +
- - + + @@ -55,26 +55,25 @@ - - - - - - - diff --git a/base_accounting_kit/report/report_journal_audit.xml b/base_accounting_kit/report/report_journal_audit.xml index 6fd2267d8..61d9f78ac 100644 --- a/base_accounting_kit/report/report_journal_audit.xml +++ b/base_accounting_kit/report/report_journal_audit.xml @@ -44,7 +44,7 @@
Name
Name Debit Credit Balance - + @@ -147,12 +146,12 @@ + +
- + @@ -74,15 +74,15 @@ - - - @@ -96,11 +96,11 @@ - - @@ -130,11 +130,11 @@ - - diff --git a/base_accounting_kit/report/report_partner_ledger.xml b/base_accounting_kit/report/report_partner_ledger.xml index aeda5e093..5f47eb31e 100644 --- a/base_accounting_kit/report/report_partner_ledger.xml +++ b/base_accounting_kit/report/report_partner_ledger.xml @@ -36,7 +36,7 @@
Move Date Account + + + Total + + + +
- + @@ -57,15 +57,15 @@ - - - - @@ -83,25 +83,25 @@ - - - -
Date JRNL Account + + + + + + - + diff --git a/base_accounting_kit/report/report_trial_balance.xml b/base_accounting_kit/report/report_trial_balance.xml index 0e0b81291..fef124176 100644 --- a/base_accounting_kit/report/report_trial_balance.xml +++ b/base_accounting_kit/report/report_trial_balance.xml @@ -51,7 +51,7 @@
Sale Net Tax
- + @@ -70,19 +70,19 @@ - - -
Code Account Debit + + +