Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Create_company is not a valid action on my module

Subscriure's

Get notified when there's activity on this post

This question has been flagged
serverinheritsValidationErrorv14
2 Respostes
11921 Vistes
Avatar
DaniStu

ODOO 14:

I have encountered this problem:

odoo.exceptions.ValidationError: Error while validating view:

create_company is not a valid action on res.partner.conversation

View name: res.partner.conversation.form

Error context:

 view: ir.ui.view(634,)

 xmlid: res_partner_conversation_form

 view.model: res.partner.conversation

 view.parent: ir.ui.view(118,)

 file: /odoo/local-addons/social_crm/views/converations_view.xml

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

  File "/odoo/odoo/service/server.py", line 1198, in preload_registries

    registry = Registry.new(dbname, update_module=update_module)

  File "/odoo/odoo/modules/registry.py", line 89, in new

    odoo.modules.load_modules(registry._db, force_demo, status, update_module)

  File "/odoo/odoo/modules/loading.py", line 449, in load_modules

    processed_modules += load_marked_modules(cr, graph,

  File "/odoo/odoo/modules/loading.py", line 346, in load_marked_modules

    loaded, processed = load_module_graph(

  File "/odoo/odoo/modules/loading.py", line 221, in load_module_graph

    load_data(cr, idref, mode, kind='data', package=package)

  File "/odoo/odoo/modules/loading.py", line 69, in load_data

    tools.convert_file(cr, package.name, filename, idref, mode, noupdate, kind)

  File "/odoo/odoo/tools/convert.py", line 733, in convert_file

    convert_xml_import(cr, module, fp, idref, mode, noupdate)

  File "/odoo/odoo/tools/convert.py", line 799, in convert_xml_import

    obj.parse(doc.getroot())

  File "/odoo/odoo/tools/convert.py", line 719, in parse

    self._tag_root(de)

  File "/odoo/odoo/tools/convert.py", line 677, in _tag_root

    f(rec)

  File "/odoo/odoo/tools/convert.py", line 681, in _tag_root

    raise ParseError('while parsing %s:%s, near\n%s' % (

odoo.tools.convert.ParseError: while parsing /odoo/local-addons/social_crm/views/converations_view.xml:3, near

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

            <field name="name">res.partner.conversation.form</field>

            <field name="model">res.partner.conversation</field>

            <field name="inherit_id" ref="base.view_partner_form"/>

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

                <xpath expr="//form[1]/sheet[1]/notebook[1]" position="inside">

                    <page string="Conversation" name="studio_page_kMLL3" groups="sales_team.group_sale_manager,base.group_system">

                        <group name="studio_group_kMLL3">

                            <group name="studio_group_kMLL3_left">

                                <field name="content"/>

                            </group>

                            <group name="studio_group_kMLL3_right">

                                <field name="conversation_id" force_save="True" attrs="{}" readonly="1" required="1" widget="label_selection"/>

                                <field name="date"/>

                                <field name="channel"/>

                            </group>

                        </group>

                    </page>

                </xpath>

            </field>

        </record>


The class of the module it refers to is:


class Conversation(models.Model):

    _name = 'res.partner.conversation'

    _description = 'Conversation'


    conversation_id = fields.Char(required=True, string='Conversation ID')

    channel = fields.Char(string='Channel')

    date = fields.Char(string='Date')

    content = fields.Text(string='Content')

    client = fields.Many2one('res.partner', required=True, readonly=True, ondelete='cascade', string='Client')


    _inherits = {'res.partner': 'client'}


    @api.depends('channel_id')

    def get_channel(self):

        result = []

        for conv in self:

            result.append((conv.conversation_id, conv.channel))

        return result


    @api.depends('client')

    def get_client(self):

        result = []

        for conv in self:

            result.append((conv.conversation_id, conv.client))

        return result


    @api.depends('content')

    def get_content(self):

        result = []

        for conv in self:

            result.append((conv.conversation_id, conv.content))

        return result


How can I fix it?

0
Avatar
Descartar
Petr Cafourek

Did you solve it? If yes then how? I am currently stuck with the same error and i am getting nowhere.

Avatar
Ahmed Abuzaid
Best Answer

Hello,

I faced the same issue recently , in my case the issue was i was normally triggering  a  function  using  a button,  but  in  my  code  i  was  actually  evaluating  a  condition  at  the  top  of  my  function  code  that  is  not  applicable  with  my  action i want to perform.

hope  this  helps  .. 

0
Avatar
Descartar
Avatar
Dhyey
Best Answer

I had the same error, I had forgotten to import the file that had the method in the "__init__.py" file. Hope this helps.

-1
Avatar
Descartar
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrar-se
Related Posts Respostes Vistes Activitat
Not a valid action
server inherits v14
Avatar
0
de nov. 20
2
ValidationError
ValidationError v14
Avatar
Avatar
1
d’oct. 22
10713
ir_attachment.py looking in wrong path
server ir_attachment v14
Avatar
Avatar
2
de febr. 24
2935
Installation odoo 14 Solved
installation server v14
Avatar
Avatar
1
d’ag. 21
11001
How can I stop or regulate the logs of odoo-server.log?
server logs v14
Avatar
0
d’ag. 21
5789
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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