コンテンツへスキップ
Odoo メニュー
  • サインイン
  • 無料で15日試す
  • アプリ
    財務
    • 会計
    • 請求
    • 経費
    • スプレッドシート(BI)
    • ドキュメント管理
    • 署名
    販売
    • CRM
    • 販売
    • POS店舗
    • POSレストラン
    • サブスクリプション
    • レンタル
    ウェブサイト
    • ウェブサイトビルダー
    • eコマース
    • ブログ
    • フォーラム
    • ライブチャット
    • eラーニング
    サプライチェーン
    • 在庫
    • 製造
    • 製品ライフサイクル管理 (PLM)
    • 購買
    • 整備
    • 品質
    人事業務
    • 従業員管理
    • 採用
    • 休暇管理
    • 人事評価
    • リファラル
    • フリート
    マーケティング
    • ソーシャルマーケティング
    • メールマーケティング
    • SMSマーケティング
    • イベント
    • マーケティングオートメーション
    • アンケート調査
    サービス
    • プロジェクト管理
    • タイムシート
    • フィールドサービス
    • ヘルプデスク
    • 計画
    • アポイントメント
    生産性向上ツール
    • ディスカッション
    • 承認
    • IoT
    • VoIP
    • ナレッジ
    • WhatsApp
    サードパーティアプリ Odooスタジオ Odooクラウドプラットホーム
  • インダストリー(業種別ソリューション)
    小売
    • 書店
    • アパレルショップ
    • 家具専門店
    • 食料品店
    • 金物店
    • 玩具店
    飲食・ホスピタリティ業界
    • バー・パブ
    • レストラン
    • ファストフード
    • ゲストハウス
    • 飲料販売代理店
    • ホテル
    不動産
    • 不動産会社
    • 建築事務所
    • 建設
    • 不動産管理
    • 造園
    • 住宅所有者組合
    コンサルティング
    • 会計事務所
    • Odooパートナー
    • マーケティングエージェンシー
    • 法律事務所
    • 人材派遣
    • 監査・認証
    製造
    • テキスタイル
    • 金属
    • 家具
    • 飲食
    • 醸造所
    • コーポレートギフト
    ヘルス & フィットネス
    • スポーツクラブ
    • 眼鏡店
    • フィットネスセンター
    • ウェルネス専門家
    • 薬局
    • ヘアサロン
    業種
    • 便利屋
    • IT ハードウェア・サポート
    • 太陽エネルギーシステム
    • 靴メーカー
    • クリーニングサービス
    • 空調設備サービス
    その他
    • 非営利団体
    • 環境機関
    • ビルボードレンタル
    • 写真
    • 自転車リース
    • ソフトウェアリセラー
    すべての業種を見る
  • コミュニティ
    学ぶ
    • チュートリアル
    • ドキュメンテーション
    • 認定
    • トレーニング
    • ブログ
    • ポッドキャスト
    教育サポート
    • 教育プログラム
    • Scale Up! ビジネスゲーム
    • Odooオフィス訪問
    ソフトを入手
    • ダウンロード
    • エディションを比較
    • リリース
    コラボレーション
    • Github
    • フォーラム
    • イベント
    • 翻訳
    • パートナーになる
    • パートナー様向けサービス
    • 会計事務所を登録
    サービス利用
    • パートナー一覧
    • 会計事務所一覧
    • 今すぐ相談する
    • 導入支援サービス
    • お客様一覧
    • サポート
    • アップグレード
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    製品デモを利用する
  • 料金
  • ヘルプ

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

  • CRM
  • e-Commerce
  • 会計
  • 在庫
  • PoS
  • プロジェクト
  • MRP
All apps
コミュニティで交流するには登録する必要があります。
全てのポスト 人々 バッジ
タグ (全て表示)
odoo accounting v14 pos v15
このフォーラムについて
コミュニティで交流するには登録する必要があります。
全てのポスト 人々 バッジ
タグ (全て表示)
odoo accounting v14 pos v15
このフォーラムについて
ヘルプ

Qweb report errors with attribute error

購読

この投稿に活動があった際に通知を受け取ります

この質問にフラグが付けられました
errorqweb
4 返信
8806 ビュー
アバター
Ajit P

Odoo 12

Custom Book Report of QWeb type

While running a simple Book Report of Qweb pdf report type, I face a problem.

 

Goal: To run a book report that allows the books to be shown in pdf output for a given Author and Title.  When the report is run, a wizard pops up where there are Author and Title search fields.  After that the Get Report button is clicked. The report output is expected instead the following error occurs.

The report doesn't launch, instead errors with a message below: 

"AttributeError: type object 'x_book.report.wizard' has no attribute 'get_report'.

