Metadata-Version: 2.1
Name: odoo-bikeshop
Version: 0.0.2
Summary: A work order management solution for bicycle repair shops built as an Odoo 17 addon.
Home-page: https://www.atlbikeshed.com
License: GPL-3.0-or-later
Keywords: odoo,odoo18,bicycle,bike shop
Author: Sam Whited
Author-email: sam@samwhited.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Framework :: Odoo :: 18.0
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business
Project-URL: Bug Tracker, https://codeberg.org/atlbikeshed/odoo-bikeshop/issues
Project-URL: Repository, https://codeberg.org/atlbikeshed/odoo-bikeshop/
Description-Content-Type: text/markdown

<h1 align="center">
<img alt="Odoo Bike Shop"
     width="270"
     src="https://codeberg.org/atlbikeshed/odoo-bikeshop/raw/branch/main/bikeshop/static/description/logo.png"/>
</h1>

<p align="center">
<a href="https://codeberg.org/atlbikeshed/odoo-bikeshop/raw/branch/main/bikeshop/static/description/queue.png">
<img alt="A list of work orders awaiting repair. They are broken down into  various categories such as 'Quotation', 'In Queue', and 'Delayed Awaiting Parts'."
     src="https://codeberg.org/atlbikeshed/odoo-bikeshop/raw/branch/main/bikeshop/static/description/queue.png"
     width="360"/>
</a>
<a href="https://codeberg.org/atlbikeshed/odoo-bikeshop/raw/branch/main/bikeshop/static/description/bicycles.png">
<img alt="A screen shot showing a list of bicycles including the serial number, make, model, and owner."
     src="https://codeberg.org/atlbikeshed/odoo-bikeshop/raw/branch/main/bikeshop/static/description/bicycles.png"
     width="360"/>
</a>
<a href="https://codeberg.org/atlbikeshed/odoo-bikeshop/raw/branch/main/bikeshop/static/description/wo_screenshot.png">
<img alt="A screen displaying a customer name and address, a bicycle, and a break down of several parts and services."
     src="https://codeberg.org/atlbikeshed/odoo-bikeshop/raw/branch/main/bikeshop/static/description/work_order.png"
     width="360"/>
</a>
</p>

[![Codeberg CI](https://ci.codeberg.org/api/badges/13359/status.svg)](https://ci.codeberg.org/repos/13359)

This is a plugin for the [Odoo] suite of business management software that
provides workflows for bicycle shops that sell and repair bikes.

This addon is available in the [Odoo App Store]!
For a one time fee you can support the further development of this module and
install this addon straight into your Odoo.sh or on-prem Odoo install.
With your purchase you'll also get priority support and easy updates.


## Translations

Translations can be found in the `i18n/` tree and are licensed separately under
a Creative Commons Attribution-ShareAlike 4.0 International License ([CC BY-SA
4.0]).
To contribute to translations see the project on [Codeberg Translate].

## License

The package may be used under the terms of the GPL version 3 License a copy of
which may be found in the [LICENSE] file.

Unless you explicitly state otherwise, any contribution submitted for inclusion
in the work by you shall be licensed as above, without any additional terms or
conditions.


[Odoo]: https://www.odoo.com/
[Odoo App Store]: https://apps.odoo.com/apps/modules/17.0/bikeshop
[CC BY-SA 4.0]: https://creativecommons.org/licenses/by-sa/4.0/
[Codeberg Translate]: https://translate.codeberg.org/projects/odoo/bikeshop/
[LICENSE]: https://codeberg.org/atlbikeshed/odoo-bikeshop/raw/branch/main/LICENSE

