Initial import from Docker volume
This commit is contained in:
21
modules/price/__init__.py
Executable file
21
modules/price/__init__.py
Executable file
@@ -0,0 +1,21 @@
|
||||
from trytond.pool import Pool
|
||||
|
||||
from . import (
|
||||
price, price_value, ir)
|
||||
|
||||
|
||||
def register():
|
||||
Pool.register(
|
||||
price.Price,
|
||||
price.FixType,
|
||||
price.MarketArea,
|
||||
price.Calendar,
|
||||
price.CalendarLine,
|
||||
price.Product,
|
||||
price.Composite,
|
||||
price_value.PriceValue,
|
||||
price_value.PriceValueReport,
|
||||
price_value.PVRContext,
|
||||
price_value.PriceValueReport2,
|
||||
price_value.PVRContext2,
|
||||
module='price', type_='model')
|
||||
Reference in New Issue
Block a user