Siirry sisältöön
Odoo Menu
  • Kirjaudu sisään
  • Kokeile ilmaiseksi
  • Sovellukset
    Talous
    • Kirjanpito
    • Laskutus
    • Kulut
    • Datataulukot (BI)
    • Asiakirjat
    • Allekirjoita
    Myynti
    • CRM
    • Myynti
    • Kassajärjestelmä myymälään
    • Kassajärjestelmä ravintolaan
    • Tilaukset
    • Vuokraus
    Verkkosivut
    • Verkkosivun Rakennustyökalu
    • Verkkokauppa
    • Blogi
    • Foorumi
    • Livechat
    • Verkko-oppiminen
    Toimitusketju
    • Varastointi
    • Tuotanto
    • Tuotteen elinkaaren hallinta (PLM)
    • Ostot
    • Huolto
    • Laatu
    Henkilöstöhallinto
    • Työntekijät
    • Rekrytointi
    • Vapaat
    • Arvioinnit
    • Suositukset
    • Kuljetuskalusto
    Markkinointi
    • Somemarkkinointi
    • Sähköpostimarkkinointi
    • Tekstiviestimarkkinointi
    • Tapahtumat
    • Markkinoinnin automaatio
    • Kyselyt
    Palvelut
    • Projekti
    • Työaikakirjaukset
    • Kenttähuolto
    • Asiakaspalvelu
    • Suunnittelu
    • Ajanvaraukset
    Tuottavuus
    • Viestintä
    • Hyväksynnät
    • IoT
    • IP-puhe
    • Tietokirjasto
    • WhatsApp
    Kolmannen osapuolen sovellukset Odoo-Studio Odoo-Pilvialusta
  • Toimialat
    Vähittäiskauppa
    • Kirjakauppa
    • Vaatekauppa
    • Huonekaluliike
    • Ruokakauppa
    • Laitteistokauppa
    • Lelukauppa
    Ruoka & Majoitus
    • Baari ja Pubi
    • Ravintola
    • Pikaruoka
    • Majatalo
    • Juomien jakelija
    • Hotelli
    Kiinteistöt
    • Kiinteistönvälitystoimisto
    • Arkkitehtitoimisto
    • Rakentaminen
    • Kiinteistönhallinta
    • Puutarhanhoito
    • Kiinteistön omistajien yhdistys
    Konsultointi
    • Tilitoimisto
    • Odoo-kumppani
    • Markkinointitoimisto
    • Lakitoimisto
    • Osaajahankinta
    • Tilintarkastus & sertifiointi
    Tuotanto
    • Tekstiili
    • Metalli
    • Huonekalut
    • Ruoka
    • Panimo
    • Yrityslahjat
    Terveys & Liikunta
    • Urheiluseura
    • Silmälasiliike
    • Kuntokeskus
    • Hyvinvointialan ammattilaiset
    • Apteekki
    • Kampaamo
    Kaupat
    • Yleismies
    • IT-laitteisto & Tuki
    • Aurinkoenergiajärjestelmät
    • Suutari
    • Siivouspalvelut
    • LVI-palvelut
    Muut
    • Voittoa tavoittelematon järjestö
    • Ympäristötoimisto
    • Mainostaulujen vuokraus  
    • Valokuvaus
    • Leasing-pyörät
    • Ohjelmistojen jälleenmyyjä
    Selaa kaikkia toimialoja
  • Yhteisö
    Opi
    • Kurssit
    • Dokumentaatio
    • Todistukset
    • Koulutus
    • Blogi
    • Podcast
    Kannusta kouluttautumaan
    • Koulutusohjelmat
    • Scale Up! Liiketoimintapeli
    • Vieraile Odoolla
    Hanki ohjelmisto
    • Lataa
    • Vertaile versioita
    • Julkaisut
    Tee yhteistyötä
    • Github
    • Foorumi
    • Tapahtumat
    • Käännökset
    • Ryhdy kumppaniksi
    • Kumppanipalvelut
    • Rekisteröi tilitoimistosi
    Hanki palveluja
    • Löydä kumppani
    • Löydä kirjanpitäjä
    • Varaa asiantuntijatapaaminen
    • Implementaatiopalvelut
    • Asiakasreferenssit
    • Tuki
    • Versionkorotukset
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Varaa demo
  • Hinnoittelu
  • Asiakaspalvelu

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

  • CRM
  • e-Commerce
  • Kirjanpito
  • Varastointi
  • PoS
  • Projekti
  • MRP
