diff --git a/base_accounting_kit/__manifest__.py b/base_accounting_kit/__manifest__.py
index d273796ff..81f0cc087 100644
--- a/base_accounting_kit/__manifest__.py
+++ b/base_accounting_kit/__manifest__.py
@@ -22,7 +22,7 @@
{
'name': 'Odoo 14 Full Accounting Kit',
- 'version': '14.0.2.7.6',
+ 'version': '14.0.3.7.7',
'category': 'Accounting',
'live_test_url': 'https://www.youtube.com/watch?v=peAp2Tx_XIs',
'summary': """ Asset and Budget Management,
@@ -58,6 +58,7 @@
'data/followup_levels.xml',
'data/account_asset_data.xml',
'data/recurring_entry_cron.xml',
+ 'data/multiple_invoice_data.xml',
'views/assets.xml',
'views/dashboard_views.xml',
'views/reports_config_view.xml',
@@ -76,6 +77,8 @@
'views/account_asset_templates.xml',
'views/product_template_views.xml',
'views/payment_matching.xml',
+ 'views/multiple_invoice_layout_view.xml',
+ 'views/multiple_invoice_form.xml',
'wizard/financial_report.xml',
'wizard/general_ledger.xml',
'wizard/partner_ledger.xml',
@@ -101,6 +104,8 @@
'report/account_day_book_view.xml',
'report/account_asset_report_views.xml',
'report/report.xml',
+ 'report/multiple_invoice_layouts.xml',
+ 'report/multiple_invoice_report.xml',
],
'qweb': [
'static/src/xml/template.xml',
diff --git a/base_accounting_kit/data/multiple_invoice_data.xml b/base_accounting_kit/data/multiple_invoice_data.xml
new file mode 100644
index 000000000..25635d3b3
--- /dev/null
+++ b/base_accounting_kit/data/multiple_invoice_data.xml
@@ -0,0 +1,8 @@
+
+ 07/08/2020 08/07/2020
+ Please use the following communication for your payment :
+ INV/2020/07/0003
+
+ Payment terms: 300 Days
+
+ Please use the following communication for your payment :
+
+
+
+
+
+
+
+ Incoterm: -
+
+ Scan me with your banking app.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Pleasant Hill CA 94523
United States
+
+ Invoice
+ INV/2020/07/0003
+
+
+
+
+
+
+
+
+ Description
+ Quantity
+ Unit Price
+ Taxes
+
+ Amount
+
+
+
+ [FURN_8999] Three-Seat Sofa
+
+ Three Seater Sofa with Lounger in Steel Grey Colour
+ 5.000
+
+
+ 1,500.00
+
+
+ 15.00%
+
+
+ $ 7,500.00
+
+
+
+
+ [FURN_8220] Four Person Desk
+
+ Four person modern office workstation
+ 5.000
+
+
+ 23,500.00
+
+
+ 15.00%
+
+
+ $ 117,500.00
+
+
+
+
+
+ Subtotal
+
+ $ 125,000.00
+
+
+
+ Tax 15%
+
+ $ 18,750.00
+
+
+
+ Total
+
+ $
+ 143,750.00
+
+
+ Invoice
+ Draft Invoice
+ Cancelled Invoice
+ Credit Note
+ Vendor Credit Note
+ Vendor Bill
+
+
+
+
+
+
+
+
+
+
+
+ Description
+ Quantity
+ Unit Price
+
+ Disc.%
+
+ Taxes
+
+ Amount
+ Total Price
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Subtotal
+
+
+
+
+
+
+ Subtotal
+
+
+
+
+
+
+
+
+
+
+
+ on
+
+
+
+
+
+
+ Total
+
+
+
+
+
+
+ Paid on
+
+
+
+
+
+ Amount Due
+
+
+
+
+
+
- Asset management system. - -
- Handle Post Dated Cheques. -
- Accounting lock dates. -
- Handle Recurring payments. -
- Customer credit limit and customer follow-up. -
- All Accounting reports. -
+ + Customer credit limit. +
++ + Handle Recurring payments in Odoo. +
++ + Manage Customer follow-ups. +
++ + Multiple Invoice Copies. +
+Day book, Bank book and Cash book reports. -
+ + Financial reports. +
++ + Trial balance report. +
++ + Journal audit report. +
++ + General ledger report. +
++ + Partner ledger report. +
++ + Aged partner balance. +
++ + Tax reports. +
++ + Multiple Invoice Copies. +
@@ -787,6 +942,7 @@ Tax reports.
+ @@ -810,8 +966,8 @@ In community edition, we have only limited features available under Odoo accounting. Here comes the use of the module Odoo14 Full Accounting Kit by Cybrosys Technologies which is built under the V14 platform. This module will bring back the accounting features such as - Asset management, Accounting Reports, PDC Management, Account Lock dates, Customer Credit - Limit, and Follow-Ups, Daybook, Bankbook, and Cashbook reports. + Asset management, Accounting Reports, PDC Management, Account Lock dates, Multiple Invoice + Copies, Customer Credit Limit, and Follow-Ups, Daybook, Bankbook, and Cashbook reports. diff --git a/base_accounting_kit/views/multiple_invoice_form.xml b/base_accounting_kit/views/multiple_invoice_form.xml new file mode 100644 index 000000000..0a9cc3251 --- /dev/null +++ b/base_accounting_kit/views/multiple_invoice_form.xml @@ -0,0 +1,33 @@ + +