add model 'purchase.py'
This commit is contained in:
6
purchase.py
Normal file
6
purchase.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
from trytond.model import ModelView, ModelSQL
|
||||||
|
|
||||||
|
|
||||||
|
class PurchaseLine(ModelSQL, ModelView, metaclass=PoolMeta):
|
||||||
|
'PurhcaseLine'
|
||||||
|
__name__ = 'purchase.line'
|
||||||
Reference in New Issue
Block a user