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

« back to all changes in this revision

Viewing changes to analytic_distribution_purchase/purchase_view.xml

  • Committer: chloups208
  • Date: 2011-08-17 15:23:33 UTC
  • mto: This revision was merged to the branch mainline in revision 243.
  • Revision ID: chloups208@chloups208-laptop-20110817152333-c8w85lxysrbbpeyd
[UF-383] first commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8" ?>
2
 
<openerp>
3
 
    <data>
4
 
    <!-- Add the analytic distribution button on Purchase Order -->
5
 
<!--        <record id="analytic_purchase_order_form_view" model="ir.ui.view">-->
6
 
<!--            <field name="name">analytic.purchase.order.form.view</field>-->
7
 
<!--            <field name="model">purchase.order</field>-->
8
 
<!--            <field name="type">form</field>-->
9
 
<!--            <field name="inherit_id" ref="purchase.purchase_order_form" />-->
10
 
<!--            <field name="arch" type="xml">-->
11
 
<!--                <data>-->
12
 
<!--                    <xpath expr="/form/group/field[@name='company_id']" position="after">-->
13
 
<!--                        <newline />-->
14
 
<!--                        <group colspan="6">-->
15
 
<!--                            <button name="button_analytic_distribution" string="Set a global analytical distribution" type="object" -->
16
 
<!--                                icon="terp-stock_symbol-selection" context="context" colspan="2"/>-->
17
 
<!--                            <label string="" colspan="4"/>-->
18
 
<!--                        </group>-->
19
 
<!--                    </xpath>-->
20
 
<!--                    <xpath expr="/form/notebook/page/field[@name='order_line']/tree/field[@name='product_qty']" position="before">-->
21
 
<!--                        <button name="button_analytic_distribution" string="Analytical distribution" type="object" -->
22
 
<!--                                icon="terp-stock_symbol-selection" context="context"/>-->
23
 
<!--                    </xpath>-->
24
 
<!--                </data>-->
25
 
<!--            </field>-->
26
 
<!--        </record>-->
27
 
    </data>
28
 
</openerp>