[UPD] dotfiles

This commit is contained in:
Tom Blauwendraat
2024-02-16 16:03:51 +01:00
parent c99ab10954
commit 118ffb426f
14 changed files with 1217 additions and 48 deletions

View File

@@ -1,15 +1,37 @@
[![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/162/11.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-web-162)
[![Build Status](https://travis-ci.org/OCA/web.svg?branch=11.0)](https://travis-ci.org/OCA/web)
[![Coverage Status](https://coveralls.io/repos/OCA/web/badge.png?branch=11.0)](https://coveralls.io/r/OCA/web?branch=11.0)
Web addons for Odoo
===================
[![Runboat](https://img.shields.io/badge/runboat-Try%20me-875A7B.png)](https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=11.0)
[![Pre-commit Status](https://github.com/OCA/web/actions/workflows/pre-commit.yml/badge.svg?branch=11.0)](https://github.com/OCA/web/actions/workflows/pre-commit.yml?query=branch%3A11.0)
[![Build Status](https://github.com/OCA/web/actions/workflows/test.yml/badge.svg?branch=11.0)](https://github.com/OCA/web/actions/workflows/test.yml?query=branch%3A11.0)
[![codecov](https://codecov.io/gh/OCA/web/branch/11.0/graph/badge.svg)](https://codecov.io/gh/OCA/web)
[![Translation Status](https://translation.odoo-community.org/widgets/web-11-0/-/svg-badge.svg)](https://translation.odoo-community.org/engage/web-11-0/?utm_source=widget)
This project aims to deal with modules related to the webclient of Odoo. You'll find modules that:
<!-- /!\ do not modify above this line -->
- Add facilities to the UI
- Add widgets
- Ease the import/export features
- Generally add clientside functionality
# Odoo web client UI related addons
Odoo web client UI related addons
<!-- /!\ do not modify below this line -->
<!-- prettier-ignore-start -->
[//]: # (addons)
This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.
[//]: # (end addons)
<!-- prettier-ignore-end -->
## Licenses
This repository is licensed under [AGPL-3.0](LICENSE).
However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA)
policy. Consult each module's `__manifest__.py` file, which contains a `license` key
that explains its license.
----
OCA, or the [Odoo Community Association](http://odoo-community.org/), is a nonprofit
organization whose mission is to support the collaborative development of Odoo features
and promote its widespread use.