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.4.3.tar.gz (48.5 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.4.3-py3-none-any.whl (16.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: addon_odoo_wheel-0.4.3.tar.gz
  • Upload date:
  • Size: 48.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for addon_odoo_wheel-0.4.3.tar.gz
Algorithm Hash digest
SHA256 582d1b4db472c468e7d3b1ed1ccc0ddedcecf2a9ca0ba71b96598684a0daefc9
MD5 1febc83e072a9cdfb129c7a3258ccb3e
BLAKE2b-256 1401c0b82e6ceab0ea1d83225b265706e7114b5cce2f57712d22dcdb7e62194f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for addon_odoo_wheel-0.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a5a1faa2594f0df3643df6626f70b0989b7fbbe537908878b029c5ef41698726
MD5 06a6aea008c7eb638dfc6f704787ad0b
BLAKE2b-256 339ad79527dc6a2751309c4e9ed586bd17c4cd529d8dbef4f2e8e8adcb64c688

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