mirror of https://github.com/OCA/web.git
commit
60510cd9bb
17
README.md
17
README.md
|
@ -5,9 +5,14 @@
|
||||||
|
|
||||||
<!-- /!\ do not modify above this line -->
|
<!-- /!\ do not modify above this line -->
|
||||||
|
|
||||||
# web
|
# Web addons for Odoo
|
||||||
|
|
||||||
TODO: add repo description.
|
This project aims to deal with modules related to the webclient of Odoo. You'll find modules that:
|
||||||
|
|
||||||
|
- Add facilities to the UI
|
||||||
|
- Add widgets
|
||||||
|
- Ease the import/export features
|
||||||
|
- Generally add clientside functionality
|
||||||
|
|
||||||
<!-- /!\ do not modify below this line -->
|
<!-- /!\ do not modify below this line -->
|
||||||
|
|
||||||
|
@ -15,8 +20,7 @@ TODO: add repo description.
|
||||||
|
|
||||||
[//]: # (addons)
|
[//]: # (addons)
|
||||||
|
|
||||||
Available addons
|
## Available addons
|
||||||
----------------
|
|
||||||
addon | version | summary
|
addon | version | summary
|
||||||
--- | --- | ---
|
--- | --- | ---
|
||||||
[web_access_rule_buttons](web_access_rule_buttons/) | 14.0.1.0.0 | Disable Edit button if access rules prevent this action
|
[web_access_rule_buttons](web_access_rule_buttons/) | 14.0.1.0.0 | Disable Edit button if access rules prevent this action
|
||||||
|
@ -48,10 +52,12 @@ addon | version | summary
|
||||||
|
|
||||||
[//]: # (end addons)
|
[//]: # (end addons)
|
||||||
|
|
||||||
|
## Translation Status
|
||||||
|
[](https://translation.odoo-community.org/engage/web-12-0/?utm_source=widget)
|
||||||
|
|
||||||
<!-- prettier-ignore-end -->
|
<!-- prettier-ignore-end -->
|
||||||
|
|
||||||
## Licenses
|
## Licenses
|
||||||
|
|
||||||
This repository is licensed under [AGPL-3.0](LICENSE).
|
This repository is licensed under [AGPL-3.0](LICENSE).
|
||||||
|
|
||||||
However, each module can have a totally different license, as long as they adhere to OCA
|
However, each module can have a totally different license, as long as they adhere to OCA
|
||||||
|
@ -59,7 +65,6 @@ policy. Consult each module's `__manifest__.py` file, which contains a `license`
|
||||||
that explains its license.
|
that explains its license.
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
OCA, or the [Odoo Community Association](http://odoo-community.org/), is a nonprofit
|
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
|
organization whose mission is to support the collaborative development of Odoo features
|
||||||
and promote its widespread use.
|
and promote its widespread use.
|
||||||
|
|
Loading…
Reference in New Issue