Search 1.9 billion lines of Odoo code on GitHub

salon_spa

Author: Ventura Systems
License: no license
Branch: 7.0
Repository: eneldoserrata/marcos_openerp
Dependencies: base, base_status, hr, marcos_ncf, marcos_pos_customer, point_of_sale, product, product_bundle, and resource_planning
Languages: JavaScript (114, 5.5%), Markdown (564, 27.2%), Python (1028, 49.7%), and XML (364, 17.6%)
Other branches: master

<h2>Salon &amp; Spa Module for Marcos Organizador de Negocios</h2> <p>Marcos Organizador de Negocios is a collection of addons for OpenERP localized for Dominican Republic. This is the Salon &amp; Spa module.</p> <h2>Installation</h2> <p>To configure a development enviroment (in Ubuntu):</p> <ol> <li><p>Make sure you have the latest version of &#39;virtualenv&#39;, that includes the latest version of <code>setuptools</code> (&gt; 0.7).</p> <p><strong>Important</strong>: You&#39;ll need setuptools 0.7.x for it to pull dependencies from VCS repos. Follow the <a href="https://pypi.python.org/pypi/setuptools/0.7.4#installation-instructions">installation instructions</a> for your system if you don&#39;t have it already.</p></li> <li><p>Create a virtual enviroment (if you haven&#39;t already):</p> <pre><code>$ mkvirtualenv openerp.marcos </code></pre></li> <li><p>Clone this repo to your marcos<em>addons dir: (Example: `~/.virtualenvs/src/marcos</em>addons`)</p> <pre><code>$ git clone https://github.com/jventuravs/salon_spa.git </code></pre></li> <li><p>Clone the required custom dependencies into the same repo:</p> <pre><code>$ git clone https://github.com/jventuravs/product_bundle.git $ git clone https://github.com/jventuravs/resource_planning.git </code></pre></li> </ol>