Skip to main content

Generic and simple build backend for a single Odoo addon

Project description

Addon Odoo Wheel Builder

A standards-compliant Python build backend to package individual Odoo addons. The main idea and the code is taken from sbidoul/whool.

Quick Usage

[build-system]
requires = ["addon-odoo-wheel"]
build-backend = "addon_odoo_wheel.builder"

This config will produce a wheel and the module will be available in the odoo/addons namespace.

See complete doc at addon-odoo-wheel to config.

Well Know Odoo contributors

In src/addon_odoo_wheel/well_know.py you can find the contributors.

To register your company, you only need to add class like class MyCompanyContributor(Contributor):

class _YourComanyAddonContributor(WellKnowAddonContributor):
  names = ["Author Name"] # Place here all the `author` used in your company

  def get_mail(self, odoo_serie_info:OdooSeries|None) -> str|None:
    # Place here your mail
    return None

  def get_package_prefix(self, odoo_series:OdooSeries|None) -> str:
    # Place here your package prefix by default is `addon-odoo`

TODO

  • Add more option to the WellKnowAddonContributor class
  • Use a plugin system pluggy to add contributors
  • Improve the documentation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

addon_odoo_wheel-0.0.6.tar.gz (466.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

addon_odoo_wheel-0.0.6-py3-none-any.whl (15.8 kB view details)

Uploaded Python 3

File details

Details for the file addon_odoo_wheel-0.0.6.tar.gz.

File metadata

  • Download URL: addon_odoo_wheel-0.0.6.tar.gz
  • Upload date:
  • Size: 466.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for addon_odoo_wheel-0.0.6.tar.gz
Algorithm Hash digest
SHA256 034c0615b19dd3ba9500188fcb8f3fcde8b472df6f1a542e7266af93f8228bde
MD5 00739718b9431813cf2a47d7b47701bc
BLAKE2b-256 7e6b0d122d2eeb483503cc6244d8455f617a75e01b0332b868a141a26b16a95a

See more details on using hashes here.

File details

Details for the file addon_odoo_wheel-0.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for addon_odoo_wheel-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 3fcd86e1ac607429fd9085323947370fcd2f90291eefdd8862fede118322d5c1
MD5 32dccbc768827be2f78e3762c9db9d99
BLAKE2b-256 2d175cad8d9813b1bfbcc6d9b8db2633068591842f098fe2187d87dc46a85e6f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page