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

How to add country, state and file attachment in my website form in odoo13, not by drag & drop?

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
Odoo13.0Odoo13odoo13odoo13CE
3 Respostas
6084 Visualizações
Avatar
Aishwarya

This is how my form looks

<? xml version = "1.0" encoding = "UTF-8"?>

<odoo>

    <template id = "tmp_customer_form" name = "Partner Form">

        <t t-call = "website.layout">

            <div id = "wrap" class = "alumni">

                <div class = "container">

                    <div class = "col-md-12">

                        <form action = "/ customer / form / submit">

                            <table border = "0" width = "100%" class = "table-sign">

                        <tbody>

                            <tr>

                                <th colspan = "3" style = "color: #ffffff;"> Identify Yourself </th>

                            </tr>

                            <tr>

                                <td width = "21%">

                                    <label for = "name"> Alumni Name (Full) </label>

                                </ Td>

                                <td width = "2%" align = "center">

                                    <B>: </ b>

                                </ td>

                                <td width = "77%">

                                    <input type = "text" name = "name" id = "name" size = "40" required = "" />

                                </ td>

                            </ tr>

                            <tr>

                                <td width = "21%">

                                    <label for = "date"> Date Of Birth [DD / MM / YY] </label>

                                </ td>

                                <td width = "2%" align = "center" valign = "top">

                                    <B>: </ b>

                                </ Td>

                                <td width = "77%" valign = "top">

                                    <input type = "date" name = "date" size = "10" maxlength = "10" required = "" />

                                </ td>

                            </ Tr>

                           

<Tr>

                                <td width = "21%"> </td>

                                <td width = "2%" align = "center">

                                    <B>: </ b>

                                </ Td>

                                <td width = "77%">

                                    <input type = "text" name = "my_teachers1" id = "my_teachers1" size = "20" />

                                </ td>

                            </ tr>

                            <tr>

                                <th colspan = "3" style = "color: #ffffff;"> Contact Details </th>

                            </tr>

                            <tr>

                                <td width = "21%">

                                    <label for = "city"> City </label>

                                </td>

                                <td width = "2%" align = "center">

                                    <b>: </ b>

                                </ td>

                                <td width = "77%">

                                    <input type = "text" name = "city" id = "city" size = "30" required = "" />

                                </ td>

                            </tr>

                            <tr>

                                <td width = "21%">

                                    <label for = "state_id"> State </label>

                                </td>

                                <td width = "2%" align = "center">

                                    <b>: </ b>

                                </ td>

                                <td width = "77%">

                                    <input type = "text" name = "state_id" id = "state_id" size = "30" required = "" />

                                </td>

                            </tr>

                            <tr>

                                <td width = "21%">

                                    <label for = "country_id"> Country </label>

                                </td>

                                <td width = "2%" align = "center">

                                    <b>: </ b>

                                </td>

                                <td width = "77%">

                                    <input type = "text" name = "country_id" id = "country_id" size = "30" required = "" />

                                </td>

                            </tr>

                            <tr>

                                <td width = "21%">

                                    <label for = "phone"> Mobile No. </label>

                                </td>

                                <td width = "2%" align = "center">

                                    <b>: </ b>

                                </td>

                                <td width = "77%">

                                    <input type = "text" name = "phone" id = "phone" />

                                </td>

                            </tr>

                            <tr>

                                <td width = "21%">

                                    <label for = "email"> Email </label>

                                </td>

                                <td width = "2%" align = "center">

                                    <b>: </ b>

                                </td>

                                <td width = "77%">

                                    <input type = "email" name = "email" id = "email" size = "30" />

                                </td>

                               <td width = "2%" align = "center">

                                    <b>: </ b>

                                </td>

                                <td width = "77%">

                                    <textarea name = "about" id = "about" rows = "5" cols = "50"> </textarea>

                                </td>

                            </tr>

                            <tr>

                                <td width = "21%">

                                    <label for = "image_1920"> Upload Photo </label>

                                </td>

                                <td width = "2%" align = "center">

                                    <b>: </ b>

                                </td>

                                <td width = "77%">

                                    <input type = "file" name = "image_1920" id = "image_1920" />

                                </td>

                            </tr>

                            <tr>

                                <td width = "21%"> </td>

                                <td width = "2%" align = "center">

                                    <b> </ b>

                                </td>

                                <td width = "77%">

                                    <input type = "submit" value = "Submit"> </input>

                                </dd>

                            </tr>

                        </tbody>

                    </table>

                 </ form>

                </div>

              </div>

          </t>

    </template>


    <template id = "tmp_customer_form_success" name = "Customer Form Successfully Submitted">

        <t t-call = "website.layout">

            <div id = "wrap">

                <div class = "container">

                    <div class = "col-md-12">

                        <div class = "alert alert-success">

                            <p> Thank You! </ P>

                            <p> Your form has registered successfully </p>

                        </div>

                    </ div>

                </div>

            </ div>

        </ t>

    </ template>

