Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
katyukha committed Oct 6, 2023
1 parent 1ee73a8 commit afa307d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,20 @@ The easy way to install and manage odoo for local development.
This project is successor of [odoo-helper-scripts](https://katyukha.gitlab.io/odoo-helper-scripts/) and is compatible with
odoo installations made by [odoo-helper-scripts](https://katyukha.gitlab.io/odoo-helper-scripts/).

---

[![Github Actions](https://github.com/katyukha/odood/actions/workflows/tests.yml/badge.svg)](https://github.com/katyukha/odood/actions/workflows/tests.yml?branch=master)
[![codecov](https://codecov.io/gh/katyukha/odood/branch/master/graph/badge.svg?token=IUXBCNSHNQ)](https://codecov.io/gh/katyukha/odood)
[![DUB](https://img.shields.io/dub/v/odood)](https://code.dlang.org/packages/odood)
![DUB](https://img.shields.io/dub/l/odood)

---


## Current state

![Current status](https://img.shields.io/badge/Current%20Status-Alpha-purple)

The project is still *under development*.

Currently, this project could be used in parallel with [odoo-helper-scripts](https://katyukha.gitlab.io/odoo-helper-scripts/).
Expand Down
2 changes: 2 additions & 0 deletions subpackages/lib/source/odood/lib/addons/manager.d
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ struct AddonManager {
in bool force=false,
in bool py_requirements=DEFAULT_INSTALL_PY_REQUREMENTS,
in bool manifest_requirements=DEFAULT_INSTALL_MANIFEST_REQUREMENTS) const {
// TODO: Implement separate struct LinkOptions to handle all link options.
// this could simplify the code.
auto dest = _project.directories.addons.join(addon.name);
if (!dest.exists) {
tracef("Linking addon %s (%s -> %s)",
Expand Down

0 comments on commit afa307d

Please sign in to comment.