Comment 4 for bug 1084966

Revision history for this message
Jordan (jordan-infovalles) wrote : Re: [Bug 1084966] Re: [extra-trunk]Error installing module 'label' from extra-trunk in openerp 6.1-1

Thanks so much!

2012/11/30 Amit Parik (OpenERP) <email address hidden>

> Hello Infovallex,
>
> 'Label' module is part of the extra-addons, which are maintained by the
> community, including all the modules created by "OpenERP" or "Tiny" as
> none of these are actively developed by our teams anymore.
>
> You have faced this error because we have changed our xml menu tag since
> 6.0. On label module our xml tag is old which iwas used on version 5.
>
> See menu tag on label module of extra-trunk,
>
> <menuitem name="Partners/Configuration/Label Manufacturers"
> id="menu_report_label_manufacturer_form"
> action="action_report_label_manufacturer_form"/>
>
> It should be like this
> <menuitem name="Label Manufacturers"
> id="menu_report_label_manufacturer_form"
> action="action_report_label_manufacturer_form"
> parent="configuration_label_reports_menu"/>
>
> You have to changed all the menuitem as per above then you will get
> success. Or *you can use the' Label' module from extra-addons branch of
> 6.0 branch (Here this issue was fixed ago)
>
> If you or anyone from the community would like to work on it, please mark
> the bug as "In progress" and assign it to yourself
> (or ask us or anyone from OpenERP Drivers to do it for you). In the mean
> time, we will mark it as "Won't fix" to indicate that
> no further progress is expected at the moment. If you require further
> assistance with any trouble while updating the module,
> do not hesitate to ask here or via a question:
> https://answers.launchpad.net/openobject-addons
>
> Get the code from here: - https://code.launchpad.net/~openerp-commiter
> /openobject-addons/extra-6.0 (Get the label module with fixes)
>
> I hope you understand, and perhaps this explanation will be helpful to you
> if you start fixing this extra-addon...
> Thank you!
>
> PS: For whomever works on fixing this, you probably want to apply/merge
> your changes in both the 6.0 and trunk branches of extra-addons:
>
> - https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-
> extra-addons
>
> ** Changed in: openobject-addons
> Status: New => Won't Fix
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1084966
>
> Title:
> [extra-trunk]Error installing module 'label' from extra-trunk in
> openerp 6.1-1
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/openobject-addons/+bug/1084966/+subscriptions
>