Error Message :: Odoo Server Error
Traceback (most recent call last): File "C:\Program Files (x86)\Odoo 12.0\server\odoo\http.py", line 654, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "C:\Program Files (x86)\Odoo 12.0\server\odoo\http.py", line 312, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "C:\Program Files (x86)\Odoo 12.0\server\odoo\tools\pycompat.py", line 87, in reraise

    raise value

  File "C:\Program Files (x86)\Odoo 12.0\server\odoo\http.py", line 696, in dispatch

    result = self._call_function(**self.params)

  File "C:\Program Files (x86)\Odoo 12.0\server\odoo\http.py", line 344, in _call_function

    return checked_call(self.db, *args, **kwargs)

  File "C:\Program Files (x86)\Odoo 12.0\server\odoo\service\model.py", line 97, in wrapper

    return f(dbname, *args, **kwargs)

  File "C:\Program Files (x86)\Odoo 12.0\server\odoo\http.py", line 337, in checked_call

    result = self.endpoint(*a, **kw)

  File "C:\Program Files (x86)\Odoo 12.0\server\odoo\http.py", line 939, in __call__

    return self.method(*args, **kw)

  File "C:\Program Files (x86)\Odoo 12.0\server\odoo\http.py", line 517, in response_wrap

    response = f(*args, **kw)

  File "C:\Program Files (x86)\Odoo 12.0\server\odoo\addons\web\controllers\main.py", line 966, in call_button

    action = self._call_kw(model, method, args, {})

  File "C:\Program Files (x86)\Odoo 12.0\server\odoo\addons\web\controllers\main.py", line 954, in _call_kw

    return call_kw(request.env[model], method, args, kwargs)

  File "C:\Program Files (x86)\Odoo 12.0\server\odoo\api.py", line 742, in call_kw

    method = getattr(type(model), name)

AttributeError: type object 'x_book.report.wizard' has no attribute 'get_report'


File-1: book/wizards/book_report_wizard.py
from odoo import models, fields, api
class BookReportWizard(models.TransientModel):
    _name = 'report.book.book_report'
    x_book_title = fields.Char(string="Book Title", required=True)
    x_book_author_name = fields.Char(string="Author Name", required=True)
    @api.multi
    def get_report(self):
        """Call when button 'Get Report' clicked.
        """
        datas = {
            'ids': self.ids,
            'model': self._name,
            'form': {
                'x_book_title': self.x_book_title,
                'x_book_author_name': self.x_book_author_name
            }
        }
        # use `module_name.report_id` as reference.
        # `report_action()` will call `get_report_values()` and pass `data` automatically.
        return self.env.ref('book.book_report').report_action(self, data=datas)
class BookReport(models.AbstractModel):
    """Abstract Model for report template.
    for `_name` model, please use `report.` as prefix then add `module_name.report_name`.
    """
    _name = 'x_book.book_report_view'
    @api.model
    def get_report_values(self, docids, data=None):
        x_book_title = data['form']['x_book_title']
        x_book_author_name = data['form']['x_book_author_name']
        docs = []
        books = self.env['book.x_book'].search([
            ('x_title', '=', x_book_title),
            ('x_author_name', '=' , x_book_author_name)
            ], order='x_title asc')
        for book in books:
            docs.append({
                'x_book_title': book.x_title,
                'x_book_author_name': book.x_author_name
            })
        return {
            'doc_ids': data['ids'],
            'doc_model': data['model'],
            'x_book_title': x_book_title,
            'x_book_author_name': x_book_author_name,
            'docs': docs
        }

File-2: book/wizards/book_report_wizard.xml
<?xml version="1.0"?>
-<odoo>
-<record id="book_report_wizard" model="ir.ui.view">
<field name="name">Book Report</field>
<field name="model">x_book.report.wizard</field>
<field name="type">form</field>
-<field name="arch" type="xml">
-<form string="Book Report">
-<group>
-<group>
<field name="x_book_title"/>
</group>
-<group>
<field name="x_book_author_name"/>
</group>
</group>
-<footer>
<button name="get_report" type="object" string="Get Report" class="oe_highlight"/>
<button string="Cancel" special="cancel"/>
</footer>
</form>
</field>
</record>
<act_window id="action_book_report_wizard" name="Book Report" target="new" view_mode="form" res_model="x_book.report.wizard"/>
<menuitem id="menu_book_report_wizard" parent="book.menu_1" action="action_book_report_wizard"/>
</odoo>

File-3: book/wizards/__init__.py
from . import book_report_wizard

