forked from Techsystech/web
commit
60510cd9bb
17
README.md
17
README.md
|
@ -5,9 +5,14 @@
|
|||
|
||||
<!-- /!\ 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 -->
|
||||
|
||||
|
@ -15,8 +20,7 @@ TODO: add repo description.
|
|||
|
||||
[//]: # (addons)
|
||||
|
||||
Available addons
|
||||
----------------
|
||||
## Available addons
|
||||
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
|
||||
|
@ -48,10 +52,12 @@ addon | version | summary
|
|||
|
||||
[//]: # (end addons)
|
||||
|
||||
## Translation Status
|
||||
[](https://translation.odoo-community.org/engage/web-12-0/?utm_source=widget)
|
||||
|
||||
<!-- 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 OCA
|
||||
|
@ -59,7 +65,6 @@ policy. Consult each module's `__manifest__.py` file, which contains a `license`
|
|||
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.
|
||||
|
|
Loading…
Reference in New Issue