~koi-accounting-modules-maintainer/koi-accounting-modules/7.0-fixed-asset

« back to all changes in this revision

Viewing changes to ar_account/view/view_CashStatement.xml

  • Committer: Andhitia Rama
  • Date: 2015-08-21 01:19:50 UTC
  • Revision ID: andhitia.r@gmail.com-20150821011950-3xsh8pwrd00ybdsc
Perbaikan beberapa error log pd console

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        <record id="form_account_cashReconcilliation" model="ir.ui.view">
6
6
            <field name="name">Form Cash Reconcilliation</field>
7
7
            <field name="model">account.cash.statement</field>
8
 
            <field name="sequence" eval="1"/>
 
8
            <field name="priority" eval="1"/>
9
9
            <field name="arch" type="xml">
10
10
                <form string="Cash Reconcilliation" version="7.0">
11
11
                    <header>
93
93
        <record id="tree_account_cashReconcilliation" model="ir.ui.view">
94
94
            <field name="name">Tree Cash Reconcilliation</field>
95
95
            <field name="model">account.cash.statement</field>
96
 
            <field name="sequence" eval="1"/>
 
96
            <field name="priority" eval="1"/>
97
97
            <field name="arch" type="xml">
98
98
                <tree colors="red:(balance_end_real!=balance_end or balance_start!=balance_start_compute)" string="Cash Reconcilliation">
99
99
                    <field name="name"/>