odoo-addon-account-financial-report 17.0.1.1.2.1__py3-none-any.whl → 17.0.1.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of odoo-addon-account-financial-report might be problematic. Click here for more details.

@@ -7,7 +7,7 @@ Account Financial Reports
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:b0d601a543d8f5cac9179d3f2f6d0cf281e56dca7d555233f81d4e58d4d20a27
10
+ !! source digest: sha256:2216893a809ea00cd1772e32cbd519d9abf82398c7f4bdff7570e1be56ceb09d
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -6,7 +6,7 @@
6
6
  # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
7
7
  {
8
8
  "name": "Account Financial Reports",
9
- "version": "17.0.1.1.2",
9
+ "version": "17.0.1.2.0",
10
10
  "category": "Reporting",
11
11
  "summary": "OCA Financial Reports",
12
12
  "author": "Camptocamp SA,"
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="utf-8" ?>
2
2
  <odoo>
3
3
  <template id="aged_partner_balance">
4
- <t t-call="web.html_container">
4
+ <t t-call="account_financial_report.html_container">
5
5
  <t t-foreach="docs" t-as="o">
6
6
  <t t-call="account_financial_report.internal_layout">
7
7
  <t
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="utf-8" ?>
2
2
  <odoo>
3
3
  <template id="general_ledger">
4
- <t t-call="web.html_container">
4
+ <t t-call="account_financial_report.html_container">
5
5
  <t t-foreach="docs" t-as="o">
6
6
  <t t-call="account_financial_report.internal_layout">
7
7
  <t t-call="account_financial_report.report_general_ledger_base" />
@@ -3,7 +3,7 @@
3
3
  License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
4
4
  <odoo>
5
5
  <template id="journal_ledger">
6
- <t t-call="web.html_container">
6
+ <t t-call="account_financial_report.html_container">
7
7
  <t t-foreach="docs" t-as="o">
8
8
  <t t-call="account_financial_report.internal_layout">
9
9
  <t t-call="account_financial_report.report_journal_ledger_base" />
@@ -1,5 +1,15 @@
1
1
  <?xml version="1.0" encoding="utf-8" ?>
2
2
  <odoo>
3
+ <template id="account_financial_report.html_container">
4
+ <link
5
+ href="/account_financial_report/static/src/css/report_html.css"
6
+ rel="stylesheet"
7
+ />
8
+ <t t-set="body_classname" t-value="'container'" />
9
+ <t t-call="web.report_layout">
10
+ <t t-out="0" />
11
+ </t>
12
+ </template>
3
13
  <template id="account_financial_report.internal_layout">
4
14
  <div class="article o_account_financial_reports_page">
5
15
  <link
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="utf-8" ?>
2
2
  <odoo>
3
3
  <template id="open_items">
4
- <t t-call="web.html_container">
4
+ <t t-call="account_financial_report.html_container">
5
5
  <t t-foreach="docs" t-as="o">
6
6
  <t t-call="account_financial_report.internal_layout">
7
7
  <t t-call="account_financial_report.report_open_items_base" />
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="utf-8" ?>
2
2
  <odoo>
3
3
  <template id="trial_balance">
4
- <t t-call="web.html_container">
4
+ <t t-call="account_financial_report.html_container">
5
5
  <t t-foreach="docs" t-as="o">
6
6
  <t t-call="account_financial_report.internal_layout">
7
7
  <t t-call="account_financial_report.report_trial_balance_base" />
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="utf-8" ?>
2
2
  <odoo>
3
3
  <template id="vat_report">
4
- <t t-call="web.html_container">
4
+ <t t-call="account_financial_report.html_container">
5
5
  <t t-foreach="docs" t-as="o">
6
6
  <t t-call="account_financial_report.internal_layout">
7
7
  <t t-call="account_financial_report.report_vat_report_base" />
@@ -366,7 +366,7 @@ ul.auto-toc {
366
366
  !! This file is generated by oca-gen-addon-readme !!
367
367
  !! changes will be overwritten. !!
368
368
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369
- !! source digest: sha256:b0d601a543d8f5cac9179d3f2f6d0cf281e56dca7d555233f81d4e58d4d20a27
369
+ !! source digest: sha256:2216893a809ea00cd1772e32cbd519d9abf82398c7f4bdff7570e1be56ceb09d
370
370
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371
371
  <p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-financial-reporting/tree/17.0/account_financial_report"><img alt="OCA/account-financial-reporting" src="https://img.shields.io/badge/github-OCA%2Faccount--financial--reporting-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/account-financial-reporting&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372
372
  <p>This module adds a set of financial reports. They are accessible under
@@ -0,0 +1,7 @@
1
+ /* Styles of html report */
2
+ .account_title span {
3
+ font-size: 1rem !important;
4
+ }
5
+ .act_as_cell {
6
+ font-size: 0.9rem !important;
7
+ }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-account_financial_report
3
- Version: 17.0.1.1.2.1
3
+ Version: 17.0.1.2.0
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo-addon-date_range>=17.0dev,<17.1dev
6
6
  Requires-Dist: odoo-addon-report_xlsx>=17.0dev,<17.1dev
@@ -24,7 +24,7 @@ Account Financial Reports
24
24
  !! This file is generated by oca-gen-addon-readme !!
25
25
  !! changes will be overwritten. !!
26
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
- !! source digest: sha256:b0d601a543d8f5cac9179d3f2f6d0cf281e56dca7d555233f81d4e58d4d20a27
27
+ !! source digest: sha256:2216893a809ea00cd1772e32cbd519d9abf82398c7f4bdff7570e1be56ceb09d
28
28
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
29
29
 
30
30
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -1,6 +1,6 @@
1
- odoo/addons/account_financial_report/README.rst,sha256=TSRIGXenlPWiX87Omwh2YQ9GZfy1hFhaooQiSV8k32c,6952
1
+ odoo/addons/account_financial_report/README.rst,sha256=uFvxDDNnY7podVfdhp539EyoNPu7V9HMcR4o3wsVpBU,6952
2
2
  odoo/addons/account_financial_report/__init__.py,sha256=YoL8hk5QxSifbFJL7gPzpOSk-3zB1OSHJBXyZK25G6Q,187
3
- odoo/addons/account_financial_report/__manifest__.py,sha256=fVXRD1yxl-9TvDgiiiU8PInqUHvxMLZJCMxOphlTAfM,2064
3
+ odoo/addons/account_financial_report/__manifest__.py,sha256=-iffXziU5EwwEQAOIntp1XRsKWybcyn5LaUR2Em_hjQ,2064
4
4
  odoo/addons/account_financial_report/menuitems.xml,sha256=k20N6cNRlDsnPhc378MVs7jwzJhbbJQ2k-P3WdsmF_M,1206
5
5
  odoo/addons/account_financial_report/reports.xml,sha256=c2KamS250rNzHUInjNwC0G2dhwiIqtYgbked51PtmVw,9254
6
6
  odoo/addons/account_financial_report/i18n/account_financial_report.pot,sha256=3u0yX4w7rqGFyV0MgNO0c3GW8PwiSoezcKTTS4OUT_g,81933
@@ -51,18 +51,19 @@ odoo/addons/account_financial_report/report/trial_balance.py,sha256=Qjz3bMT-76fF
51
51
  odoo/addons/account_financial_report/report/trial_balance_xlsx.py,sha256=-DcUdiCPAD9uXB1VsfN3EsPJHxgltz246zAUqV_zCxA,12028
52
52
  odoo/addons/account_financial_report/report/vat_report.py,sha256=H0k2uhDK_X3el1gVXA_lBUoj2dO1u104rjaWBcWLpnk,10131
53
53
  odoo/addons/account_financial_report/report/vat_report_xlsx.py,sha256=ksdmiHDQZBBtk8fqkxSAS6-nFIyhT-wue4OTSV6xW9c,2307
54
- odoo/addons/account_financial_report/report/templates/aged_partner_balance.xml,sha256=TVC_C3dn2HswAXFywQKxb_4qMFygCiVdBYRJetJrsi0,40999
55
- odoo/addons/account_financial_report/report/templates/general_ledger.xml,sha256=EarvZ8jkTZtRG2wQBk_0jWU68trqcrbvg9k7YO4cT-w,39207
56
- odoo/addons/account_financial_report/report/templates/journal_ledger.xml,sha256=5XC8tuvgUsH2qX_gsGXj2MD4kRdVQVWkV2RyKh9oDwg,21553
57
- odoo/addons/account_financial_report/report/templates/layouts.xml,sha256=-IK2mtO4D6GqnOWUG_pToTlirdjd4v5r1UxaJuUpSTE,1181
58
- odoo/addons/account_financial_report/report/templates/open_items.xml,sha256=k6rrHbDV8UHrfafH0VEDbB4GyBBn25YAh2p1e1io6gw,14813
59
- odoo/addons/account_financial_report/report/templates/trial_balance.xml,sha256=N19q6TNMnOxVmZ25E9Q9qh8pN9lOxZOv1t5W0RQlInI,47848
60
- odoo/addons/account_financial_report/report/templates/vat_report.xml,sha256=HRKoEUsj_GnG0Qz6rFMEUpYGapc2WmEJpt6pxIFtTAc,8107
54
+ odoo/addons/account_financial_report/report/templates/aged_partner_balance.xml,sha256=IfeLCmOIFqyaEsRnRihb0pXo-deJD41id5qgjE3_Ftw,41020
55
+ odoo/addons/account_financial_report/report/templates/general_ledger.xml,sha256=ne1YtEyTqvTV4Oxu54L1vVOheBOtcPGl-R_pVUD7Rlc,39228
56
+ odoo/addons/account_financial_report/report/templates/journal_ledger.xml,sha256=egiOr0CBtt7c4dY0Ghtf44LxF-ounCUjg77CUDUTpX0,21574
57
+ odoo/addons/account_financial_report/report/templates/layouts.xml,sha256=gCejPAn8GLrySSve8pGcs0fY5nr48C3mmyuoEJVZkJ4,1526
58
+ odoo/addons/account_financial_report/report/templates/open_items.xml,sha256=ku84beB5mDed_np9YhZuNygaUsdl1E-_AnlUQpq4Yy4,14834
59
+ odoo/addons/account_financial_report/report/templates/trial_balance.xml,sha256=Hu1UeHAmOrvVfHLFfb4qf3eK1Q6aaF_hot_ryL8oQK4,47869
60
+ odoo/addons/account_financial_report/report/templates/vat_report.xml,sha256=2WeL6Njr8LFBtERKmfyi3IH-J1frSO4Gpew-ruzuWNk,8128
61
61
  odoo/addons/account_financial_report/security/ir.model.access.csv,sha256=S1VQLLwLeaOeAMYGqtoOqHUaZVrvDUVE4Z-0-SRjSGQ,1134
62
62
  odoo/addons/account_financial_report/security/security.xml,sha256=YQCXbOuTGHCWGYwGnXMie_0tnWG5zYJGdoeey3o1xaw,382
63
63
  odoo/addons/account_financial_report/static/description/icon.png,sha256=WW-eOIjW5-jo7tgBieNv6K2DUKMoHFSVctnp0htstHI,15230
64
- odoo/addons/account_financial_report/static/description/index.html,sha256=clDCNTWhp9yR9jHOfrbHgwt6C_Yxhg3yZGNJ-IxTxpc,19668
64
+ odoo/addons/account_financial_report/static/description/index.html,sha256=o915BmghnyE3Ol8j4CUEnS6iIt6GfQ4lXKWtImXbV7M,19668
65
65
  odoo/addons/account_financial_report/static/src/css/report.css,sha256=Cu4VmyY5tVXIddaojFDsg0Ute2qPCvKbLiimak_X9ik,2361
66
+ odoo/addons/account_financial_report/static/src/css/report_html.css,sha256=I1kX1RsThtjGNLOaNJEWCvMnB9iAFW6nGkcyFYZzJoA,135
66
67
  odoo/addons/account_financial_report/static/src/js/report.esm.js,sha256=He488vLRaLv6IIuVaNSnNl8kJMIwJmMIv7GkmXyPJZs,2475
67
68
  odoo/addons/account_financial_report/static/src/js/report_action.esm.js,sha256=QmZndX-Jpll7U2WKP1U0z5J-w53Uu8Ah7-c68XCa38A,1177
68
69
  odoo/addons/account_financial_report/static/src/xml/report.xml,sha256=b0CFMw4g3KVeRFHRQjm6ujNxv7PtZS101dJrHArQUaw,496
@@ -97,7 +98,7 @@ odoo/addons/account_financial_report/wizard/trial_balance_wizard.py,sha256=zTC-j
97
98
  odoo/addons/account_financial_report/wizard/trial_balance_wizard_view.xml,sha256=HmwfFnzmQvw0wOILH2J1kY3aM8IGZKMBa7CHmMOigiQ,6577
98
99
  odoo/addons/account_financial_report/wizard/vat_report_wizard.py,sha256=pJATDNWLcEWvctby5e5yvv4Kz7YDfCTi7YZP7slA8a4,3424
99
100
  odoo/addons/account_financial_report/wizard/vat_report_wizard_view.xml,sha256=T3P81O4csDGP7Jmf7eAtmbIIldja3IoXbBmweMMt8vA,2330
100
- odoo_addon_account_financial_report-17.0.1.1.2.1.dist-info/METADATA,sha256=4eadYl3iCDNTC4c6OJRxg02v-IWl2bu_0h-cp2i7sG8,7634
101
- odoo_addon_account_financial_report-17.0.1.1.2.1.dist-info/WHEEL,sha256=8Rd4enx1PCuyDWP4SABqO5Fv8rpaknqp3VzjoFFLa6c,83
102
- odoo_addon_account_financial_report-17.0.1.1.2.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
103
- odoo_addon_account_financial_report-17.0.1.1.2.1.dist-info/RECORD,,
101
+ odoo_addon_account_financial_report-17.0.1.2.0.dist-info/METADATA,sha256=ugpz5kHgbrPlO2i9g_7Z_xsMSCOkCvgjea-k8I_2QBE,7632
102
+ odoo_addon_account_financial_report-17.0.1.2.0.dist-info/WHEEL,sha256=8Rd4enx1PCuyDWP4SABqO5Fv8rpaknqp3VzjoFFLa6c,83
103
+ odoo_addon_account_financial_report-17.0.1.2.0.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
104
+ odoo_addon_account_financial_report-17.0.1.2.0.dist-info/RECORD,,