TIP: You can type at any time to perform a new search.
France - VAT Anti-Fraud Certification (CGI 286 I-3 bis) - Sale Closings
l10n_fr_sale_closing · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 1.0
- Category
- Accounting
- Folder size
- 0.02 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- None
- Last tracking update
- 2026-08-07 05:07:19
- Authors
- Maintainers
- None
- Committers
- Fabien Pinckaers, Christophe Simonis, Olivier Colson, Alexandre Kühn, Xavier-Do
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- l10n_fr_pos_cert
- Description
This module adds support for automatic sales closings with computation of both period and cumulative totals (daily, monthly, annually) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- The module adds following features: Storage: automatic sales closings with computation of both period and cumulative totals (daily, monthly, annually)
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
form_view_account_sale_closing |
Sales Closings | account.sale.closing | form | New |
list_view_account_sale_closing |
Sales Closings | account.sale.closing | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (11)
-
company_idMany2one → res.companyreadonly=Truerequired=Truestring='Company' args: 'res.company' -
cumulative_totalMonetaryhelp='Total in receivable accounts since the beginnig of times'readonly=Truerequired=Truestring='Cumulative Grand Total' -
currency_idMany2one → res.currencyhelp="The company's currency"readonly=Truerelated='company_id.currency_id'store=Truestring='Currency' args: 'res.currency' -
date_closing_startDatetimehelp='Date from which the total interval is computed'readonly=Truerequired=Truestring='Starting Date' -
date_closing_stopDatetimehelp='Date to which the values are computed'readonly=Truerequired=Truestring='Closing Date' -
frequencySelectionreadonly=Truerequired=Trueselection=[('daily', 'Daily'), ('monthly', 'Monthly'), ('annually', 'Annual')]string='Closing Type' -
last_move_hashCharreadonly=Truestring="Last journal entry's inalteralbility hash" -
last_move_idMany2one → account.movehelp='Last Journal entry included in the grand total'readonly=Truestring='Last journal entry' args: 'account.move' -
nameCharhelp='Frequency and unique sequence number'required=True -
sequence_numberIntegerreadonly=Truerequired=True args: 'Sequence #' -
total_intervalMonetaryhelp='Total in receivable accounts during the interval, excluding overlapping periods'readonly=Truerequired=Truestring='Period Total'
-
unlink(self)@api.multi -
write(self, vals)@api.multi
New fields (1)
-
l10n_fr_closing_sequence_idMany2one → ir.sequencereadonly=True args: 'ir.sequence', 'Sequence to use to build sale closings'
-
create(self, vals)@api.model -
write(self, vals)@api.multi
Loading…
Loading…
Loading…