</ odoo>

Here is my controller.py

from odoo import http

from odoo.http import request

class AlumniForm (http.Controller):

    #mention class name

    @ http.route (['/ customer / form'], type = 'http', auth = "public", website = True)

    #mention a url for redirection.

    #define the type of controller which in this case is 'http'.

    #mention the authentication to be either public or user.

    def alumni_form (self, ** post):

    #create method

    #this will load the form webpage

        return request.render ("sample.tmp_customer_form", {})

    @ http.route (['/ customer / form / submit'], type = 'http', auth = "public", website = True)

    #next controller with url for submitting data from the form #

    def alumni_form_submit (self, ** post):

        partner = request.env ['res.partner']. create ({

            'name': post.get ('name'),

            'date': post.get ('date'),

            'city': post.get ('city'),

            'state_id': post.get ('state_id'),

            'country_id': post.get ('country_id'),

            'phone': post.get ('phone'),

            'email': post.get ('email'),

            'image_1920': post.get ('image_1920'),

        })

        vals = {

            'partner': partner,

        }

        #inherited the model to pass the values ​​to the model from the form #

        return request.render ("sample.tmp_customer_form_success", vals)

Now, the coutry, state & the attachment file are not linking to the backend, what should I do?

0
Avatar
Cancelar
Sehrish

File Attachment or Upload: http://learnopenerp.blogspot.com/2019/01/add-attachement-file-from-odoo-website.html

Aishwarya
Autor

Have you worked in that? It's not working for me

Avatar
Mustufa Rangwala
Melhor resposta

Hello,

You can try:

=======

<div t-attf-class="col-lg-6 o_website_form_custom_attchments">

                                            <label class="control-label" for="Attachments" >Attach Files</label>

                                            <input type="file" class="form-control o_website_form_input" name="attachment" multiple='multiple'/>

                                            <div>

                                                <label style="color:grey; font-size:12px;" >Multiple files Attachments</label>

                                            </div>

                                        </div>

=======

in controller you can write:

attachment_list = request.httprequest.files.getlist('attachment')

            for image in attachment_list:

                if post.get('attachment'):

                    attachments = {

                               'res_name': image.filename,

                               'res_model': 'machine.repair.support',

                               'res_id': support,

                               'datas': base64.encodestring(image.read()),

                               'type': 'binary',

                               # 'datas_fname': image.filename, odoo13

                               'name': image.filename,

                           }

                    attachment_obj = http.request.env['ir.attachment']

                    attach = attachment_obj.sudo().create(attachments)

====

Regards,

Mustufa Rangwala (Probuse)


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 to put domain filter on One2Many Field on a from Resolvido
Odoo13.0 Odoo13 odoo13 odoo13CE
Avatar
1
nov. 21
4625
Having trouble installing the website module in a fresh DB
Odoo13.0 odoo13.0 Odoo13 odoo13 odoo13CE
Avatar
0
nov. 21
3327
Database problem
Odoo13.0 odoo13.0 Odoo13 odoo13 odoo13CE
Avatar
Avatar
Avatar
Avatar
8
mar. 20
10460
Error with search content in elearning platform of Odoo 13
Odoo13.0 odoo13.0 Odoo13 odoo13 odoo13CE
Avatar
0
out. 19
3929
Error with newsletter block of website builder in ODOO 13
Odoo13.0 odoo13.0 Odoo13 odoo13 odoo13CE
Avatar
0
out. 19
4659
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