Skip to Content
Odoo Menu
  • Zaloguj się
  • Wypróbuj za darmo
  • Aplikacje
    Finanse
    • Księgowość
    • Fakturowanie
    • Wydatki
    • Arkusz kalkulacyjny (BI)
    • Dokumenty
    • Podpisy
    Sprzedaż
    • CRM
    • Sprzedaż
    • PoS Sklep
    • PoS Restauracja
    • Subskrypcje
    • Wypożyczalnia
    Strony Internetowe
    • Kreator Stron Internetowych
    • eCommerce
    • Blog
    • Forum
    • Czat na Żywo
    • eLearning
    Łańcuch dostaw
    • Magazyn
    • Produkcja
    • PLM
    • Zakupy
    • Konserwacja
    • Jakość
    Zasoby Ludzkie
    • Pracownicy
    • Rekrutacja
    • Urlopy
    • Ocena pracy
    • Polecenia Pracownicze
    • Flota
    Marketing
    • Marketing Społecznościowy
    • E-mail Marketing
    • SMS Marketing
    • Wydarzenia
    • Automatyzacja Marketingu
    • Ankiety
    Usługi
    • Projekt
    • Ewidencja czasu pracy
    • Usługi Terenowe
    • Helpdesk
    • Planowanie
    • Spotkania
    Produktywność
    • Dyskusje
    • Zatwierdzenia
    • IoT
    • VoIP
    • Baza wiedzy
    • WhatsApp
    Aplikacje trzecich stron Studio Odoo Odoo Cloud Platform
  • Branże
    Sprzedaż detaliczna
    • Księgarnia
    • Sklep odzieżowy
    • Sklep meblowy
    • Sklep spożywczy
    • Sklep z narzędziami
    • Sklep z zabawkami
    Żywienie i hotelarstwo
    • Bar i Pub
    • Restauracja
    • Fast Food
    • Pensjonat
    • Dystrybutor napojów
    • Hotel
    Agencja nieruchomości
    • Agencja nieruchomości
    • Biuro architektoniczne
    • Budowa
    • Zarządzanie nieruchomościami
    • Ogrodnictwo
    • Stowarzyszenie właścicieli nieruchomości
    Doradztwo
    • Biuro księgowe
    • Partner Odoo
    • Agencja marketingowa
    • Kancelaria prawna
    • Agencja rekrutacyjna
    • Audyt i certyfikacja
    Produkcja
    • Tekstylia
    • Metal
    • Meble
    • Jedzenie
    • Browar
    • Prezenty firmowe
    Zdrowie & Fitness
    • Klub sportowy
    • Salon optyczny
    • Centrum fitness
    • Praktycy Wellness
    • Apteka
    • Salon fryzjerski
    Transakcje
    • Złota rączka
    • Wsparcie Sprzętu IT
    • Systemy energii słonecznej
    • Szewc
    • Firma sprzątająca
    • Usługi HVAC
    Inne
    • Organizacja non-profit
    • Agencja Środowiskowa
    • Wynajem billboardów
    • Fotografia
    • Leasing rowerów
    • Sprzedawca oprogramowania
    Przeglądaj wszystkie branże
  • Community
    Ucz się
    • Samouczki
    • Dokumentacja
    • Certyfikacje
    • Szkolenie
    • Blog
    • Podcast
    Pomóż w nauce innym
    • Program Edukacyjny
    • Scale Up! Gra biznesowa
    • Odwiedź Odoo
    Skorzystaj z oprogramowania
    • Pobierz
    • Porównaj edycje
    • Wydania
    Współpracuj
    • Github
    • Forum
    • Wydarzenia
    • Tłumaczenia
    • Zostań partnerem
    • Usługi dla partnerów
    • Zarejestruj swoją firmę rachunkową
    Skorzystaj z usług
    • Znajdź partnera
    • Znajdź księgowego
    • Spotkaj się z doradcą
    • Usługi wdrożenia
    • Opinie klientów
    • Wsparcie
    • Aktualizacje
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Zaplanuj demo
  • Cennik
  • Pomoc

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Księgowość
  • Zapasy
  • PoS
  • Projekt
  • MRP
All apps
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Pomoc

Copyright and logo use

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
licencelogo
2 Odpowiedzi
10783 Widoki
Awatar
Maria Pilar

Hi,

We have reviewed OpenErp and we plan to use it in our next project. Our legal advisor is not familiar with open source licences so we ask you directly. If we develop an aplication on top of OpenErp and charge for the use of our aplication in a SAAS model, do we have to

  1. Release all the code to the community.
  2. Does code mean, CSS, JAvascript and font
  3. Include a link in our application to Openerp.com
  4. Display the name or logo of Openerp.

