Checkbook Management

l10n_ar_account_create_check
REPOSITORY
REPOSITORYOCA/l10n-argentina
GIT
GIThttps://github.com/OCA/l10n-argentina.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-argentina/tree/10.0/l10n_ar_account_create_check
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYLocalisation/Argentine
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), eynes.com.ar
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), eynes.com.ar
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE)
WEBSITE
WEBSITEwww.eynes.com.ar
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:20:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/l10n-argentina:
    - l10n_ar_account_check
    - l10n_ar_account_payment
odoo/odoo:
    - base
    - account
    - base_setup
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
    - account_voucher
    - account_accountant
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Checkbook management for Own Checks

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
view_account_checkbook_form account.checkbook.form account.checkbook form New
view_account_checkbook_tree account_checkbook.tree account.checkbook tree New
view_account_issued_check_checkbook_form account.issued.check.checkbook.form account.issued.check data Inherits l10n_ar_account_check.view_account_issued_check_form
view_account_issued_check_checkbook_tree account.issued.check.checkbook.tree account.issued.check data Inherits l10n_ar_account_check.view_account_issued_check_tree
view_account_issued_check_filter account.issued.check.select account.issued.check data Inherits l10n_ar_account_check.view_account_issued_check_filter
view_vendor_payment_checkbook_form account.voucher.checkbook.form account.voucher data Inherits l10n_ar_account_check.view_voucher_check_form
view_wizard_create_check wizard.create.check.form wizard.create.check form New
Models touched (3)

New fields (9)
  • account_check_id Many2one → account.account
    help='Account used for account moves with checks. If not set, account in treasury configuration is used.' args: 'account.account', 'Check Account'
  • bank_account_id Many2one → res.partner.bank
    required=True args: 'res.partner.bank', 'Bank Account'
  • bank_id Many2one → res.bank
    required=True args: 'res.bank', 'Bank'
  • check_ids One2many → account.checkbook.check
    domain=[('state', '=', 'draft')] readonly=True args: 'account.checkbook.check', 'checkbook_id', 'Available Checks'
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • issued_check_ids One2many → account.issued.check
    readonly=True args: 'account.issued.check', 'checkbook_id', 'Issued Checks'
  • name Char
    required=True size=32 args: 'Checkbook Number'
  • partner_id Many2one
    default=<expr> related='company_id.partner_id' store=True string='Partner'
  • type Selection
    default='common' help='If common, checks only have issued_date. If post-dated they also have payment date' args: [('common', 'Common'), ('postdated', 'Post-dated')], 'Checkbook Type'
Public methods (2)
  • onchange_bank_account(self)
    @api.onchange('bank_account_id')
  • unlink(self)
    @api.multi

New fields (3)
  • checkbook_id Many2one → account.checkbook
    ondelete='cascade' required=True args: 'account.checkbook', 'Checkbook number'
  • name Char
    required=True size=20 args: 'Check Number'
  • state Selection
    default='draft' readonly=True args: [('draft', 'Draft'), ('done', 'Used')], 'State'
Public methods (0)

No public methods.

New fields (3)
  • check_id Many2one → account.checkbook.check
    args: 'account.checkbook.check', 'Check'
  • checkbook_id Many2one → account.checkbook
    args: 'account.checkbook', 'Checkbook'
  • number Char
    size=20 args: 'Check Number'
Public methods (4)
  • create(self, cr, uid, vals, context=None)
  • onchange_check_id(self)
    @api.onchange('check_id')
  • unlink(self, cr, uid, ids, context=None)
  • write(self, cr, uid, ids, vals, context=None)
REPOSITORY
REPOSITORYOCA/l10n-argentina
GIT
GIThttps://github.com/OCA/l10n-argentina.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-argentina/tree/9.0/l10n_ar_account_create_check
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYLocalisation/Argentine
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), eynes.com.ar
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), eynes.com.ar
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE)
WEBSITE
WEBSITEwww.eynes.com.ar
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:25
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/l10n-argentina:
    - l10n_ar_account_check
    - l10n_ar_account_payment
