From 3673f18d2778288beab93045b172ce0ff1bf77df Mon Sep 17 00:00:00 2001 From: sonal Date: Wed, 29 Jul 2020 14:41:19 +0530 Subject: [PATCH] modify invoice report --- reports/__init__.py | 1 + reports/__manifest__.py | 23 +++++ reports/__pycache__/__init__.cpython-36.pyc | Bin 0 -> 197 bytes reports/__pycache__/account.cpython-36.pyc | Bin 0 -> 1194 bytes reports/account.py | 24 +++++ reports/views/invoice_report.xml | 94 ++++++++++++++++++++ 6 files changed, 142 insertions(+) create mode 100644 reports/__init__.py create mode 100644 reports/__manifest__.py create mode 100644 reports/__pycache__/__init__.cpython-36.pyc create mode 100644 reports/__pycache__/account.cpython-36.pyc create mode 100644 reports/account.py create mode 100644 reports/views/invoice_report.xml diff --git a/reports/__init__.py b/reports/__init__.py new file mode 100644 index 0000000..2b77ae2 --- /dev/null +++ b/reports/__init__.py @@ -0,0 +1 @@ +from . import account diff --git a/reports/__manifest__.py b/reports/__manifest__.py new file mode 100644 index 0000000..4362d00 --- /dev/null +++ b/reports/__manifest__.py @@ -0,0 +1,23 @@ +{ + 'name': 'Reports', + 'version': '13.0.1.0.0', + 'summary': 'Reports for sale, account etc.', + 'description': """ + """, + 'category': 'tools', + 'author': "", + 'company': '', + 'maintainer': '', + 'website': "", + 'depends': [ + 'base', 'account', 'bi_professional_reports_templates' + ], + 'data': [ + 'views/invoice_report.xml', + ], + 'demo': [], + 'images': [], + 'installable': True, + 'auto_install': False, + 'application': False, +} diff --git a/reports/__pycache__/__init__.cpython-36.pyc b/reports/__pycache__/__init__.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f18141640628e6162ed81b4c5090d07a2525d737 GIT binary patch literal 197 zcmXr!<>l%!Q;Zj5U|@I*#Bjg_WH|tFu>g=rVMt-jVaR2SVq|1UVG3r@WPZsA6xL+C z#h#d)oL`z(;-|@Ui=halX(dAu3y=a6zk>8L@^e%56AKd4Q}gu8^NX^J3lfu4^^;4B zOY(E$6H`+1^NRJ$42|^*OEZ(RK??LsiW1|K5|gu2^HTJSQVa5nN{aR4<1_OzOXB18 W3My}L*yQG?l;)(`ft*kb#0&sh2s4%d literal 0 HcmV?d00001 diff --git a/reports/__pycache__/account.cpython-36.pyc b/reports/__pycache__/account.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9642e581e9b5d01b704447374fefa7e4e0cbc405 GIT binary patch literal 1194 zcmcgsO>fgc5Z(3Kj^liwmhyD~m7_1UP*G1%fm#(I(Fz1oB}-_v^==aWkcb@Z{5%QDVdR(yIz$kYBB$0GL za+=WGNt~P|jH1sOxVe{jl)NL7N%xXSSJ9q7XGu+ZpGoBZg1sbS*3Y$6gVHiF%&dQ! zsevpbYF#NRm14~GbCdM|Jc=Y#lEjfTVan}!(wWo5Us#Y$df%O-2D3o=67s>UE(2M= zBuOYk*?@OLHi1RUHr}SG9v9W2o~UV4EGJtz&e~s$C`yr5nJzZp?@#Mx)+v( zsm_PvN^x|FYHSoxuC1KY@T19!Y7-UM_3OwX`uIW>T}eVk9*jL0(Dv9aLzVn4n#LE*o^hu8Rg#S$}BdRP{1~*&p5dQ{? VEq7(H!K + + + + + + + + + \ No newline at end of file