Repository
OCA/l10n-italy · module folder · Try on Runboat
Module version
0.1.0
Category
Generic Modules/Accounting
Folder size
0.01 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.odoo-italia.org
Last tracking update
2026-08-07 07:17:45
Authors
Odoo Community Association (OCA), Odoo Italian Community
Maintainers
Odoo Community Association (OCA), Odoo Italian Community
Committers
Pedro M. Baeza, Stéphane Bidoul (ACSONE)
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to specify the date to be used by the
move created while confirming (supplier) invoice

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
invoice_supplier_form_reg_date account.invoice.supplier.form.reg_date account.invoice form Inherits account.invoice_supplier_form
invoice_tree_reg_date account.invoice.tree.reg_date account.invoice tree Inherits account.invoice_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • registration_date Date
    help='Keep empty to use the current date' select=True states={'paid': [('readonly', True)], 'open': [('readonly', True)], 'close': [('readonly', True)]} args: 'Registration Date'
Public methods (1)
  • action_move_create(self, cr, uid, ids, context=None)

Loading…

Loading…

Loading…

Loading…