← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 664289] Re: ir.actions.act_window help text does not exist in po file

 

This was fixed a long time ago before 6.0, closing the bug - it had
escaped the bug radar due to being assigned to an individual, sorry.

** Changed in: openobject-addons
       Status: In Progress => Fix Released

** Changed in: openobject-addons
    Milestone: 6.0-rc2 => None

** Changed in: openobject-addons
     Assignee: Olivier Dony (OpenERP) (odo) => (unassigned)

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/664289

Title:
  ir.actions.act_window help text does not exist in po file

Status in OpenERP Modules (addons):
  Fix Released

Bug description:
  I'm testing 6.0.0.rc1 code and there is a BUG.

  ir.actions.act_window help text does not exist in po file

  Example :
     <record id="action_invoice_tree1" model="ir.actions.act_window">
              <field name="name">Customer Invoices</field>
              <field name="res_model">account.invoice</field>
              <field name="view_type">form</field>
              <field name="view_mode">tree,form,calendar,graph</field>
              <field eval="False" name="view_id"/>
              <field name="domain">[('type','=','out_invoice')]</field>
              <field name="context">{'type':'out_invoice', 'journal_type': 'sale'}</field>
              <field name="search_view_id" ref="view_account_invoice_filter"/>
              <field name="help">Customer Invoices allows you create and manage invoices issued to your customers. OpenERP generates draft of invoices automatically so that you only have to confirm them before sending them to your customers.</field>
          </record>

  I can't find that help message from addons/account/i18n/*.po and
  anymore.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/664289/+subscriptions


References