Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Priemyselné odvetvia
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Reštaurácia
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Reality
    • Real Estate Agency
    • Architecture Firm
    • Konštrukcia
    • Estate Managament
    • Gardening
    • Property Owner Association
    Poradenstvo
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Jedlo
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Iní
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

Create_company is not a valid action on my module

Odoberať

Get notified when there's activity on this post

This question has been flagged
serverinheritsValidationErrorv14
2 Replies
11945 Zobrazenia
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
Zrušiť
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
Zrušiť
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
Zrušiť
Enjoying the discussion? Don't just read, join in!

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

Registrácia
Related Posts Replies Zobrazenia Aktivita
Not a valid action
server inherits v14
Avatar
0
nov 20
2
ValidationError
ValidationError v14
Avatar
Avatar
1
okt 22
10729
ir_attachment.py looking in wrong path
server ir_attachment v14
Avatar
Avatar
2
feb 24
2959
Installation odoo 14 Solved
installation server v14
Avatar
Avatar
1
aug 21
11023
How can I stop or regulate the logs of odoo-server.log?
server logs v14
Avatar
0
aug 21
5825
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة 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 je sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

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