-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many2one account.tax.report.line.report_id from Model to TransientModel is forbidden #13
Comments
@drajar did you find a solution for this error? |
I have the same error in odoo14 CE with odoo mates accounting. |
same error here! can anyone tell us the solution please! |
same here, after installing the odoo mates accounting on Odoo 14 CE |
Same problem |
does anyone solve this problem ? |
have you got answers? i'm facing same issue |
not really brother , show me your problem i think i can hello you fixing it
because i think that i fixed it my self
Le jeu. 16 déc. 2021 à 13:48, Ghost Rider ***@***.***> a
écrit :
… does anyone solve this problem ?
have you got answers? i'm facing same issue
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AODJSHISX6GSPPKNZTMA3WLURHNYJANCNFSM4JX4OCRA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Error: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): getting this error while installing base_import module |
Aaaah try to see if they are using transientmodel and they trying to
inherit from model
Le ven. 17 déc. 2021 à 06:10, Ghost Rider ***@***.***> a
écrit :
… not really brother , show me your problem i think i can hello you fixing
it because i think that i fixed it my self Le jeu. 16 déc. 2021 à 13:48,
Ghost Rider *@*.***> a écrit :
… <#m_2975756161485718279_>
does anyone solve this problem ? have you got answers? i'm facing same
issue — You are receiving this because you commented. Reply to this email
directly, view it on GitHub <#13 (comment)
<#13 (comment)>>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AODJSHISX6GSPPKNZTMA3WLURHNYJANCNFSM4JX4OCRA
. Triage notifications on the go with GitHub Mobile for iOS
https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
or Android
https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub
.
Error:
Odoo Server Error
Traceback (most recent call last):
File "/home/wedelivertest/odoo14.0/odoo/addons/base/models/ir_http.py",
line 237, in _dispatch
result = request.dispatch()
File "/home/wedelivertest/odoo14.0/odoo/http.py", line 682, in dispatch
result = self._call_function(**self.params)
File "/home/wedelivertest/odoo14.0/odoo/http.py", line 358, in
_call_function
return checked_call(self.db, *args, **kwargs)
File "/home/wedelivertest/odoo14.0/odoo/service/model.py", line 94, in
wrapper
return f(dbname, *args, **kwargs)
File "/home/wedelivertest/odoo14.0/odoo/http.py", line 346, in checked_call
result = self.endpoint(*a, **kw)
File "/home/wedelivertest/odoo14.0/odoo/http.py", line 911, in *call*
return self.method(*args, **kw)
File "/home/wedelivertest/odoo14.0/odoo/http.py", line 530, in
response_wrap
response = f(*args, **kw)
File "/home/wedelivertest/odoo14.0/odoo/addons/web/controllers/main.py",
line 1363, in call_button
action = self._call_kw(model, method, args, kwargs)
File "/home/wedelivertest/odoo14.0/odoo/addons/web/controllers/main.py",
line 1351, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/home/wedelivertest/odoo14.0/odoo/api.py", line 396, in call_kw
result = _call_kw_multi(method, model, args, kwargs)
File "/home/wedelivertest/odoo14.0/odoo/api.py", line 383, in
_call_kw_multi
result = method(recs, *args, **kwargs)
File "", line 2, in button_immediate_install
File "/home/wedelivertest/odoo14.0/odoo/addons/base/models/ir_module.py",
line 73, in check_and_log
return method(self, *args, **kwargs)
File "/home/wedelivertest/odoo14.0/odoo/addons/base/models/ir_module.py",
line 474, in button_immediate_install
return self._button_immediate_function(type(self).button_install)
File "/home/wedelivertest/odoo14.0/odoo/addons/base/models/ir_module.py",
line 592, in _button_immediate_function
modules.registry.Registry.new(self._cr.dbname, update_module=True)
File "/home/wedelivertest/odoo14.0/odoo/modules/registry.py", line 89, in
new
odoo.modules.load_modules(registry._db, force_demo, status, update_module)
File "/home/wedelivertest/odoo14.0/odoo/modules/loading.py", line 453, in
load_modules
processed_modules += load_marked_modules(cr, graph,
File "/home/wedelivertest/odoo14.0/odoo/modules/loading.py", line 346, in
load_marked_modules
loaded, processed = load_module_graph(
File "/home/wedelivertest/odoo14.0/odoo/modules/loading.py", line 198, in
load_module_graph
registry.init_models(cr, model_names, {'module': package.name},
new_install)
File "/home/wedelivertest/odoo14.0/odoo/modules/registry.py", line 389, in
init_models
model._auto_init()
File "/home/wedelivertest/odoo14.0/odoo/models.py", line 2577, in
_auto_init
new = field.update_db(self, columns)
File "/home/wedelivertest/odoo14.0/odoo/fields.py", line 2535, in update_db
raise ValueError('Many2one %s from Model to TransientModel is forbidden' %
self)
Exception
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/wedelivertest/odoo14.0/odoo/http.py", line 638, in
_handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/home/wedelivertest/odoo14.0/odoo/http.py", line 314, in
_handle_exception
raise exception.with_traceback(None) from new_cause
ValueError: Many2one account.tax.report.line.report_id from Model to
TransientModel is forbidden
getting this error while installing base_import module
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AODJSHKCVGT7OHZA2E6RR4DURLA3BANCNFSM4JX4OCRA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
Anyone can help us to reproduce the issues ? |
does anyone solve this problem? |
@kir-odoo are you getting this error ? |
yes I am facing this same issue This is my traceback : |
can you provide us a db backup ? to [email protected] |
Sorry! |
when we cross checked it last time, we were not able to reproduce this error. As you are getting this error, we are requesting you to share us a backup of your database, so that we can check and fix it |
The text was updated successfully, but these errors were encountered: