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
    • Inteligência Artificial
    • 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
    • Gestão de Imóveis
    • 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
    • Agende uma Demonstração
    • 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
É 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

Filtering data from one menu to another menu in v10

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
xmlpython2.7odoo10.0
1 Responder
5679 Visualizações
Avatar
Aravind

I have a checkbox in Manufacturing module-> Products form (Named "Raw Materials")


If I select the checkbox and save the data it should not get saved in the products form but else it should be saved in a separate menu called Raw materials which I created manually in Manufacturing module.


How to achieve this in Odoo v10?


This is my xml file......


    <record id="raw_materials" model="ir.ui.view">

                <field name="name">raw.form.inherit.button</field>

                <field name="model">product.template</field>

                <field name="inherit_id" ref="product.product_template_only_form_view"/>

                <field name="arch" type="xml" >

                <xpath expr="//field[@name='name']" position="after">

                         <div name="options" groups="base.group_user">

                                <div>

                                    <field name="raw"/>

                                    <label for="raw"/>

                                </div>

                          </div>    

                                                   

                 </xpath>

                 </field>

    </record>

    

    

    

    <record id="product_template_view" model="ir.ui.view">

            <field name="name">product.template.search</field>

            <field name="model">product.template</field>

            <field name="arch" type="xml">

                <search string="Product">

                    <separator/>

                    <filter string="Raw Materials" name="filter_to_raw" domain="[('raw','=',True)]"/>

                    <separator/>

                </search>

            </field>

    </record>

            

    <record id="product_raw_materials" model="ir.actions.act_window">

                <field name="name">Raw Materials</field>

                <field name="type">ir.actions.act_window</field>

                <field name="res_model">product.template</field>

                <field name="view_mode">kanban,tree,form</field>

                <field name="view_type">form</field>

                <field name="context">{"search_default_filter_to_raw":1}</field>

                <field name="view_id" ref="product.product_template_kanban_view"/>

                <field name="search_view_id" ref="product.product_template_search_view"/>

                <field name="help" type="html">

                  <p class="oe_view_nocontent_create">

                    Click to define a new product.

                  </p><p>

                    You must define a product for everything you sell, whether it's

                    a physical product, a consumable or a service you offer to

                    customers.

                  </p><p>

                    The product form contains information to simplify the Raw Materials: price, notes in the quotation, accounting data,

                    procurement methods, etc.

                  </p>

                </field>

            </record>

    

    

        

           <menuitem id="menu_mrp_product_form" name="Raw Materials" action="mrp.product_template_action"

                     parent="mrp.menu_mrp_bom" sequence="8"/>


   


Thanks in advance

0
Avatar
Cancelar
Avatar
Aravind
Autor Melhor resposta

This is the code for the question which I raised above.



<record id="raw_materials" model="ir.ui.view">

            <field name="name">raw.form.inherit.button</field>

            <field name="model">product.template</field>

            <field name="inherit_id" ref="product.product_template_only_form_view"/>

            <field name="arch" type="xml" >

                

                <xpath expr="//field[@name='name']" position="after">

                     

                        <div name="options" groups="base.group_user">

                            <div>

                                <field name="raw"/>

                                <label for="raw"/>

                            </div>

                        </div>    

                                               

                </xpath>

                

            </field>

        </record>

        <record id="raw_search_view" model="ir.ui.view">

        <field name="name">raw.product.search</field>

        <field name="model">product.template</field>

        <field name="inherit_id" ref="product.product_template_search_view"/>

        <field name="arch" type="xml">

            <xpath expr="//filter[@name='consumable']" position="after">

                <seperator/>

                <filter string="Raw Materials" name="filter_to_raw" domain="[('raw','=',True)]"/>

            </xpath>

        </field>

        </record>

        

        <record id="product_raw_materials" model="ir.actions.act_window">

            <field name="name">Raw Materials</field>

            <field name="type">ir.actions.act_window</field>

            <field name="res_model">product.template</field>

            <field name="view_mode">kanban,tree,form</field>

            <field name="view_type">form</field>

            <field name="context">{"search_default_filter_to_raw":True}</field>

            <field name="domain">[('raw','=',True)]</field>

            <field name="view_id" ref="product.product_template_kanban_view"/>

            <field name="search_view_id" ref="product.product_template_search_view"/>

            <field name="help" type="html">

              <p class="oe_view_nocontent_create">

                Click to define a new product.

              </p><p>

                You must define a product for everything you sell, whether it's

                a physical product, a consumable or a service you offer to

                customers.

              </p><p>

                The product form contains information to simplify the Raw Materials: price, notes in the quotation, accounting data,

                procurement methods, etc.

              </p>

            </field>

        </record>

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!

Inscrever-se
Publicações relacionadas Respostas Visualizações Atividade
Hiding Attachments button on a specific model's form view in odoo 10.
xml python2.7 odoo10.0
Avatar
0
ago. 22
3933
How to trigger the 'readonly' when boolean value 'True' in odoo 10
xml python2.7 odoo10.0
Avatar
Avatar
4
out. 17
12634
Applying function on button
xml python2.7 odoo10 odoo10.0
Avatar
0
jul. 19
6322
Hiding and showing trash icon on one2many field based on a condition in odoo 10. Resolvido
python2.7 odoo10.0
Avatar
Avatar
2
jun. 24
3521
Assigning/sending/copying long text field value to another text field in odoo 10 by a xmlrpc webservice.
python2.7 odoo10.0
Avatar
Avatar
1
dez. 23
3172
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 Svenska ภาษาไทย 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