All apps
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Kaikki kirjoitukset Ihmiset Merkit
Tunnisteet (Näytä kaikki)
odoo accounting v14 pos v15
Tietoa tästä foorumista
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Kaikki kirjoitukset Ihmiset Merkit
Tunnisteet (Näytä kaikki)
odoo accounting v14 pos v15
Tietoa tästä foorumista
Apua

An error occurs in odoo 17 at the python code level, when trying to query a related field of the Many2one type

Tilaa

Saat ilmoituksen, kun tähän viestiin ilmaantuu aktiviteettia

Tämä kysymys on merkitty
odooodoo17odoo17EE
2493 Näkymät
Avatar
yorlysoro
An error appears in odoo 17 at the python code level, when trying to 
query a related field type Many2one, this field is recognized as False 
or empty, even though it is queried at the SQL database level, this same
 shows that the field is saved at the database level, but when trying to
 query at the odoo ORM level, it is shown as empty or False, this error 
also causes an access error, where it is indicated that the user does 
not have access to it, but these permissions are already placed in the 
corresponding user, at the graphical interface level the field is shown 
as full, the user can enter it normally from the graphical interface, 
the code has been inspected, and how the field is being declared and it 
does not have security restrictions, I show below the code that carries 
out the process:

from odoo import SUPERUSER_ID, fields, models, api import random import string import logging _logger = logging.getLogger(__name__) class CreateFinancialReport(models.TransientModel): _name = "create.financial.report" _description = "Create Financial Report" name = fields.Char() company_id = fields.Many2one("res.company", default=lambda self: self.env.company) type = fields.Selection( [("balance", "Balance"), ("profit_loss", "Profit and Loss"), ("all", "All")] ) def create_financial_report(self): self.env['ir.rule'].clear_caches() financial_report = self.with_user(SUPERUSER_ID).env["account.report"].create( { "name": self.name + " / " + self.company_id.name, "filter_date_range": True, "filter_period_comparison": True, "filter_growth_comparison": True, "filter_unfold_all": True, "filter_journals": True, "filter_analytic": True, "filter_multi_company": 'selector', } ) financial_report.column_ids = [(0, 0, { "name": "Balance", "expression_label": "balance", })] sql = """ select id from account_account where company_id= %s """ if self.type == "balance": sql += " and code between '1' and '399999999999' " elif self.type == "profit_loss": sql += " and code between '4' and '699999999999' " sql += " order by code , company_id " self.with_user(SUPERUSER_ID)._cr.execute(sql, [self.company_id.id]) values = self.with_user(SUPERUSER_ID)._cr.fetchall() self_line = self.with_user(SUPERUSER_ID).env["account.report.line"] msg = "Values: " + str(values) _logger.info(msg) for value in values: _logger.info("Value: " + str(value)) account = self.with_user(SUPERUSER_ID).with_company(self.company_id.id).env["account.account"].search([("id", "=", value[0]), ('company_id', '=', self.company_id.id)]) account_parent = account.sudo().parent_id account_parent = self.with_user(SUPERUSER_ID).with_company(self.company_id.id).env["account.account"].search([("id", "=", account_parent.id), ('company_id', '=', self.company_id.id)]) _logger.info("Account: " + str(account)) if account: if account.name and account.code: name = account.code + " " + account.name elif account.name: name = account.name else: name = account.code if account.parent_id: _logger.info("Whit child lines IDS") _logger.info("Account Parent: " + str(account_parent)) old_line = self_line.with_user(SUPERUSER_ID).search( [ ("code", "=", account_parent.code), ("report_id", "=", financial_report.id), ], limit=1, ) line = self_line.with_user(SUPERUSER_ID).create( { "name": name, "report_id": financial_report.id, "parent_id": old_line.id, "code": account.code, "hide_if_zero": True, } ) if account and account.account_type in ( 'income', 'liability_current', 'liability_credit_card', 'liability_non_current', 'equity_unaffected', 'income_other', 'equity', 'off_balance', ): line.with_user(SUPERUSER_ID).expression_ids = [( 0, 0, { 'label': 'balance', 'engine': 'aggregation', 'formula': '-sum', } )] else: line.expression_ids = [( 0, 0, { 'label': 'balance', 'engine': 'aggregation', 'formula': 'sum', } )] else: _logger.info("Parent ID is None") self_line.with_user(SUPERUSER_ID).create( { "report_id": financial_report.id, "name": name, "code": account.code, "hide_if_zero": True, } ) level = 1 for line in financial_report.line_ids: _logger.info("Line ID: " + str(line.id)) self.with_user(SUPERUSER_ID).set_data_to_line(line, level) def set_data_to_line(self, line, level): line.hierarchy_level = level level += 1 _logger.info("Line with children IDS: " + str(line.children_ids)) if line.children_ids: sql_sum = """ select string_agg(CONCAT(code, '.balance'), '+') from account_report_line where parent_id = %s """ self._cr.execute(sql_sum, [line.id]) value_sum = self._cr.fetchall() report_expression = self.env['account.report.expression'].search([('report_line_id', '=', line.id)]) for expression in report_expression: expression.with_user(SUPERUSER_ID).write({ 'engine': 'aggregation', 'formula': value_sum[0][0], 'blank_if_zero': True, }) for child in line.children_ids: self.set_data_to_line(child, level) line.with_user(SUPERUSER_ID).groupby = "account_id" else: if line.parent_id.code: report_expression = self.env['account.report.expression'].search( [('report_line_id', '=', line.id)]) for expression in report_expression: expression.with_user(SUPERUSER_ID).write({ 'engine': 'domain', 'formula': "[('account_id.code', '=', " + "'" + line.code + "'" + ")]", 'blank_if_zero': True, 'subformula': 'sum', }) line.with_user(SUPERUSER_ID).groupby = "account_id"