File-4: book/reports/book_report.xml
<?xml version="1.0"?>
-<odoo>
-<record id="paperformat_book_report" model="report.paperformat">
<field name="name">paperformat.book.report</field>
<field name="default" eval="True"/>
<field name="format">A4</field>
<field name="page_width">0</field>
<field name="page_width">0</field>
<field name="orientation">Portrait</field>
<field name="margin_top">30</field>
<field name="margin_right">5</field>
<field name="margin_bottom">10</field>
<field name="margin_left">5</field>
<field name="header_line" eval="False"/>
<field name="header_spacing">20</field>
<field name="dpi">90</field>
</record>
<report id="book_report" model="report.book.book_report" name="book.book_report_view" menu="False" paperformat="paperformat_book_report" report_type="qweb-pdf" string="Book Report"/>
-<template id="book_report_view">
-<div style="border-bottom: 2px solid black" class="header">
<h3 class="text-center">Book Report</h3>
-<h4 class="text-center">
<strong>Title</strong>
: 
<t t-esc="x_book_title"/>
<strong>Author Name</strong>
: 
<t t-esc="x_book_author_name"/>
</h4>
</div>
-<div class="article">
-<table style="width: 100%" class="table table-condensed table-bordered">
-<thead>
<th style="width: 50%" class="text-center">Title</th>
<th style="width: 50%" class="text-center">Author Name</th>
</thead>
-<tbody>
-<t t-as="doc" t-foreach="docs">
-<tr>
-<td>
<span t-esc="doc['x_book_title']"/>
</td>
-<td class="text-center">
<span t-esc="doc['x_book_author_name']"/>
</td>
</tr>
</t>
</tbody>
</table>
</div>
-<div class="footer">
-<div style="border-top: 1px solid black;" class="row text-center">
-<div class="col-xs-3 col-xs-offset-9 text-right">
-<ul style="margin-top:10px;" class="list-inline">
<li>Page:</li>
-<li>
<span class="page"/>
</li>
<li>/</li>
-<li>
<span class="topage"/>
</li>
</ul>
</div>
</div>
</div>
</template>
</odoo>

File-5: book/models/book.py
# -*- coding: utf-8 -*-
from odoo import models, fields, api
class book(models.Model):
    _name = 'x_book'
    x_title = fields.Char(String='Title', required=True)
    x_author_name = fields.Many2One('res.partner', String='Author Name', required=True)
    x_isbn = fields.Char(String='ISBN', required=True)
    x_publisher_name = fields.Char(String='Publisher Name', required=True)
    x_publication_year = fields.Char(String='Publication Year', required=True)
    x_price = fields.Float(String='Book Price', digits=dp.get_precision('Product Price'))
    @api.multi
    def get_report(self):
        pass

File-6: book/models/book_report.py

from odoo import models, fields, api
class BookReportWizard(models.TransientModel):
    _name = 'x_book.report.wizard'
    x_book_title = fields.Char(string="Book Title", required=True)
    x_book_author_name = fields.Date(string="Author Name", required=True)
    @api.multi
    def get_report(self):
        pass

File-7: book/models/__init__.py

# -*- coding: utf-8 -*-
from . import models
from . import book

File-8: book/models/models.py
# -*- coding: utf-8 -*-
from odoo import models, fields, api

File-9: book/views/book_view.xml
<odoo>
  <data>
    <!-- explicit list view definition -->
    
    <record model="ir.ui.view" id="book.list">
      <field name="name">book.list</field>
      <field name="model">x_book</field>
      <field name="arch" type="xml">
        <tree>
   <field name="x_title"/>
                <field name="x_author_name"/>
                <field name="x_isbn"/>
                <field name="x_publisher_name"/>
                <field name="x_publication_year"/>
                <field name="x_price"/>
          </tree>
      </field>
    </record>
    <!-- explicit form view definition -->
    <record model="ir.ui.view" id="view_book_form">
            <field name="name">book.form</field>
            <field name="model">x_book</field>             
            <field name="type">form</field>
            <field name="arch" type="xml">
                <form string="Book Details" version="12.0">
                 <header> ... Add Book Details... 
                 </header>
                    <sheet string="Books">
<group string="Book Details" colspan="4" col="4">
   <field name="x_title"/>
                <field name="x_author_name"/>
                <field name="x_isbn"/>
                <field name="x_publisher_name"/>
                <field name="x_publication_year"/>
                <field name="x_price"/>
