Merge lp:~vauxoo/addons-vauxoo/addons-vauxoo-mrp_consume_produce-change-qty-dev-fernando into lp:addons-vauxoo

Proposed by Fernando Lopez
Status: Rejected
Rejected by: Moisés López - http://www.vauxoo.com
Proposed branch: lp:~vauxoo/addons-vauxoo/addons-vauxoo-mrp_consume_produce-change-qty-dev-fernando
Merge into: lp:addons-vauxoo
Diff against target: 16 lines (+7/-0)
1 file modified
mrp_consume_produce/mrp_consume_produce_view.xml (+7/-0)
To merge this branch: bzr merge lp:~vauxoo/addons-vauxoo/addons-vauxoo-mrp_consume_produce-change-qty-dev-fernando
Reviewer Review Type Date Requested Status
Julio Serna-http://www.vauxoo.com Pending
Moisés López - http://www.vauxoo.com Pending
Review via email: mp+125564@code.launchpad.net

Description of the change

Se modificó la vista para que el botón de comprar cantidad aparezca cuando la orden está en producción. Afecta los campos correctos al cambiar la cantidad con unidades producidas.

To post a comment you must log in.
Revision history for this message
Moisés López - http://www.vauxoo.com (moylop260) wrote :

Se resolvió con el otro módulo de mrp_variation

Unmerged revisions

464. By Fernando Lopez

[IMP]Modified the view so the button 'change quantity' also is visible when the state of the production order is in_production

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'mrp_consume_produce/mrp_consume_produce_view.xml'
2--- mrp_consume_produce/mrp_consume_produce_view.xml 2012-09-17 17:27:11 +0000
3+++ mrp_consume_produce/mrp_consume_produce_view.xml 2012-09-20 19:09:20 +0000
4@@ -35,6 +35,13 @@
5 <xpath expr="/form/group/field[@name='origin']" position="after">
6 <field name="len_move" invisible="1"/>
7 </xpath>
8+
9+ <xpath expr="/form/group/button[@string='Change Qty']" position="replace">
10+ <button type="action"
11+ icon="terp-accessories-archiver+"
12+ name="%(mrp.action_change_production_qty)d"
13+ string="Change Qty" states="ready,confirmed,in_production" />
14+ </xpath>
15 </field>
16 </record>
17