Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
1071 Lượt xem

Hello - 

Is Graphviz or any of the associated packages below required for Odoo 16?

graphviz

libcdt5

libcgraph6

libgvc6

libgvpr2

liblab-gamut1

libpathplan4


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi, 

The above mentioned packages are not required for odoo 16. You can see the required packages in requirements.txt file of odoo 16.

https://github.com/odoo/odoo/blob/16.0/requirements.txt

Only these packages are required during the default installation of odoo and it may vary according to the custom modules you are using. 

Regards

Ảnh đại diện
Huỷ bỏ
Tác giả

Thank you, but when I use APT to try and remove Graphviz, it wants to remove Odoo as well. It seems Odoo must depend on Graphviz.

Tác giả

More specifically, looking at the odoo package with rdepends, it appears that odoo depends on python3-pydot, which depends on graphviz.