- Add sequence field (default 10) to product.category with _order = "sequence, name" - Inherit product.category tree view to add drag-handle widget - Sort category hierarchy and available categories by sequence in controller - Migration 18.0.1.9.0: add sequence column to product_category table - Bump version to 18.0.1.9.0
9 lines
429 B
Python
9 lines
429 B
Python
from . import group_order # noqa: F401
|
|
from . import group_order_slot # noqa: F401
|
|
from . import product_category_extension # noqa: F401
|
|
from . import product_extension # noqa: F401
|
|
from . import res_config_settings # noqa: F401
|
|
from . import res_partner_extension # noqa: F401
|
|
from . import sale_order_extension # noqa: F401
|
|
from . import stock_picking_extension # noqa: F401
|
|
from . import js_translations # noqa: F401
|