← Back to team overview

openerp-community-reviewer team mailing list archive

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

 

BTW, I'm getting same result:

http://img27.imageshack.us/img27/5065/tem5.png

That is untranslated terms, in 6.1, 7.0 or trunk, so there's must be
another problem, and not only with 'Purchases' menu. Let me explore
again and tell you back.

I have added openobject-server project (I selected wrongly ocb-server
previously) and stay in New state until then.

Regards.

** Also affects: openobject-server
   Importance: Undecided
       Status: New

-- 
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:
  New

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