Thanks for you time.

Wot

3
Awatar
Odrzuć
Awatar
Nicolas Vanhoren (niv)
Najlepsza odpowiedź

I'll take each point separately

  • Release all the code to the community.

Yes. OpenERP uses the AGPL License (http://en.wikipedia.org/wiki/Affero_General_Public_License). Explaining all the implications of the that license would be too complex to write it here. But, basically, if you develop modules for OpenERP and allow people to use it via a Saas model, you have to distribute the code of your modules to anyone ask it.

  • Does code mean, CSS, JAvascript and font

That's a tough one. For Javascript I would say you must release it under AGPL too (because it's code). But I'm not 100% sure what's the situation about fonts or images. I think the AGPL does not extend to artistic creations, it's just the normal author's right (which means it's yours). The css is a complex question. Technically it's code, so you should distribute it. But that code only defines a visual style, which is an artistic creation like images. So, you should distribute the css under AGPL, but people have no rights to use it :)

I'll try to edit this point if I have more info, but's it's hard to have a really good answer.

5
Awatar
Odrzuć
Maria Pilar
Autor

Thx Nicolas. Very clear except the CSS : ) but I got the point.

Maria Pilar
Autor

Very clear except the CSS : )

Shahar Or

Would in-company use by multiple employees constitute allowing other people to use my hosted OpenERP?

Zahin

@fp: If we develop our modules for login screen with our brand and logo the under AGPL, Hope AGPL does not affects our codebase ?

Awatar
Zahin
Najlepsza odpowiedź

Release all the code to the community.

OpenERP uses own library for web client and some other open source libraries. They share full code with community (As similar as wordpress and drupal).

Does code mean, CSS, JAvascript and font

OpenERP css, javascript, front end code where they uses existing open source libraries and they also created separate files to build web client. so if you want to use open source libraries then copy and enjoy to use them, but web client depends openerp own files are under AGPL, so you can use them but keep their licensing on files. Its AGPL v3, mean use files and enjoy its features but keep owner details in that.

Include a link in our application to Openerp.com

If you use existing web client of OpenERP for online SAAS keep powered by OpenERP in screen anywhere, you might customize Login screen or web client, then just keep powered by openerp on screen. rest of all header/footer/head title any things you can change, no one can make argument.

Display the name or logo of Openerp.

Do not hesitate to change logo, change logo anytime it based on your own business how to want to manage it. Just keep powered by OpenERP as it is for SAAS, Ya even that can remove if end client wants to remove in their separate solution, its upon them.

Just keep "Powered by OpenERP" on anywhere on screen before login and after login. Else do any things changes as your requires.

Also If you create separate customization code and separate functionality for login screen, then no such "Powered By OpenERP" require to keep on that screen, because you become owner of that screen and code customization.

Finally if separate web client is designed buy you or your company for android or web or iphone no bit "Power by OpenERP" is require any where, even in yours code.

0
Awatar
Odrzuć
Podoba Ci się ta dyskusja? Dołącz do niej!

Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!

Zarejestruj się
Powiązane posty Odpowiedzi Widoki Czynność
How to Add a New Social Media Icon in Odoo Website Footer? Rozwiązane
logo
Awatar
Awatar
Awatar
2
lip 25
2111
Recover Missing Website Header Logo Rozwiązane
logo
Awatar
Awatar
Awatar
Awatar
4
cze 24
7720
Odoo enterprise license
licence
Awatar
Awatar
Awatar
2
gru 23
5646
Addon with opl-1 is it usable for multiple database of a uniquer odoo server/instance for saas
licence
Awatar
0
cze 22
4573
Unable to replace logo on website
logo
Awatar
0
lut 22
2667
Społeczność
  • Samouczki
  • Dokumentacja
  • Forum
Open Source
  • Pobierz
  • Github
  • Runbot
  • Tłumaczenia
Usługi
  • Hosting Odoo.sh
  • Wsparcie
  • Aktualizacja
  • Indywidualne rozwiązania
  • Edukacja
  • Znajdź księgowego
  • Znajdź partnera
  • Zostań partnerem
O nas
  • Nasza firma
  • Zasoby marki
  • Skontaktuj się z nami
  • Oferty pracy
  • Wydarzenia
  • Podcast
  • Blog
  • Klienci
  • Informacje prawne • Prywatność
  • Bezpieczeństwo Odoo
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo to pakiet aplikacji biznesowych typu open source, które zaspokoją wszystkie potrzeby Twojej firmy: CRM, eCommerce, księgowość, inwentaryzacja, punkt sprzedaży, zarządzanie projektami itp.

Unikalną wartością Odoo jest to, że jest jednocześnie bardzo łatwe w użyciu i w pełni zintegrowane.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now