odoo/odoo:
    - base
    - account
    - base_setup
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - report
    - analytic
    - web_tip
    - web_planner
    - account_voucher
    - account_accountant
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Checkbook management for Own Checks

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
view_account_checkbook_form account.checkbook.form account.checkbook form New
view_account_checkbook_tree account_checkbook.tree account.checkbook tree New
view_account_issued_check_checkbook_form account.issued.check.checkbook.form account.issued.check data Inherits l10n_ar_account_check.view_account_issued_check_form
view_account_issued_check_checkbook_tree account.issued.check.checkbook.tree account.issued.check data Inherits l10n_ar_account_check.view_account_issued_check_tree
view_account_issued_check_filter account.issued.check.select account.issued.check data Inherits l10n_ar_account_check.view_account_issued_check_filter
view_vendor_payment_checkbook_form account.voucher.checkbook.form account.voucher data Inherits l10n_ar_account_check.view_voucher_check_form
view_wizard_create_check wizard.create.check.form wizard.create.check form New
Models touched (3)

New fields (9)
  • account_check_id Many2one → account.account
    help='Account used for account moves with checks. If not set, account in treasury configuration is used.' args: 'account.account', 'Check Account'
  • bank_account_id Many2one → res.partner.bank
    required=True args: 'res.partner.bank', 'Bank Account'
  • bank_id Many2one → res.bank
    required=True args: 'res.bank', 'Bank'
  • check_ids One2many → account.checkbook.check
    domain=[('state', '=', 'draft')] readonly=True args: 'account.checkbook.check', 'checkbook_id', 'Available Checks'
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • issued_check_ids One2many → account.issued.check
    readonly=True args: 'account.issued.check', 'checkbook_id', 'Issued Checks'
  • name Char
    required=True size=32 args: 'Checkbook Number'
  • partner_id Many2one
    default=<expr> related='company_id.partner_id' store=True string='Partner'
  • type Selection
    default='common' help='If common, checks only have issued_date. If post-dated they also have payment date' args: [('common', 'Common'), ('postdated', 'Post-dated')], 'Checkbook Type'
Public methods (2)
  • onchange_bank_account(self)
    @api.onchange('bank_account_id')
  • unlink(self)
    @api.multi

New fields (3)
  • checkbook_id Many2one → account.checkbook
    ondelete='cascade' required=True args: 'account.checkbook', 'Checkbook number'
  • name Char
    required=True size=20 args: 'Check Number'
  • state Selection
    default='draft' readonly=True args: [('draft', 'Draft'), ('done', 'Used')], 'State'
Public methods (0)

No public methods.

New fields (3)
  • check_id Many2one → account.checkbook.check
    args: 'account.checkbook.check', 'Check'
  • checkbook_id Many2one → account.checkbook
    args: 'account.checkbook', 'Checkbook'
  • number Char
    size=20 args: 'Check Number'
Public methods (4)
  • create(self, cr, uid, vals, context=None)
  • onchange_check_id(self)
    @api.onchange('check_id')
  • unlink(self, cr, uid, ids, context=None)
  • write(self, cr, uid, ids, vals, context=None)
REPOSITORY
REPOSITORYOCA/l10n-argentina
GIT
GIThttps://github.com/OCA/l10n-argentina.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-argentina/tree/8.0/l10n_ar_account_create_check
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYLocalisation/Argentine
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), eynes.com.ar
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), eynes.com.ar
COMMITTERS
COMMITTERSStéphane Bidoul, Stéphane Bidoul (ACSONE), Santiago J. Said, Sebastian Kennedy, OCA-git-bot
WEBSITE
WEBSITEhttp://eynes.com.ar/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:28
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/l10n-argentina:
    - l10n_ar_account_check
    - l10n_ar_account_payment
odoo/odoo:
    - base
    - account
    - base_setup
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
    - account_voucher
    - account_accountant
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Checkbook management for Own Checks

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
view_account_checkbook_form account.checkbook.form account.checkbook form New
view_account_checkbook_tree account_checkbook.tree account.checkbook tree New
view_account_issued_check_checkbook_form account.issued.check.checkbook.form account.issued.check data Inherits l10n_ar_account_check.view_account_issued_check_form
view_account_issued_check_checkbook_tree account.issued.check.checkbook.tree account.issued.check data Inherits l10n_ar_account_check.view_account_issued_check_tree
view_account_issued_check_filter account.issued.check.select account.issued.check data Inherits l10n_ar_account_check.view_account_issued_check_filter
view_vendor_payment_checkbook_form account.voucher.checkbook.form account.voucher data Inherits l10n_ar_account_check.view_voucher_check_form
view_wizard_create_check wizard.create.check.form wizard.create.check form New
Models touched (3)

