openerp-dev-web team mailing list archive
-
openerp-dev-web team
-
Mailing list archive
-
Message #02609
[Merge] lp:~openerp-dev/openobject-addons/rpa-dev-addons2 into lp:~openerp-dev/openobject-addons/trunk-dev-addons2
Rucha (Open ERP) has proposed merging lp:~openerp-dev/openobject-addons/rpa-dev-addons2 into lp:~openerp-dev/openobject-addons/trunk-dev-addons2.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
#511193 unit factor is limited to 5 zeros
https://bugs.launchpad.net/bugs/511193
#641110 Cannot record outgoing stock move with prodlot for consumable products
https://bugs.launchpad.net/bugs/641110
#663662 [6.0rc1] bug in 'request a quotation' from PR
https://bugs.launchpad.net/bugs/663662
#663999 [6.0RC1] delivery - usability issues
https://bugs.launchpad.net/bugs/663999
#664344 Unclear help texts in product_expiry
https://bugs.launchpad.net/bugs/664344
#666781 useless list comprehension and browse in split_moves
https://bugs.launchpad.net/bugs/666781
#667327 [v6 RC1] Consume products in Production order not working in GTK client
https://bugs.launchpad.net/bugs/667327
#667558 product_visible_discount uses discount in changing UoM in sale order of OpenERP v6.0 rc1
https://bugs.launchpad.net/bugs/667558
#683718 [v6 RC1] stock addon: _product_value badly implemented
https://bugs.launchpad.net/bugs/683718
#690034 no translation in pricelist report
https://bugs.launchpad.net/bugs/690034
#706776 [6.0 Stable version]Related Picking Application Error
https://bugs.launchpad.net/bugs/706776
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/rpa-dev-addons2/+merge/47374
--
https://code.launchpad.net/~openerp-dev/openobject-addons/rpa-dev-addons2/+merge/47374
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/rpa-dev-addons2.
=== modified file 'stock/stock_view.xml'
--- stock/stock_view.xml 2011-01-18 17:14:00 +0000
+++ stock/stock_view.xml 2011-01-25 10:04:06 +0000
@@ -1830,7 +1830,7 @@
src_model="product.product"/>
<act_window
- domain="[('move_lines','in',[active_id])]"
+ domain="[('move_lines','=',active_id)]"
id="act_relate_picking"
name="Related Picking"
res_model="stock.picking"
Follow ups