new site
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
"""Data models for Odoo Directory."""
|
||||
|
||||
from .schemas import (
|
||||
Region,
|
||||
Country,
|
||||
City,
|
||||
Tag,
|
||||
Company,
|
||||
CompanyTag,
|
||||
CityTag,
|
||||
CountryTag,
|
||||
ExecutionPlan,
|
||||
PlanStep,
|
||||
StepStatus,
|
||||
TagCategory,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"Region",
|
||||
"Country",
|
||||
"City",
|
||||
"Tag",
|
||||
"Company",
|
||||
"CompanyTag",
|
||||
"CityTag",
|
||||
"CountryTag",
|
||||
"ExecutionPlan",
|
||||
"PlanStep",
|
||||
"StepStatus",
|
||||
"TagCategory",
|
||||
]
|
||||
Reference in New Issue
Block a user