Community mailing list archives
community@mail.odoo.com
Browse archives
Re: Problems with the Indiegogo Campaign
by
Antony Lesuisse (al)
Ok i will add it the documentation. I recommended jessie because i would like to avoid the curl -sLhttps://deb.nodesource.com/setup | bash - step. On 01/15/2015 11:12 AM, Mathias Neef wrote: > Hi all, @Antony: > > The Clean-Theme (and I think all themes in future) also works fine on Debian > 7.0 (Wheezy). You don't need to wait till Jessy is released. > I made two tests with fresh clean Debian 7, but it would be nice if someone > else could test it too. > > You just have to install nodejs via package-manager like this: > > Setup with Debian (as root): > > |apt-get install curl > curl -sLhttps://deb.nodesource.com/setup | bash - > | > > Then install with Debian (as root): > > |apt-get install -y nodejs > | > > */Optional/*: install build tools > > To compile and install native addons from npm you may also need to install > build tools: > > |apt-get install -y build-essential| > > Now you can follow the instrucktions by installing > > |npm install -g less less-plugin-clean-css| > > and > > |npm install -g less less-plugin-clean-css| > > > > > Mit herzlichen Grüßen > > Mathias Neef > Geschäftsführer > > copadoMEDIA UG > Unterdorfstr. 29 > 77948 Friesenheim > > Telefon: +49 (0)7821-32725-20 > Fax: +49 (0)7821-32725-25 > > Email: info@copado.de > Web: www.copado.de | www.odoohosting.de > > UST-ID: DE292335580 > Registernummer: HRB 710679 - AG Freiburg > Am 09.01.2015 um 11:53 schrieb Antony Lesuisse: > <blockquote cite="mid:54AFB22A.4040609@openerp.com" type="cite"> > > Please make sure you have lessc installed, its needed to compile the stylesheet. > > The setup documentation is here > > https://www.odoo.com/documentation/8.0/setup/install.html#source-install > > you may check by typing lessc at the commandline. > > > On 01/09/2015 11:43 AM, Ramzi Amairi wrote: >> It is good for me :) >> Je remarque des nouveaux bloc mais pas des thèmes complètes >> >> 2015-01-09 11:02 GMT+01:00 Ljubisa Jovev<ljubisa.jovev@irvas.rs >> <mailto:ljubisa.jovev@irvas.rs>>: >> >> I have received my copy too. But, installation fails too. >> Here is a part of error log : >> >> File "/opt/irvasodoo/apps/openerp/lib/openerp-8.0_911db9d-py2.7.egg/openerp/models.py", line 1294, in _validate_fields >> raise ValidationError('\n'.join(errors)) >> ParseError: "ValidateError >> Field(s) `arch` failed against a constraint: Invalid view definition >> >> Error details: >> Element '<xpath expr="//div[div[span[@class='oe_snippet_thumbnail_title']][span='Image-Floating']]">' cannot be located in parent view >> >> >> On Fri, Jan 9, 2015 at 6:47 AM, Luke Branch >> >> wrote: >> >> Hi All, >> >> I've received my copy of theme_clean, however i'm having issues >> installing it in the 8.0 branch. Here's the email i've sent to >>design@odoo.com <mailto:design@odoo.com> detailing the issue: >> >> Hi Design Team, >> >> Is this theme compatible with the 8.0 branch? I’m getting the >> following traceback when installing on an 8.0 instance: >> >> ParseError: "null value in column "name" violates not-null constraint >> DETAIL: Failing row contains (28, 1, 2015-01-09 05:29:16.360576, >> null, null, /theme_clean/static/src/img/content/image_content_01.png, >> null, 1, 1, null, binary, null, 2015-01-09 05:29:16.360576, 0, null, >> null, null, null, null, null). >> " while parsing >> /opt/odoo/custom/addons/theme_clean2/views/image_content.xml:23, near >> >> name="url">/theme_clean/static/src/img/content/image_content_01.png >> >> >> And when I simply comment on the offending images in the >> /opt/odoo/custom/addons/theme_clean2/views/image_content.xml file I >> seem have an installable module that destroys the formatting on the >> website frontend (see screenshot attached). Is there a possibility >> that website_less is not working as it should with the 8.0 branch? >> >> Here’s my environment: >> * >> OS:*Ubuntu 14.04 64 Bit Server Edition >> *PostgreSQL Version:*9.4 >> *Odoo Version:*8.0 >> *Install >> Method:*https://github.com/lukebranch/odoo-install-scripts/blob/master/odoo-saas4/ubuntu-14-04/odoo_install.sh >> >> Here’s the output from my latest pull: >> >> Fromhttps://www.github.com/odoo/odoo >> 4be70c8..255f50d 8.0 -> origin/8.0 >> 9191115..d0cd92b 7.0 -> origin/7.0 >> f9cb753..1c6eec0 master -> origin/master >> 879fca0..32246d9 saas-3 -> origin/saas-3 >> Merge made by the 'recursive' strategy. >> addons/crm_helpdesk/crm_helpdesk_view.xml | 2 +- >> addons/fleet/fleet_view.xml | 2 +- >> addons/hr_timesheet_sheet/hr_timesheet_sheet.py | 14 +++++-- >> addons/sale/wizard/sale_line_invoice.py | 47 >> +++++++++++++---------- >> addons/sale/wizard/sale_make_invoice_advance.py | 3 +- >> addons/stock/stock.py | 3 +- >> addons/stock_account/stock.py | 4 +- >> addons/website/static/src/css/snippets.css | 5 ++- >> addons/website/static/src/css/snippets.sass | 5 ++- >> addons/website_sale/controllers/main.py | 5 ++- >> openerp/fields.py | 9 ++++- >> 11 files changed, 63 insertions(+), 36 deletions(-) >> >> Is theme_clean only compatible with master at this point in time? >> >> Here’s my steps to reproduce: >> >> 1. Create a fresh database with no demo data >> 2. Unzip theme_clean.zip into /custom/addons directory path (already >> included in my odoo-server.conf file) (including website_less, >> theme_clean and theme_common folders) >> 3. Update modules list >> 4. Install theme_clean >> 5. Complete traceback is here: >>https://gist.github.com/lukebranch/efd6cb2e1b10441361a3 >> >> >> Has anyone experienced similar issues with their copies of theme_clean? >> >> Kind Regards, >> >> Luke Branch >> >> On Fri, Jan 9, 2015 at 12:57 AM, Kurt Haselwimmer >><kurt@hertford-developments.co.uk >> <mailto:kurt@hertford-developments.co.uk>> wrote: >> >> I did the same and have not received anything yet. >> >> >> Kurt >> >> >> Dr. Kurt Haselwimmer >> Director >> >> ------------------------------------------------------------- >> Hertford Developments Ltd >> Willow House, 100 High Street, Somersham, PE28 3EH >> Tel +44 (0) 845 899 0257 Fax +44 >> (0) 845 899 0259 >> Webwww.hertford-developments.co.uk >> >> ------------------------------------------------------------- >> >>> Did anyone received the actual theme? I send an e-mail to >>>design@odoo.com <mailto:design@odoo.com> two days ago, but there >>> are still no response. >>> >>> >>> Ludwik >>> >>> _______________________________________________ >>> Mailing-List:https://www.odoo.com/groups/community-59 >>> Post to:mailto:community@mail.odoo.com >>> Unsubscribe:https://www.odoo.com/groups?unsubscribe >>> >> >> _______________________________________________ >> Mailing-List:https://www.odoo.com/groups/community-59 >> Post to:mailto:community@mail.odoo.com >><mailto:community@mail.odoo.com> >> Unsubscribe:https://www.odoo.com/groups?unsubscribe >> >> >> _______________________________________________ >> Mailing-List:https://www.odoo.com/groups/community-59 >> Post to:mailto:community@mail.odoo.com <mailto:community@mail.odoo.com> >> Unsubscribe:https://www.odoo.com/groups?unsubscribe >> >> >> >> >> -- >> *Ljubiša Jovev* >> cell: +381 (0)63 461-420 >> e-mail:ljubisa.jovev@irvas.rs <mailto:ljubisa.jovev@irvas.rs> >> >> >> IRVAS International d.o.o, 18000 Niš >> Bulevar Nikole Tesle 17 / Lok. 4 >> web:http://www.irvas.rs >> e-mail:info@irvas.rs <mailto:info@irvas.rs> >> phone: +381 (0)18 589-470 >> >> _______________________________________________ >> Mailing-List:https://www.odoo.com/groups/community-59 >> Post to:mailto:community@mail.odoo.com <mailto:community@mail.odoo.com> >> Unsubscribe:https://www.odoo.com/groups?unsubscribe >> >> >> _______________________________________________ >> Mailing-List:https://www.odoo.com/groups/community-59 >> Post to:mailto:community@mail.odoo.com >> Unsubscribe:https://www.odoo.com/groups?unsubscribe >> > > _______________________________________________ > Mailing-List: https://www.odoo.com/groups/community-59 > Post to: mailto:community@mail.odoo.com > Unsubscribe: https://www.odoo.com/groups?unsubscribe > > > _______________________________________________ > Mailing-List: https://www.odoo.com/groups/community-59 > Post to: mailto:community@mail.odoo.com > Unsubscribe: https://www.odoo.com/groups?unsubscribe >
Reference
-
Problems with the Indiegogo Campaign
byLudwik Trammer-
-
-
-
-
-
-
-
-
Re: Problems with the Indiegogo Campaign
byOpusVL, Nuria Arranz-Velazquez -
-