Chinese Fapiao Management

l10n_cn_fapiao
REPOSITORY
REPOSITORYOCA/l10n-china
GIT
GIThttps://github.com/OCA/l10n-china.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-china/tree/8.0/l10n_cn_fapiao
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Elico Corp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Elico Corp
COMMITTERS
COMMITTERSGitHub, Xudong Yang (Wizr), Xudong Yang
WEBSITE
WEBSITEhttps://www.elico-corp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:28
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
invoice_form account.invoice.form account.invoice xpath Inherits account.invoice_form
view_fapiao_filter fapiao.select fapiao search New
view_fapiao_form fapiao.line.form fapiao form New
view_fapiao_tax_type_form fapiao.tax.type.form fapiao.tax.type form New
view_fapiao_tax_type_tree fapiao.tax.type.tree fapiao.tax.type tree New
view_fapiao_tree fapiao.tree fapiao tree New
Models touched (4)

New fields (1)
  • fapiao_ids Many2many → fapiao
    string='Fapiao' args: 'fapiao'
Public methods (0)

No public methods.

New fields (9)
  • amount_with_taxes Float
    required=True args: 'Fapiao total amount'
  • fapiao_date Date
    required=True string='Fapiao Date'
  • fapiao_number Integer
    required=True string='Fapiao Number'
  • fapiao_type Selection
    default='customer' required=True args: [('customer', 'Customer'), ('supplier', 'Supplier'), ('customer_credit_note', 'Customer Credit note')], 'Fapiao Type'
  • invoice_ids Many2many → account.invoice
    string='Invoices' args: 'account.invoice'
  • notes Text
    string='Notes'
  • reception_date Date
    string='Reception Date'
  • tag_ids Many2many → fapiao.tag
    string='Tags' args: 'fapiao.tag'
  • tax_type Many2one → fapiao.tax.type
    default=_default_tax_type required=True string='Tax Type' args: 'fapiao.tax.type'
Public methods (0)

No public methods.

New fields (1)
  • name Char
    args: 'Name'
Public methods (0)

No public methods.

New fields (2)
  • active Boolean
    default=True
  • name Char
    args: 'Name'
Public methods (0)

No public methods.