Merge lp:~vauxoo/openerp-venezuela-localization/7.0-onchange_producto-dev-hbto into lp:openerp-venezuela-localization

Proposed by hbto [Vauxoo] http://www.vauxoo.com
Status: Merged
Approved by: hbto [Vauxoo] http://www.vauxoo.com
Approved revision: 908
Merged at revision: 908
Proposed branch: lp:~vauxoo/openerp-venezuela-localization/7.0-onchange_producto-dev-hbto
Merge into: lp:openerp-venezuela-localization
Diff against target: 57 lines (+2/-29)
2 files modified
l10n_ve_sale_purchase/view/product_view.xml (+1/-15)
l10n_ve_withholding_islr/view/product_view.xml (+1/-14)
To merge this branch: bzr merge lp:~vauxoo/openerp-venezuela-localization/7.0-onchange_producto-dev-hbto
Reviewer Review Type Date Requested Status
hbto [Vauxoo] http://www.vauxoo.com Approve
Review via email: mp+195147@code.launchpad.net
To post a comment you must log in.
Revision history for this message
hbto [Vauxoo] http://www.vauxoo.com (humbertoarocha) wrote :

Dado que la prueba en runbot para este branch marcó verde,

Apruebo esta propuesta de merge

http://testrunbot.vauxoo.com/openerp-venezuela-7-0-ovl-mp-195147-1399/logs/

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'l10n_ve_sale_purchase/view/product_view.xml'
2--- l10n_ve_sale_purchase/view/product_view.xml 2013-05-23 04:34:03 +0000
3+++ l10n_ve_sale_purchase/view/product_view.xml 2013-11-13 21:50:00 +0000
4@@ -4,7 +4,6 @@
5 =====================================================
6 Products Extension
7 =====================================================
8- -->
9
10 <record id="product_normal_form_view_type" model="ir.ui.view">
11 <field name="name">product.normal.form.type</field>
12@@ -16,18 +15,5 @@
13 </xpath>
14 </field>
15 </record>
16-
17-
18- <record id="product_template_form_view_type" model="ir.ui.view">
19- <field name="name">product.template.product.form.type</field>
20- <field name="model">product.template</field>
21- <field name="inherit_id" ref="product.product_template_form_view"/>
22- <field name="arch" type="xml">
23- <xpath expr="//field[@name='type']" position="replace">
24- <field name="type" on_change="onchange_product_type(type)"/>
25- </xpath>
26- </field>
27- </record>
28-
29 </data>
30-</openerp>
31\ No newline at end of file
32+</openerp>
33
34=== modified file 'l10n_ve_withholding_islr/view/product_view.xml'
35--- l10n_ve_withholding_islr/view/product_view.xml 2013-05-23 04:34:03 +0000
36+++ l10n_ve_withholding_islr/view/product_view.xml 2013-11-13 21:50:00 +0000
37@@ -36,18 +36,5 @@
38 </xpath>
39 </field>
40 </record>
41-
42-
43- <record id="product_template_form_view_type" model="ir.ui.view">
44- <field name="name">product.template.product.form.type</field>
45- <field name="model">product.template</field>
46- <field name="inherit_id" ref="product.product_template_form_view"/>
47- <field name="arch" type="xml">
48- <xpath expr="//field[@name='type']" position="replace">
49- <field name="type" on_change="onchange_product_type(type)"/>
50- </xpath>
51- </field>
52- </record>
53-
54 </data>
55-</openerp>
56\ No newline at end of file
57+</openerp>