savoirfairelinux-openerp team mailing list archive
-
savoirfairelinux-openerp team
-
Mailing list archive
-
Message #00192
[Merge] lp:~savoirfairelinux-openerp/openerp-rma/7.0_FIX_1203841 into lp:openerp-rma
Jonatan Cloutier has proposed merging lp:~savoirfairelinux-openerp/openerp-rma/7.0_FIX_1203841 into lp:openerp-rma.
Requested reviews:
Benoit Guillot - http://www.akretion.com (benoit-guillot-z)
Related bugs:
Bug #1203841 in OpenERP RMA: "product_warranty cannot install on v7"
https://bugs.launchpad.net/openerp-rma/+bug/1203841
For more details, see:
https://code.launchpad.net/~savoirfairelinux-openerp/openerp-rma/7.0_FIX_1203841/+merge/176276
change base.group_extended to base.group_no_one for compatibility with v7
--
https://code.launchpad.net/~savoirfairelinux-openerp/openerp-rma/7.0_FIX_1203841/+merge/176276
Your team Savoir-faire Linux' OpenERP is subscribed to branch lp:~savoirfairelinux-openerp/openerp-rma/7.0_FIX_1203841.
=== modified file 'product_warranty/product_warranty_view.xml'
--- product_warranty/product_warranty_view.xml 2012-09-12 09:30:33 +0000
+++ product_warranty/product_warranty_view.xml 2013-07-22 19:32:39 +0000
@@ -61,7 +61,7 @@
</record>
<menuitem action="product_return_instructions_action"
- groups="base.group_extended"
+ groups="base.group_no_one"
id="menu_product_return_instructions_action"
parent="product.prod_config_main" sequence="3"/>
<!-- supplier info -->
Follow ups