Vauxoo / odoo

Fork of Odoo (formerly OpenERP). [This project is not publically mantained just born for internal usage with some little patches] go to official repository on github.com/odoo/odoo
https://www.odoo.com
Other
9 stars 9 forks source link

[FIX] l10n_cr: wrong reference in partners titles #209

Closed suniagajose closed 7 years ago

suniagajose commented 7 years ago

Summary

When installing costa rican localization the partners titles has a wrong reference to base module that cause a warning message in server log. In total the localization had 8 partners titles that not exists in base which was removed the reference and another 2 that exists in base but not had any difference.

Courtesy of Vauxoo.

To fix:

2017-05-26 22:14:31,647 137 INFO openerp_template odoo.modules.loading: loading l10n_cr/data/l10n_cr_state_data.xml
2017-05-26 22:14:31,721 137 WARNING openerp_template odoo.addons.base.ir.ir_model: Creating the ir.model.data res_partner_title_pvt_ltd in module base instead of l10n_cr.
2017-05-26 22:14:31,725 137 WARNING openerp_template odoo.addons.base.ir.ir_model: Creating the ir.model.data res_partner_title_ltd in module base instead of l10n_cr.
2017-05-26 22:14:32,101 137 WARNING openerp_template odoo.addons.base.ir.ir_model: Creating the ir.model.data res_partner_title_dra in module base instead of l10n_cr.
2017-05-26 22:14:32,105 137 WARNING openerp_template odoo.addons.base.ir.ir_model: Creating the ir.model.data res_partner_title_msc in module base instead of l10n_cr.
2017-05-26 22:14:32,109 137 WARNING openerp_template odoo.addons.base.ir.ir_model: Creating the ir.model.data res_partner_title_mba in module base instead of l10n_cr.
2017-05-26 22:14:32,113 137 WARNING openerp_template odoo.addons.base.ir.ir_model: Creating the ir.model.data res_partner_title_lic in module base instead of l10n_cr.
2017-05-26 22:14:32,117 137 WARNING openerp_template odoo.addons.base.ir.ir_model: Creating the ir.model.data res_partner_title_licda in module base instead of l10n_cr.
2017-05-26 22:14:32,121 137 WARNING openerp_template odoo.addons.base.ir.ir_model: Creating the ir.model.data res_partner_title_ing in module base instead of l10n_cr.
moylop260 commented 7 years ago

could you add the pr for odoo/odoo in order to justify merge this one?

suniagajose commented 7 years ago

hi @moylop260

How I was talking about you by hangout this fix was merged previously in this repo:

https://github.com/Vauxoo/odoo/pull/176

but in the last update was dropped

could you help me merging this please?

suniagajose commented 7 years ago

This is the Odoo reference to this FIX

https://github.com/odoo/odoo/pull/15495