Repository
OCA/l10n-japan · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-japan
Last tracking update
2026-08-13 05:09:31
Authors
Odoo Community Association (OCA), Quartile
Maintainers
Odoo Community Association (OCA), Quartile
Committers
Aungkokolin1997, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module creates billings for partners with Summary Invoicing
enabled, based on the cutoff date of their invoices.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_billing_cutoff_view_form wiz.account.billing.cutoff wiz.account.billing.cutoff form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • bill_type Selection
    readonly=True required=True selection=[('out_invoice', 'Customer Invoice'), ('in_invoice', 'Vendor Bill')]
  • cutoff_date Date
    default=fields.Date.context_today required=True
Public methods (1)
  • action_create_billings(self)