[Trunk/7.0] Typo :1 Sales, 1 Purchases, 1 Meetings, 1 Opportunities on Customer KANBAN instead of 1 Sale, 1 Purchase, 1 Meeting, 1 Opportunity
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Committed
|
Low
|
OpenERP R&D Addons Team 3 |
Bug Description
The Kanban view will currently show Customers with the number of Sales listed, but when there is only one sale, it shows:
1 Sales
instead of
1 Sale
1) Steps to reproduce the issue you have observed
Sales --> Sales --> Customers
2) The result you observed
1 Sales
3) The result you expected
1 Sale
4) The platform you are using
Ubuntu 12.04
5) The browser and browser version you are using
Firefox, Chrome and Internet Explorer
6) The OpenERP version you are using
7.0
I also tested today on http://
7) Suggested fix
A way to fix this is to change the sale.crm_
Original XML:
<?xml version="1.0"?>
<data><field name="mobile" position="after">
</data>
New XML:
<?xml version="1.0"?>
<data><field name="mobile" position="after">
</data>
8) Additional Information
This issue also applies to:
Opportunities and Meetings, in crm.crm_
Purchases in purchase.
This is applicable not just in English:
vente, ventes in French - don't they speak that in Belgium ;)
Related branches
- OpenERP Core Team: Pending requested
-
Diff: 60 lines (+16/-4)3 files modifiedcrm/res_partner_view.xml (+8/-2)
purchase/partner_view.xml (+4/-1)
sale/res_partner_view.xml (+4/-1)
summary: |
- 1 Sales, 1 Purchases, 1 Meetings, 1 Opportunities on Customer KANBAN - instead of 1 Sale, 1 Purchase, 1 Meeting, 1 Opportunity + [Trunk] Typo :1 Sales, 1 Purchases, 1 Meetings, 1 Opportunities on + Customer KANBAN instead of 1 Sale, 1 Purchase, 1 Meeting, 1 Opportunity |
affects: | openerp-web → openobject-addons |
Changed in openobject-addons: | |
status: | New → Confirmed |
importance: | Undecided → Low |
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 3 (openerp-dev-addons3) |
Changed in openobject-addons: | |
status: | Confirmed → In Progress |
summary: |
- [Trunk] Typo :1 Sales, 1 Purchases, 1 Meetings, 1 Opportunities on + [Trunk/7.0] Typo :1 Sales, 1 Purchases, 1 Meetings, 1 Opportunities on Customer KANBAN instead of 1 Sale, 1 Purchase, 1 Meeting, 1 Opportunity |
Hello,
It has been fixed in to https:/ /code.launchpad .net/~openerp- dev/openobject- addons/ trunk-bug- 1112985- cga
Revision No:8531
Revision ID:<email address hidden>
It will be merged soon.
Thanks