~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to account_msf/board_account_view.xml

UF-358 [ADD] Initial creation : backup of this day

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
                    <field name="amount_untaxed" sum="Total Untaxed amount"/>
23
23
                    <field name="amount_total" sum="Total amount"/>
24
24
                    <field name="state"/>
25
 
                    <button name="purchase_confirmed_wait" states="confirmed" string="Confirm" icon="gtk-go-forward"/>
 
25
                    <button name="purchase_approve" states="confirmed" string="Approved" icon="gtk-go-forward"/>
26
26
                </tree>
27
27
            </field>
28
28
        </record>
48
48
            <field name="priority" eval="15"/>
49
49
            <field name="arch" type="xml">
50
50
                <xpath expr="/form" position="replace">
51
 
                  <form string="Account Board">
52
 
                  </form>
53
 
                  <!-- DASHBOARD FALSE DELETION UTP-398
 
51
                    <form string="Account Board">
54
52
                        <hpaned>
55
53
                            <child1>
56
54
                                <action colspan="4" height="160" width="400" name="%(account.action_draft_customer_invoices_dashboard)d" string="Customer Invoices to Approve" />
57
55
                                <action colspan="4" height="220" name="%(purchase_waiting_msf)d" string="Purchase Order Waiting Approval" width="400"/>
58
 
                                <action colspan="4" height="160" width="400" name="%(account.action_company_analysis_tree)d" string="Company Analysis" />
 
56
                                <action colspan="4" height="160" width="400" name="%(account.action_company_analysis_tree)d" string="Company Analysis" groups="account.group_account_manager"/>
59
57
                            </child1>
60
58
                            <child2>
61
 
                                <action colspan="4" height="220" name="%(account.action_treasory_graph)d" string="Treasury" />
62
 
                                <action colspan="4" height="220" name="%(account.action_aged_receivable)d" string="Aged Receivables" />
 
59
                                <action colspan="4" height="220" name="%(account.action_treasory_graph)d" string="Treasury" groups="account.group_account_manager,account.group_account_user"/>
 
60
                                <action colspan="4" height="220" name="%(account.action_aged_receivable)d" string="Aged Receivables" groups="account.group_account_manager,account.group_account_user"/>
 
61
                                <!--  <action colspan="4" height="220" name="%(account.action_aged_income)d" string="Aged income"/> -->
63
62
                            </child2>
64
63
                        </hpaned>
65
 
                      </form>
66
 
                      END OF DASHBOARD FALSE DELETION UTP-398 -->
 
64
                    </form>
67
65
                </xpath>
68
66
            </field>
69
67
        </record>