From edaa955ef7f8e562d6a32f097159839fcfd5b3ce Mon Sep 17 00:00:00 2001 From: Ajmal Cybro Date: Mon, 5 Jul 2021 18:34:28 +0530 Subject: [PATCH] [UPDT] Live Preview Updated --- dynamic_accounts_report/__manifest__.py | 15 ++++++++------- todo_list/__manifest__.py | 1 + 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/dynamic_accounts_report/__manifest__.py b/dynamic_accounts_report/__manifest__.py index b143909cc..eaf6dc8ac 100644 --- a/dynamic_accounts_report/__manifest__.py +++ b/dynamic_accounts_report/__manifest__.py @@ -24,6 +24,7 @@ 'name': 'Dynamic Financial Reports', 'version': '14.0.1.2.2', 'category': 'Accounting', + 'live_test_url': 'https://www.youtube.com/watch?v=gVQi9q9Rs-E&t=5s', 'summary': """Dynamic Financial Reports with drill down and filters– Community Edition""", 'description': "Dynamic Financial Reports, DynamicFinancialReports, FinancialReport, Accountingreports, odoo reports, odoo" @@ -50,13 +51,13 @@ 'report/daybook.xml', ], 'qweb': [ - 'static/src/xml/general_ledger_view.xml', - 'static/src/xml/trial_balance_view.xml', - 'static/src/xml/cash_flow_view.xml', - 'static/src/xml/financial_reports_view.xml', - 'static/src/xml/partner_ledger_view.xml', - 'static/src/xml/ageing.xml', - 'static/src/xml/daybook.xml', + 'static/src/xml/general_ledger_view.xml', + 'static/src/xml/trial_balance_view.xml', + 'static/src/xml/cash_flow_view.xml', + 'static/src/xml/financial_reports_view.xml', + 'static/src/xml/partner_ledger_view.xml', + 'static/src/xml/ageing.xml', + 'static/src/xml/daybook.xml', ], 'license': 'LGPL-3', 'images': ['static/description/banner.png'], diff --git a/todo_list/__manifest__.py b/todo_list/__manifest__.py index 22f2f7372..41a6ed60d 100644 --- a/todo_list/__manifest__.py +++ b/todo_list/__manifest__.py @@ -30,6 +30,7 @@ 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': "https://www.cybrosys.com", + 'live_test_url': 'https://youtu.be/LGiDWPFdkbks', 'category': 'Tools', 'version': '14.0.1.0.0', 'depends': ['base', 'mail'],