odoo-addons
odoo-addons copied to clipboard
Module can not be installed in odoo 13 enterprise edition
raise ValidationError(_('Invalid view %s definition in %s') % (view_name, view.arch_fs)) odoo.tools.convert.ParseError: "Invalid view view.res.partner.map definition in gws_google_maps/views/res_partner.xml
i think there is a conflict between gws_google_maps.map view definition and web_map odoo module that has another map view definition .
Note : this issue happens only with enterprise addons
Hi @MahmoudFahmi
Thanks for open this issue
Unfortunately, that module gws_google_maps
is not maintain by me
The person or company that published the module on odoo apps copy my module and change the name
Hi @MahmoudFahmi
The version 13.0 has been published you can find it on this branch https://github.com/gityopie/odoo-addons/tree/13.0
I'll closed this issue, Feel free to open new issue if found you error or something doesn't work Thank you
Hi Yopi Angi,
there is always an error while installing the module "web_google_maps" with odoo 13 enterprise addons , i think the reason is there is a conflict between your module and "web_map" module included in odoo enterprise addons , the conflict is in map view definition ,
ex: "Invalid view view.res.partner.map definition in web_google_maps/views/res_partner.xml"
note that the module working fine and full functionality eit odoo 13 community
Thank you .
On Tue, Oct 20, 2020 at 7:07 AM Yopi Angi [email protected] wrote:
Hi @MahmoudFahmi https://github.com/MahmoudFahmi
The version 13.0 has been published you can find it on this branch https://github.com/gityopie/odoo-addons/tree/13.0
I'll closed this issue, Feel free to open new issue if found you error or something doesn't work Thank you
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gityopie/odoo-addons/issues/147#issuecomment-712591815, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEFKBCGUNKSCDLNAGBNZT7LSLULJLANCNFSM4SO63OYA .
Hi @MahmoudFahmi
Could you please copy-paste the full error message here?
Odoo Server Error
Traceback (most recent call last):
File "/home/../../13/odoo/odoo/tools/convert.py", line 712, in parse
self._tag_root(de)
File "/home/../../13/odoo/odoo/tools/convert.py", line 674, in _tag_root
f(rec)
File "/home/../../13/odoo/odoo/tools/convert.py", line 577, in _tag_record
record = model._load_records([data], self.mode == 'update')
File "/home/../../13/odoo/odoo/models.py", line 4104, in _load_records
records = self._load_records_create([data['values'] for data in to_create])
File "/home/../../13/odoo/odoo/models.py", line 4018, in _load_records_create
return self.create(values)
File "
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/../../13/odoo/odoo/http.py", line 624, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/home/../../13/odoo/odoo/http.py", line 310, in _handle_exception
raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
File "/home/../../13/odoo/odoo/tools/pycompat.py", line 14, in reraise
raise value
File "/home/../../13/odoo/odoo/http.py", line 669, in dispatch
result = self._call_function(**self.params)
File "/home/../../13/odoo/odoo/http.py", line 350, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/home/../../13/odoo/odoo/service/model.py", line 94, in wrapper
return f(dbname, *args, **kwargs)
File "/home/../../13/odoo/odoo/http.py", line 339, in checked_call
result = self.endpoint(*a, **kw)
File "/home/../../13/odoo/odoo/http.py", line 915, in call
return self.method(*args, **kw)
File "/home/../../13/odoo/odoo/http.py", line 515, in response_wrap
response = f(*args, **kw)
File "/home/../../13/odoo/addons/web/controllers/main.py", line
1326, in call_button
action = self._call_kw(model, method, args, kwargs)
File "/home/../../13/odoo/addons/web/controllers/main.py", line
1314, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/home/../../13/odoo/odoo/api.py", line 387, in call_kw
result = _call_kw_multi(method, model, args, kwargs)
File "/home/../../13/odoo/odoo/api.py", line 374, in _call_kw_multi
result = method(recs, args, **kwargs)
File "
@MahmoudFahmi Looks like you are using the incorrect version
On version 13.0, the "Google map" view name has been changed to google_map
https://github.com/gityopie/odoo-addons/blob/13.0/web_google_maps/views/res_partner.xml#L7