New fields (9)
  • account_check_id Many2one → account.account
    help='Account used for account moves with checks. If not set, account in treasury configuration is used.' args: 'account.account', 'Check Account'
  • bank_account_id Many2one → res.partner.bank
    required=True args: 'res.partner.bank', 'Bank Account'
  • bank_id Many2one → res.bank
    required=True args: 'res.bank', 'Bank'
  • check_ids One2many → account.checkbook.check
    domain=[('state', '=', 'draft')] readonly=True args: 'account.checkbook.check', 'checkbook_id', 'Available Checks'
  • company_id Many2one → res.company
    default=<expr> required=True args: 'res.company', 'Company'
  • issued_check_ids One2many → account.issued.check
    readonly=True args: 'account.issued.check', 'checkbook_id', 'Issued Checks'
  • name Char
    required=True size=32 args: 'Checkbook Number'
  • partner_id Many2one
    default=<expr> related='company_id.partner_id' store=True string='Partner'
  • type Selection
    default='common' help='If common, checks only have issued_date. If post-dated they also have payment date' args: [('common', 'Common'), ('postdated', 'Post-dated')], 'Checkbook Type'
Public methods (2)
  • onchange_bank_account(self)
    @api.onchange('bank_account_id')
  • unlink(self)
    @api.multi

New fields (3)
  • checkbook_id Many2one → account.checkbook
    ondelete='cascade' required=True args: 'account.checkbook', 'Checkbook number'
  • name Char
    required=True size=20 args: 'Check Number'
  • state Selection
    default='draft' readonly=True args: [('draft', 'Draft'), ('done', 'Used')], 'State'
Public methods (0)

No public methods.

New fields (3)
  • check_id Many2one → account.checkbook.check
    args: 'account.checkbook.check', 'Check'
  • checkbook_id Many2one → account.checkbook
    args: 'account.checkbook', 'Checkbook'
  • number Char
    size=20 args: 'Check Number'
Public methods (4)
  • create(self, cr, uid, vals, context=None)
  • onchange_check_id(self)
    @api.onchange('check_id')
  • unlink(self, cr, uid, ids, context=None)
  • write(self, cr, uid, ids, vals, context=None)
REPOSITORY
REPOSITORYOCA/l10n-argentina
GIT
GIThttps://github.com/OCA/l10n-argentina.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-argentina/tree/7.0/l10n_ar_account_create_check
VERSION
VERSION 0.1
CATEGORY
CATEGORYLocalisation/Argentine
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), eynes.com.ar
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), eynes.com.ar
COMMITTERS
COMMITTERSSantiago J. Said, Sebastian Kennedy, Laureano Kloss, Rocio
WEBSITE
WEBSITEwww.eynes.com.ar
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/l10n-argentina:
    - l10n_ar_account_check
    - l10n_ar_account_payment
odoo/odoo:
    - base
    - account
    - base_setup
    - web_kanban
    - web
    - product
    - process
    - decimal_precision
    - mail
    - analytic
    - board
    - edi
    - email_template
    - account_voucher
    - account_accountant
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Checkbook management for Own Checks

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
view_account_checkbook_form account.checkbook.form account.checkbook form New
view_account_checkbook_tree account_checkbook.tree account.checkbook tree New
view_account_issued_check_checkbook_form account.issued.check.checkbook.form account.issued.check data Inherits l10n_ar_account_check.view_account_issued_check_form
view_account_issued_check_checkbook_tree account.issued.check.checkbook.tree account.issued.check data Inherits l10n_ar_account_check.view_account_issued_check_tree
view_account_issued_check_filter account.issued.check.select account.issued.check data Inherits l10n_ar_account_check.view_account_issued_check_filter
view_vendor_payment_checkbook_form account.voucher.checkbook.form account.voucher data Inherits l10n_ar_account_check.view_voucher_check_form
view_wizard_create_check wizard.create.check.form wizard.create.check form New
Models touched (0)

No models found for this module.