Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

tryton/sao

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

sao

Prerequisites

Installation

Once you've downloaded and unpacked the sao source release, enter the directory where the archive was unpacked, and run:

$ npm install --production --legacy-peer-deps

Development ...........

For development, you have to run instead:

$ npm install --legacy-peer-deps
$ grunt dev

Setup

Note that the entry root in the section [web] of trytond.conf must be set to the directory where the package was unpacked.