TIP: You can type at any time to perform a new search.
Account Billing From Cutoff
account_billing_from_cutoff · OCA/l10n-japan
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_typeSelectionreadonly=Truerequired=Trueselection=[('out_invoice', 'Customer Invoice'), ('in_invoice', 'Vendor Bill')] -
cutoff_dateDatedefault=fields.Date.context_todayrequired=True
-
action_create_billings(self)