Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(7)

Delta Between Two Patch Sets: sale.xml

Issue 4214045: New module sale_shipment_cost (Closed)
Left Patch Set: Remove shipping naming, set always add the shipment cost at the bottom Created 13 years, 9 months ago
Right Patch Set: Fix editing cost line Created 13 years, 8 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « sale.py ('k') | setup.py » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <!-- This file is part of Tryton. The COPYRIGHT file at the top level of 2 <!-- This file is part of Tryton. The COPYRIGHT file at the top level of
3 this repository contains the full copyright notices and license terms. --> 3 this repository contains the full copyright notices and license terms. -->
4 <tryton> 4 <tryton>
5 <data> 5 <data>
6 <record model="ir.ui.view" id="sale_configuration_view_form"> 6 <record model="ir.ui.view" id="sale_configuration_view_form">
7 <field name="model">sale.configuration</field> 7 <field name="model">sale.configuration</field>
8 <field name="type">form</field> 8 <field name="type">form</field>
9 <field name="inherit" ref="sale.sale_configuration_view_form"/> 9 <field name="inherit" ref="sale.sale_configuration_view_form"/>
10 <field name="arch" type="xml"> 10 <field name="arch" type="xml">
11 <![CDATA[ 11 <![CDATA[
12 <data> 12 <data>
13 <xpath expr="/form/field[@name='sale_shipment_method']" 13 <xpath expr="/form/field[@name='sale_shipment_method']"
14 position="after"> 14 position="after">
15 <label name="sale_carrier"/>
16 <field name="sale_carrier"/>
15 <label name="sale_shipment_cost_method"/> 17 <label name="sale_shipment_cost_method"/>
16 <field name="sale_shipment_cost_method"/> 18 <field name="sale_shipment_cost_method"/>
17 </xpath> 19 </xpath>
18 </data> 20 </data>
19 ]]> 21 ]]>
20 </field> 22 </field>
21 </record> 23 </record>
22 24
23 <record model="ir.property" id="property_sale_shipment_cost_method"> 25 <record model="ir.property" id="property_sale_shipment_cost_method">
24 <field name="name">sale_shipment_cost_method</field> 26 <field name="name">sale_shipment_cost_method</field>
(...skipping 23 matching lines...) Expand all
48 position="after"> 50 position="after">
49 <label name="shipment_cost_method"/> 51 <label name="shipment_cost_method"/>
50 <field name="shipment_cost_method"/> 52 <field name="shipment_cost_method"/>
51 </xpath> 53 </xpath>
52 </data> 54 </data>
53 ]]> 55 ]]>
54 </field> 56 </field>
55 </record> 57 </record>
56 </data> 58 </data>
57 </tryton> 59 </tryton>
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b