control 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. Source: odoo
  2. Section: net
  3. Priority: optional
  4. Maintainer: Odoo S.A. <info@odoo.com>
  5. Uploaders: Aaron Bohy <aab@odoo.com>, Simon Lejeune <sle@odoo.com>
  6. Build-Depends: debhelper-compat (= 12), dh-python, python3, rsync, python3-setuptools
  7. Standards-Version: 4.5.0
  8. Homepage: http://www.odoo.com/
  9. Vcs-Git: https://github.com/odoo/odoo
  10. Vcs-Browser: https://github.com/odoo/odoo
  11. Package: odoo
  12. Architecture: all
  13. Depends:
  14. ${misc:Depends},
  15. ${python3:Depends},
  16. adduser,
  17. # support for multilingual fonts
  18. fonts-dejavu-core | fonts-freefont-ttf | fonts-freefont-otf | fonts-noto-core,
  19. fonts-inconsolata,
  20. fonts-font-awesome,
  21. fonts-roboto-unhinted,
  22. gsfonts,
  23. libjs-underscore,
  24. lsb-base,
  25. postgresql-client,
  26. python3-babel,
  27. python3-chardet,
  28. python3-dateutil,
  29. python3-decorator,
  30. python3-docutils,
  31. python3-freezegun,
  32. python3-pil,
  33. python3-jinja2,
  34. python3-libsass,
  35. python3-lxml,
  36. python3-num2words,
  37. python3-ofxparse,
  38. python3-passlib,
  39. python3-polib,
  40. python3-psutil,
  41. python3-psycopg2,
  42. python3-pydot,
  43. python3-openssl,
  44. python3-pypdf2,
  45. python3-qrcode,
  46. python3-renderpm,
  47. python3-reportlab,
  48. python3-requests,
  49. python3-stdnum,
  50. python3-tz,
  51. python3-vobject,
  52. python3-werkzeug,
  53. python3-xlsxwriter,
  54. python3-xlrd,
  55. python3-zeep,
  56. Pre-Depends: ${misc:Pre-Depends}
  57. Conflicts: tinyerp-server, openerp-server, openerp-web, openerp
  58. Replaces: tinyerp-server, openerp-server, openerp-web, openerp
  59. Recommends:
  60. ${python3:Recommends},
  61. postgresql,
  62. python3-ldap,
  63. Description: Open Source Apps To Grow Your Business
  64. Odoo, formerly known as OpenERP, is a suite of open-source business apps
  65. written in Python and released under the LGPLv3 license. This suite of
  66. applications covers all business needs, from Website/Ecommerce down to
  67. manufacturing, inventory and accounting, all seamlessly integrated. Odoo's
  68. technical features include a distributed server, flexible workflows, an object
  69. database, a dynamic GUI, customizable reports, and an XML-RPC interface. Odoo
  70. is the most installed business software in the world. It is used by 2.000.000
  71. users worldwide ranging from very small companies (1 user) to very large ones
  72. (300 000 users).