3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
farmOS/modules/core/inventory/farm_inventory.info.yml
Michael Stenta cdfe4dc5a4 Move log quantity base field definition to farm_log_quantity module.
The farm_inventory module had an implicit dependency on this
field, so by moving this out to its own module we can depend
on it explicitly without adding a dependency on farm_entity
as a whole.
2021-07-22 17:40:16 -04:00

13 lines
268 B
YAML

name: farmOS Inventory
description: Adds inventory features to quantities.
type: module
package: farmOS
core_version_requirement: ^9
dependencies:
- drupal:options
- farm:asset
- farm:farm_field
- farm:farm_log_quantity
- farm:quantity
- fraction:fraction