In the case of if account.parent_id, the code enters the if, indicating that the field is full, but when you try to perform the query to obtain the


account_parent, account_parent = self.with_user(SUPERUSER_ID).with_company(self.company_id.id).env["account.account"].search([("id", "=", account.parent_id.id),
    ('company_id', '=', self.company_id.id)])

This returns empty and prevents the code from continuing to function normally. It also happens that when trying to enter a specific field such as account_parent.code or account_parent.name, an access error occurs as if the user had been assigned the permissions. The permissions and registration rules have already been verified and are placed correctly.

What is required is to be able to access the different fields of this model to be able to generate the financial reports with their own formulas?

0
Avatar
Hylkää
Nautitko keskustelusta? Älä vain lue, vaan osallistu!

Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!

Rekisteröidy
Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
How to create a dynamic domain in Odoo 17? Ratkaistu
odoo odoo17
Avatar
Avatar
Avatar
Avatar
3
maalisk. 25
4218
How to Change the Error Dialog Box, Odoo Title Name, and Odoo Server Name?
odoo odoo17
Avatar
0
maalisk. 25
2272
How to create a custom discard button?
odoo odoo17
Avatar
Avatar
Avatar
Avatar
4
tammik. 25
3562
'\n' new line option not working in UserError in Odoo 17
odoo odoo17
Avatar
Avatar
1
marrask. 24
3446
Send notification to specific users Ratkaistu
odoo17 Odoo17 odoo17EE
Avatar
Avatar
2
syysk. 25
1128
Yhteisö
  • Kurssit
  • Dokumentaatio
  • Foorumi
Avoin lähdekoodi
  • Lataa
  • Github
  • Runbot
  • Käännökset
Palvelut
  • Odoo.sh hosting
  • Tuki
  • Versionkorotus
  • Räätälöidyt kehitykset
  • Koulutus
  • Löydä kirjanpitäjä
  • Löydä kumppani
  • Ryhdy kumppaniksi
Meistä
  • Yrityksemme
  • Tavaramerkki
  • Ota yhteyttä
  • Työpaikat
  • Tapahtumat
  • Podcast
  • Blogi
  • Asiakkaat
  • Oikeudellinen ilmoitus • Yksityisyys
  • Tietoturva
الْعَرَبيّة 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 on kokoelma avoimen lähdekoodin yrityssovelluksia, jotka kattavat kaikki yrityksesi tarpeet: asiakkuudenhallinta eli CRM, verkkokauppa, kirjanpito, varastointi, kassajärjestelmä, projektinhallinta, jne.

Odoon uniikki arvolupaus on olla samanaikaisesti erittäin helppokäyttöinen ja täysin integroitu.

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