Search 1.9 billion lines of Odoo code on GitHub

resource_planning

Author: Therp BV
License: no license
Branch: 7.0
Repository: eneldoserrata/marcos_openerp
Dependencies: resource, web, and web_calendar
Languages: CSS (7786, 15.4%), HTML (9954, 19.7%), JSON (1351, 2.7%), JavaScript (23294, 46.0%), Markdown (560, 1.1%), PHP (5149, 10.2%), PO File (26, 0.1%), Python (219, 0.4%), SQL (606, 1.2%), and XML (1643, 3.2%)
Other branches: master

<h2>Resource Planning module for Marcos Organizador de Negocios</h2> <p>Marcos Organizador de Negocios is a collection of addons for OpenERP localized for Dominican Republic.</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/resource_planning.git </code></pre></li> </ol>