Pular para o conteúdo
Odoo Menu
  • Entrar
  • Experimente grátis
  • Aplicativos
    Finanças
    • Financeiro
    • Faturamento
    • Despesas
    • Planilhas (BI)
    • Documentos
    • Assinar Documentos
    Vendas
    • CRM
    • Vendas
    • PDV Loja
    • PDV Restaurantes
    • Assinaturas
    • Locação
    Websites
    • Criador de Sites
    • e-Commerce
    • Blog
    • Fórum
    • Chat ao Vivo
    • e-Learning
    Cadeia de mantimentos
    • Inventário
    • Fabricação
    • PLM - Ciclo de Vida do Produto
    • Compras
    • Manutenção
    • Qualidade
    Recursos Humanos
    • Funcionários
    • Recrutamento
    • Folgas
    • Avaliações
    • Indicações
    • Frota
    Marketing
    • Redes Sociais
    • Marketing por E-mail
    • Marketing por SMS
    • Eventos
    • Automação de Marketing
    • Pesquisas
    Serviços
    • Projeto
    • Planilhas de Horas
    • Serviço de Campo
    • Central de Ajuda
    • Planejamento
    • Compromissos
    Produtividade
    • Mensagens
    • Aprovações
    • Internet das Coisas
    • VoIP
    • Conhecimento
    • WhatsApp
    Aplicativos de terceiros Odoo Studio Plataforma Odoo Cloud
  • Setores
    Varejo
    • Loja de livros
    • Loja de roupas
    • Loja de móveis
    • Mercearia
    • Loja de ferramentas
    • Loja de brinquedos
    Comida e hospitalidade
    • Bar e Pub
    • Restaurante
    • Fast Food
    • Hospedagem
    • Distribuidor de bebidas
    • Hotel
    Imóveis
    • Imobiliária
    • Escritório de arquitetura
    • Construção
    • Administração de propriedades
    • Jardinagem
    • Associação de proprietários de imóveis
    Consultoria
    • Escritório de Contabilidade
    • Parceiro Odoo
    • Agência de marketing
    • Escritório de advocacia
    • Aquisição de talentos
    • Auditoria e Certificação
    Fabricação
    • Têxtil
    • Metal
    • Móveis
    • Alimentação
    • Cervejaria
    • Presentes corporativos
    Saúde e Boa forma
    • Clube esportivo
    • Loja de óculos
    • Academia
    • Profissionais de bem-estar
    • Farmácia
    • Salão de cabeleireiro
    Comércio
    • Handyman
    • Hardware e Suporte de TI
    • Sistemas de energia solar
    • Sapataria
    • Serviços de limpeza
    • Serviços de climatização
    Outros
    • Organização sem fins lucrativos
    • Agência Ambiental
    • Aluguel de outdoors
    • Fotografia
    • Aluguel de bicicletas
    • Revendedor de software
    Navegar por todos os setores
  • Comunidade
    Aprenda
    • Tutoriais
    • Documentação
    • Certificações
    • Treinamento
    • Blog
    • Podcast
    Empodere a Educação
    • Programa de educação
    • Scale Up! Jogo de Negócios
    • Visite a Odoo
    Obtenha o Software
    • Baixar
    • Comparar edições
    • Releases
    Colaborar
    • Github
    • Fórum
    • Eventos
    • Traduções
    • Torne-se um parceiro
    • Serviços para parceiros
    • Cadastre seu escritório contábil
    Obtenha os serviços
    • Encontre um parceiro
    • Encontre um Contador
    • Conheça um consultor
    • Serviços de Implementação
    • Referências de Clientes
    • Suporte
    • Upgrades
    Github YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Faça uma demonstração
  • Preços
  • Ajuda

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

  • CRM
  • e-Commerce
  • Financeiro
  • Inventário
  • PoS
  • Projeto
  • MRP
All apps
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
Ajuda

WYSIWYG Widget for Version 7

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
formfieldtextwysiwygdeveloper
2 Respostas
11766 Visualizações
Avatar
Alex Malone

Hi folks,

I am looking for information on wysiwyg editors for version 7 forms. When working with version 6 we had to develop our own widget for wysiwyg text editing on our email module and I am hoping to avoid doing the same now that we are converting all our work to version 7.

Now, I've been ploughing through the online demo for inspiration for our screen layout and I came across a wysiwyg text box that would just about fulfil our needs.

On the online demo, go to:

Project -> Tasks -> Edit a Task.

On this form view the description field has a proper text editor. I would like to use this in a number of places within our own system. So, I went off and looked at the project module within the OpenERP addons trunk. The behaviour of the online demo does not match the behaviour of the module within the code repository. Fair enough I thought, I'd just look in other modules to see what modifies the project task view.

Well, I've hit a wall. I cannot find anything within the standard OpenERP addons trunk that adds the WSIWYG editor to project tasks.

From some further investigation it looks as if OpenERP are using a 3rd party app from Elico Corp. Elico originally released a wysiwyg widget for version 6.1 but I can't find a version 7 alternative and, to be honest, I'd rather use an officially supported widget from OpenERP.

If anyone knows a decent way to get a wysiwyg editor working in version 7 I'd love to know.

Many thanks!

3
Avatar
Cancelar
Avatar
Fabien Pinckaers (fp)
Melhor resposta

two solutions:

use <field name="xxx" widget="html"/> to get wysiwyg, or
use the pad module to have collaborative wysiwyg

The latter solution requires an etherpad server, example in project_pad module

1
Avatar
Cancelar
Alex Malone
Autor

Fantastic, thank you very much for the quick responses!

The standard html widget, whilst quite limited in functionality, is a good place for us to start. Etherpad looks great but reliance on an Etherpad server means its a no-go for us as some of our customers have OpenERP sitting within a closed network so it wouldn't work. However, as it is open source we might look at customising it and removing the collaboration features as they aren't needed.

Thanks again folks!

Avatar
Stein & Gabelgaard ApS
Melhor resposta

It looks like the pad module which adds EtherPad support

0
Avatar
Cancelar
Está gostando da discussão? Não fique apenas lendo, participe!

Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!

Inscreva-se
Publicações relacionadas Respostas Visualizações Atividade
how write value in separate line in text field ? Resolvido
field text
Avatar
Avatar
Avatar
3
jul. 19
11753
Text Field To Grow Bigger Only We Edit
field text
Avatar
0
mar. 15
4162
Can I add text field above tree view?
treeview field text
Avatar
0
jan. 25
1
How to make field required depending on the create_date timestamp? Resolvido
form field odoo10
Avatar
Avatar
1
nov. 19
5881
edit the label name of "Internal Reference" Product
form field label
Avatar
Avatar
Avatar
2
nov. 18
5908
Comunidade
  • Tutoriais
  • Documentação
  • Fórum
Open Source
  • Baixar
  • Github
  • Runbot
  • Traduções
Serviços
  • Odoo.sh Hosting
  • Suporte
  • Upgrade
  • Desenvolvimentos personalizados
  • Educação
  • Encontre um Contador
  • Encontre um parceiro
  • Torne-se um parceiro
Sobre nós
  • Nossa empresa
  • Ativos da marca
  • Contato
  • Empregos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidade
  • Segurança
الْعَرَبيّة 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 é um conjunto de aplicativos de negócios em código aberto que cobre todas as necessidades de sua empresa: CRM, comércio eletrônico, contabilidade, estoque, ponto de venda, gerenciamento de projetos, etc.

A proposta de valor exclusiva Odoo é ser, ao mesmo tempo, muito fácil de usar e totalmente integrado.

Site feito com

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