</group>
                 </sheet>
                </form>
            </field>
    </record>
    
    <!-- actions opening views on models -->
    
    <record model="ir.actions.act_window" id="book_action_window">
      <field name="name">Book Window</field>
      <field name="res_model">x_book</field>
      <field name="view_mode">tree,form</field>
    </record>
    <act_window id="action_book_report_wizard"
                name="Book Report"
                res_model="x_book.report.wizard"
                view_mode="form"
                target="new"/>
    <!-- Top menu item -->
    
    <menuitem name="My Library" id="book.menu_root" sequence="30"/>
    
    <!-- menu categories -->
    <menuitem name="My Books" id="book.menu_1" parent="book.menu_root" action="book_action_window" sequence="10"/>
    <menuitem name="Book Report" 
              id="menu_book_report_wizard"
              parent="book.menu_1" action="action_book_report_wizard"
              sequence="15"/>
    <menuitem name="My Toys" id="book.menu_2" parent="book.menu_root" action="book_action_window" sequence="20"/>
  </data>
</odoo>

File-10: book/__manifest__.py
# -*- coding: utf-8 -*-
{
    'name': "book",
    'summary': """
        Books in a library""",
    'description': """
        Title and Author Name of Books in a library
    """,
    'author': "Infosure Services, Bangalore",
    'website': "http://infosure.in",
    # Categories can be used to filter modules in modules listing
    # Check https://github.com/odoo/odoo/blob/12.0/odoo/addons/base/data/ir_module_category_data.xml
    # for the full list
    'category': 'Sales',
    'version': '12.0.1',
    'images': ['images/INFOSURE_LOGO_MEDIUM.jpg'],
    'application': 'True',
    'installable': 'True',
    # any module necessary for this one to work correctly
    'depends': ['base'],
    # always loaded
    'data': [
    #   'security/ir.model.access.csv',
        'views/book_view.xml',
        'wizards/book_report_wizard.xml',
        'reports/book_report.xml',
    ],
    # only loaded in demonstration mode
    'demo': [
        'demo/demo.xml',
    ],
}

File-11: book/__init__.py
# -*- coding: utf-8 -*-
from . import controllers
from . import models
from . import wizards
0
アバター
破棄
Mitul Shingala

you have import the book_report.py file into __init__.py file

OdooBot
Here is an architecture diagram of my module: Book. 

This could help understand the files and layout of objects.
Could this be shown in the forum, hoping for a someone who can debug the error. 

BOOK-REPORT-QWEB.jpg


On Thursday, 24 January, 2019, 6:35:39 PM IST, Yenthe Van Ginneken <yenthespam@gmail.com> wrote:


View Forum Post Odoo S.A.

A new question Qweb report errors with attribute error on Help has been posted. Click here to access the question :

See question


Sent by Odoo S.A. using Odoo.

アバター
Ajit P
著作者 最善の回答

Thank you folks Mitul and Caret IT for your help. I will try and then update this ticket. 

Tried this still same error. 

Could anyone confirm, Are all the naming conventions correct?

0
アバター
破棄
アバター
Caret IT Solutions Pvt. Ltd.
最善の回答

Hi,

It looks like you have changed the name of file  so change it from book to book_report

File-7: book/models/__init__.py

# -*- coding: utf-8 -*-
from . import models
from . import book_report

and 
also change method name from get_report_values to _get_report_values
0
アバター
破棄
ディスカッションを楽しんでいますか?読むだけでなく、参加しましょう!

今すぐアカウントを作成して、限定機能を利用したり、素晴らしいコミュニティと交流しましょう!

登録
関連投稿 返信 ビュー 活動
Qweb Report Header Error
error qweb header
アバター
アバター
1
7月 16
4377
?"Your country might be blocked by our hosting provider" error when I create new website
error
アバター
0
11月 25
592
Payment Page Return Error with Razorpay on Mobile Devices
error
アバター
0
9月 25
1256
Odoo 18: Display image from char field containing url in qweb form
qweb
アバター
アバター
1
7月 25
3119
PDF Export Option for QWeb Reports in odoo 17.0
qweb
アバター
アバター
1
5月 25
4092
コミュニティ
  • チュートリアル
  • ドキュメンテーション
  • フォーラム
オープンソース
  • ダウンロード
  • Github
  • Runbot
  • 翻訳
サービス
  • Odoo.shホスティング
  • サポート
  • アップグレード
  • カスタム開発
  • 教育プログラム
  • 会計事務所一覧
  • パートナー一覧
  • パートナーになる
企業情報
  • 会社概要
  • ブランドアセット
  • お問い合わせ
  • 採用情報
  • イベント
  • ポッドキャスト
  • ブログ
  • お客様一覧
  • リーガル情報 • プライバシーポリシー
  • セキュリティ
الْعَرَبيّة 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(オドゥー)は、CRM、eコマース、会計、在庫管理、POS、プロジェクト管理など、企業のさまざまな業務を一つのシステムで管理できる、ベルギー発のオープンソースのERPソフトウェアです。

高機能で使いやすく、完全に統合されたERPとして、ユニークな価値を提供しています。

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