[17][FIX]stock_free_quantity: type in views#30
Conversation
2644140 to
25e5570
Compare
| { | ||
| "name": "Stock Free Quantity", | ||
| "version": "17.0.1.0.0", | ||
| "version": "17.0.1.1.0", |
There was a problem hiding this comment.
@mav-adhoc Don't update this if you don't have migration scripts
25e5570 to
b7d89d2
Compare
| decoration-warning="free_qty == 0" | ||
| decoration-bf="1" | ||
| /> | ||
| <field name="type" invisible="1" /> |
There was a problem hiding this comment.
IMHO, this is not correct as it is defined in inherited view.
See : product_product_tree_view
And particularily : https://github.com/odoo/odoo/blob/17.0/addons/product/views/product_views.xml#L361
There was a problem hiding this comment.
Apparently the error exists due to a view of an OCA module (stock_free_quantity), which gives the error because it says that the 'type' field does not have permissions for certain users..
b7d89d2 to
4a104a5
Compare
|
@rousseldenis Hi! i create this PR because there is an error that exists due to the view of this OCA module (stock_free_quantity), which gives the error because it says that the 'type' field does not have permissions for certain users. |
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
|
Could we move this forward and get it merged @rousseldenis ? |
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
There was an error accessing to these views because the field 'type' was not inside the views.