Skip to Content
Menu
This question has been flagged
1 Reply
3758 Views

The model is in use in Odoo and I can inherit it but I cannot find in which python file it is defined?!

Avatar
Discard
Best Answer

Hi,

Here is the path for the model odoo-10.0/addons/stock/models/stock_quant.py

class QuantPackage(models.Model):
""" Packages containing quants and/or other packages """
_name = "stock.quant.package"


Avatar
Discard
Author

Thanks mate!

Related Posts Replies Views Activity
0
May 15
3811
0
Dec 24
1479
1
Mar 24
2535
1
Jun 23
12552
0
Jan 23
3197