Functionnal regression in "city" (extra-addons)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Odoo Addons (MOVED TO GITHUB) |
Fix Released
|
Undecided
|
Numérigraphe |
Bug Description
A few improvements that I had made for the module "city" in the extra addons in revno 3761 have been lost when the module was overwritten with an alternate version in revno 5240.
From the bzr log :
* In the module "city":
Made the "state" field optional and added a new field "country"
Added a field "code".
Replaced the method "search" of city.city by a simpler "name_search" with a default limit of 80 matches
Added the country in the city list view
Bumped version to 1.1
Fixed a in the module's description.
Removed the double "replace" section in the view XML (doesn't seem needed on 5.0.0)
* Enhancements in the module "city":
Added search methods for the function fields in partner.address
Indexed the location in partner.address
Reformated the code a bit
Made the city code searchable in advanced search
Also completed base_contact_city's description.
Lionel Sausin
Related branches
- OpenERP Committers: Pending requested 2011-11-23
- Jordi Esteve (www.zikzakmedia.com): Pending requested 2011-11-23
-
Diff: 226 lines (+30/-129)3 files modifiedcity/__openerp__.py (+3/-3)
city/city.py (+24/-116)
city/city_view.xml (+3/-10)
- OpenERP Committers: Pending requested 2011-11-23
- Jordi Esteve (www.zikzakmedia.com): Pending requested 2011-11-23
-
Diff: 632 lines (+106/-287)13 files modifiedcity/__openerp__.py (+4/-4)
city/city.py (+27/-119)
city/city_view.xml (+58/-147)
city/i18n/bg.po (+1/-1)
city/i18n/ca.po (+2/-2)
city/i18n/city.pot (+2/-2)
city/i18n/es.po (+1/-1)
city/i18n/fi.po (+1/-1)
city/i18n/fr.po (+2/-2)
city/i18n/fr_BE.po (+2/-2)
city/i18n/ru.po (+2/-2)
city/i18n/sv.po (+2/-2)
city/i18n/vi.po (+2/-2)
Numérigraphe (numerigraphe) wrote : | #1 |
Changed in openobject-addons: | |
assignee: | nobody → Numérigraphe (numerigraphe) |
status: | New → Confirmed |
Numérigraphe (numerigraphe) wrote : | #2 |
Dear Jordi Esteve,
I re-introduced my changes to the module "city", and by respect for your work I've made it in a distinct branch with a merge proposal.
Would you please be so kind as to review this proposal ?
Lionel.
Changed in openobject-addons: | |
status: | Confirmed → Fix Committed |
Numérigraphe (numerigraphe) wrote : | #3 |
I merged my own proposal, only hoping it won't get overwritten again...
Lionel.
Changed in openobject-addons: | |
status: | Fix Committed → Fix Released |
I'll see if I can re-introduce my changes into the "new" city module.
Lionel