← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 724489] [NEW] [trunk] translation inconsistency in module hr_holidays

 

Public bug reported:

2 different string for the same field in 2 view

<field name="holiday_type" on_change="onchange_type(holiday_type)"
attrs="{'readonly':[('state','!=','draft')]}" string="Allocation Type"
groups="base.group_hr_manager, base.group_extended"/>

<field name="holiday_type" on_change="onchange_type(holiday_type)"
attrs="{'readonly':[('state','!=','draft')]}" width="130"
groups="base.group_hr_manager, base.group_extended" string="Leave
Type"/>

string="Allocation Type"  and   string="Leave Type"

That confuse the end user, 2 form need to use the same string to kept
consistency.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

** Description changed:

- 2 different string for the same field and 2 view
+ 2 different string for the same field in 2 view
  
  <field name="holiday_type" on_change="onchange_type(holiday_type)"
  attrs="{'readonly':[('state','!=','draft')]}" string="Allocation Type"
  groups="base.group_hr_manager, base.group_extended"/>
  
  <field name="holiday_type" on_change="onchange_type(holiday_type)"
  attrs="{'readonly':[('state','!=','draft')]}" width="130"
  groups="base.group_hr_manager, base.group_extended" string="Leave
  Type"/>
  
  string="Allocation Type"  and   string="Leave Type"
  
  That confuse the end user, 2 form need to use the same string to kept
  consistency.

-- 
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/724489

Title:
  [trunk] translation inconsistency in module hr_holidays

Status in OpenERP Modules (addons):
  New

Bug description:
  2 different string for the same field in 2 view

  <field name="holiday_type" on_change="onchange_type(holiday_type)"
  attrs="{'readonly':[('state','!=','draft')]}" string="Allocation Type"
  groups="base.group_hr_manager, base.group_extended"/>

  <field name="holiday_type" on_change="onchange_type(holiday_type)"
  attrs="{'readonly':[('state','!=','draft')]}" width="130"
  groups="base.group_hr_manager, base.group_extended" string="Leave
  Type"/>

  string="Allocation Type"  and   string="Leave Type"

  That confuse the end user, 2 form need to use the same string to kept
  consistency.



Follow ups

References