diff --git a/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/__manifest__.py b/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/__manifest__.py index 21839f5..b889e32 100644 --- a/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/__manifest__.py +++ b/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/__manifest__.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- { - 'name': 'Odoo 16 Accounting Financial Reports', - 'version': '16.0.2.2.0', + 'name': 'Odoo 19 Accounting Financial Reports', + 'version': '19.0.1.0.0', 'category': 'Invoicing Management', 'description': 'Accounting Reports For Odoo 16, Accounting Financial Reports, ' 'Odoo 16 Financial Reports', diff --git a/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/views/financial_report.xml b/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/views/financial_report.xml index 1c035c8..43f7f94 100644 --- a/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/views/financial_report.xml +++ b/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/views/financial_report.xml @@ -46,12 +46,12 @@ account.financial.report.tree account.financial.report - + - + @@ -77,7 +77,7 @@ Financial Reports ir.actions.act_window account.financial.report - tree,form + list,form {'search_default_filter_parent_id': True} diff --git a/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/views/ledger_menu.xml b/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/views/ledger_menu.xml index 6ee585d..6dd767d 100644 --- a/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/views/ledger_menu.xml +++ b/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/views/ledger_menu.xml @@ -9,7 +9,7 @@ [('display_type', 'not in', ('line_section', 'line_note')), ('parent_state', '!=', 'cancel')] - tree,pivot,graph + list,pivot,graph @@ -19,7 +19,7 @@ [('display_type', 'not in', ('line_section', 'line_note')), ('parent_state', '!=', 'cancel')] - tree,pivot,graph + list,pivot,graph diff --git a/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/wizard/aged_partner.xml b/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/wizard/aged_partner.xml index 9157da7..215d525 100644 --- a/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/wizard/aged_partner.xml +++ b/odoo-bringout-odoomates-accounting_pdf_reports/accounting_pdf_reports/wizard/aged_partner.xml @@ -35,7 +35,7 @@ Aged Partner Balance account.aged.trial.balance ir.actions.act_window - tree,form + list,form new @@ -51,7 +51,7 @@ Aged Receivable account.aged.trial.balance ir.actions.act_window - tree,form + list,form {'default_result_selection': 'customer', 'hide_result_selection': 1} @@ -69,7 +69,7 @@ Aged Payable account.aged.trial.balance ir.actions.act_window - tree,form + list,form {'default_result_selection': 'supplier', 'hide_result_selection': 1} diff --git a/odoo-bringout-odoomates-om_account_accountant/om_account_accountant/__manifest__.py b/odoo-bringout-odoomates-om_account_accountant/om_account_accountant/__manifest__.py index bb23819..a5d59f8 100644 --- a/odoo-bringout-odoomates-om_account_accountant/om_account_accountant/__manifest__.py +++ b/odoo-bringout-odoomates-om_account_accountant/om_account_accountant/__manifest__.py @@ -2,8 +2,8 @@ # Part of Odoo. See LICENSE file for full copyright and licensing details. { - 'name': 'Odoo 16 Accounting', - 'version': '1.0.0', + 'name': 'Odoo 19 Accounting', + 'version': '19.0.1.0.0', 'category': 'Accounting', 'summary': 'Accounting Reports, Asset Management and Account Budget, Recurring Payments, ' 'Lock Dates, Fiscal Year For Odoo 16 Community Edition, Accounting Dashboard, Financial Reports, ' diff --git a/odoo-bringout-odoomates-om_account_accountant/om_account_accountant/views/account_coa_template.xml b/odoo-bringout-odoomates-om_account_accountant/om_account_accountant/views/account_coa_template.xml index b1b498b..2fb5790 100644 --- a/odoo-bringout-odoomates-om_account_accountant/om_account_accountant/views/account_coa_template.xml +++ b/odoo-bringout-odoomates-om_account_accountant/om_account_accountant/views/account_coa_template.xml @@ -1,93 +1,13 @@ - - account.chart.template.form - account.chart.template - -
- - - - - - - - - - - - - - - - - - - - - - - - -
- - - account.chart.template.search - account.chart.template - - - - - - - - - - - - - - - - - - account.chart.template.tree - account.chart.template - - - - - - - - - - - - + Account Groups ir.actions.act_window account.group - tree,form + list,form -
diff --git a/odoo-bringout-odoomates-om_account_accountant/om_account_accountant/views/account_group.xml b/odoo-bringout-odoomates-om_account_accountant/om_account_accountant/views/account_group.xml index 5badf59..5778282 100644 --- a/odoo-bringout-odoomates-om_account_accountant/om_account_accountant/views/account_group.xml +++ b/odoo-bringout-odoomates-om_account_accountant/om_account_accountant/views/account_group.xml @@ -5,7 +5,7 @@ Account Groups ir.actions.act_window account.group - tree,form + list,form account.journal
- + show - + show @@ -45,7 +45,7 @@ account.move.line [('display_type', 'not in', ('line_section', 'line_note'))] - tree,pivot,graph,kanban + list,pivot,graph,kanban diff --git a/odoo-bringout-odoomates-om_account_accountant/om_account_accountant/views/account_tag.xml b/odoo-bringout-odoomates-om_account_accountant/om_account_accountant/views/account_tag.xml index 092d174..fc20be7 100644 --- a/odoo-bringout-odoomates-om_account_accountant/om_account_accountant/views/account_tag.xml +++ b/odoo-bringout-odoomates-om_account_accountant/om_account_accountant/views/account_tag.xml @@ -4,7 +4,7 @@ Account Tags account.account.tag - tree,form + list,form Fiscal Position Templates account.fiscal.position.template - tree,form + list,form account.payment.method account.payment.method - + - + @@ -50,7 +50,7 @@ Payment Methods account.payment.method - tree,form + list,form - + @@ -22,7 +22,7 @@ - +
diff --git a/odoo-bringout-odoomates-om_account_budget/om_account_budget/views/account_budget_views.xml b/odoo-bringout-odoomates-om_account_budget/om_account_budget/views/account_budget_views.xml index 9a4356c..7d3fef1 100644 --- a/odoo-bringout-odoomates-om_account_budget/om_account_budget/views/account_budget_views.xml +++ b/odoo-bringout-odoomates-om_account_budget/om_account_budget/views/account_budget_views.xml @@ -16,17 +16,17 @@ account.budget.post.tree account.budget.post - + - + Budgetary Positions account.budget.post - tree,kanban,form + list,kanban,form @@ -48,10 +48,10 @@ - + - + @@ -103,7 +103,7 @@ - + @@ -117,7 +117,7 @@