mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
(cherry picked from commit 811310fd06ca8589fa8e87da6b8bdaea403bf660) [MIG] Improve the code and fix some bugs (cherry picked from commit 5bcdfe3f748884d650120f76d1642b820d0a800b) [FIX] Change the parent for the menu Credit Control (the previous parent menu was not in the Odoo standard) (cherry picked from commit 826257ce7b5248956d838cae9c94a012d550327e) [FIX] Fix a lot of errors to respect pep8 (cherry picked from commit bed6cf35d665eea32122c91d33322af141053f29) [FIX] Respect PEP8 (cherry picked from commit 6353eef0dce1bfe5db8a38d3410d1cc7f833fa10)
13 lines
410 B
XML
13 lines
410 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<report
|
|
id="credit_control_summary"
|
|
model="credit.control.communication"
|
|
string="Credit Control Summary"
|
|
report_type="qweb-pdf"
|
|
name="account_credit_control.report_credit_control_summary"
|
|
file="account_credit_control.report_credit_control_summary"
|
|
auto="False"
|
|
/>
|
|
</odoo>
|