[REF] owl: rename Lab into Library

closes #25
This commit is contained in:
Géry Debongnie
2019-04-18 10:18:53 +02:00
parent 4ee39282ca
commit d9d109c9a2
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<h1 align="center">🦉 Odoo Web Lab 🦉</h1>
<h1 align="center">🦉 Odoo Web Library 🦉</h1>
## Project Overview
Odoo Web Lab (OWL) is a project to collect some useful, reusable, (hopefully)
Odoo Web Library (OWL) is a project to collect some useful, reusable, (hopefully)
well designed building blocks for building web applications. However, since this is the basis for the Odoo web client, we will not hesitate
to design the code here to better match the Odoo architecture/design principles.
+1 -1
View File
@@ -1,4 +1,4 @@
# Odoo Web Lab Documentation
# Odoo Web Library Documentation
Currently, this repository contains:
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "owl",
"version": "0.7.0",
"description": "Odoo Web Lab",
"description": "Odoo Web Library (OWL)",
"main": "src/index.ts",
"scripts": {
"build:js": "tsc --target esnext --module es6 --outDir dist/owl src/*",