diff --git a/rma/__manifest__.py b/rma/__manifest__.py index ef12b21a..8f5c7313 100644 --- a/rma/__manifest__.py +++ b/rma/__manifest__.py @@ -8,6 +8,7 @@ 'license': 'OPL-1', 'website': 'https://hibou.io/', 'depends': [ + 'hibou_professional', 'stock', 'delivery', ], diff --git a/rma_product_cores/__manifest__.py b/rma_product_cores/__manifest__.py index 810c31f3..979a0c7a 100755 --- a/rma_product_cores/__manifest__.py +++ b/rma_product_cores/__manifest__.py @@ -12,6 +12,7 @@ RMA Product Cores - Return core products from customers. """, 'website': 'https://hibou.io/', 'depends': [ + 'hibou_professional', 'product_cores', 'rma_sale', ], diff --git a/rma_sale/__manifest__.py b/rma_sale/__manifest__.py index e9fa3f5b..2f3f70ff 100644 --- a/rma_sale/__manifest__.py +++ b/rma_sale/__manifest__.py @@ -8,6 +8,7 @@ 'license': 'OPL-1', 'website': 'https://hibou.io/', 'depends': [ + 'hibou_professional', 'rma', 'sale', 'sales_team',