openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #05134
[Bug 1294887] Re: [6.1/7.0/trunk] Translation exported is not complete
PS: Please clarify title and description if you want this bug report to
be an improvement request. Thanks!
** Changed in: openobject-server
Status: New => Invalid
** Changed in: openobject-server
Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)
--
You received this bug notification because you are a member of OpenERP
Community Backports Team, which is subscribed to OpenERP Community
Backports (Server).
https://bugs.launchpad.net/bugs/1294887
Title:
[6.1/7.0/trunk] Translation exported is not complete
Status in OpenERP Community Backports (Server):
New
Status in OpenERP Server:
Invalid
Bug description:
This has been detected from bug lp:933496, where a missing translation
has triggered an investigation about that.
In purchase module, you have this menu definition:
<menuitem icon="terp-purchase" id="base.menu_purchase_root" name="Purchases" sequence="3"
groups="group_purchase_manager,group_purchase_user"
web_icon="images/purchases.png"
web_icon_hover="images/purchases-hover.png"/>
Exporting pot file, I get:
#. module: purchase
#: model:ir.actions.act_window,name:purchase.action_purchase_line_product_tree
#: model:ir.actions.act_window,name:purchase.open_board_purchase
#: model:ir.ui.menu,name:purchase.menu_board_purchase
#: model:ir.ui.menu,name:purchase.menu_purchase_config
#: view:res.partner:0
msgid "Purchases"
msgstr ""
But it must be another one comment that is missing:
#: model:ir.ui.menu,name:base.menu_purchase_root
Maybe the problem is because XML ID module is 'base' instead
'purchase', but if I export 'base' module, this comment isn't exported
also.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ocb-server/+bug/1294887/+subscriptions
References