mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
@@ -1,8 +1,8 @@
|
|||||||
<h1 align="center">🦉 Odoo Web Lab 🦉</h1>
|
<h1 align="center">🦉 Odoo Web Library 🦉</h1>
|
||||||
|
|
||||||
## Project Overview
|
## 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
|
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.
|
to design the code here to better match the Odoo architecture/design principles.
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
# Odoo Web Lab Documentation
|
# Odoo Web Library Documentation
|
||||||
|
|
||||||
Currently, this repository contains:
|
Currently, this repository contains:
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "owl",
|
"name": "owl",
|
||||||
"version": "0.7.0",
|
"version": "0.7.0",
|
||||||
"description": "Odoo Web Lab",
|
"description": "Odoo Web Library (OWL)",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:js": "tsc --target esnext --module es6 --outDir dist/owl src/*",
|
"build:js": "tsc --target esnext --module es6 --outDir dist/owl src/*",
|
||||||
|
|||||||
Reference in New Issue
Block a user