← Back to team overview

openerp-community-reviewer team mailing list archive

[Bug 1294887] Re: [6.1/7.0/trunk] Translation exported is not complete

 

** Changed in: ocb-server
       Status: New => Invalid

-- 
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):
  Invalid
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