| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-closing |
| GIT | |
| GIT | https://github.com/OCA/account-closing.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-closing/tree/19.0/account_invoice_start_end_dates |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-closing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:50 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - html_editor - uom - analytic - portal - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module adds the fields *Start Date* and *End Date* on invoice/move lines. It also adds an option *Must Have Start/End Dates* on the product form (in the *Accounting* tab) ; if you enable this option, you will get an error message if you try to post an invoice/move that constains such a product on one of its lines and doesn't have start/end dates on that line. If you use this module, you may also be interested in several other modules: - the module *sale_start_end_dates* from the [sale-workflow OCA project](https://github.com/OCA/sale-workflow): this module adds the fields *Start Date* and *End Date* on sale order lines and copies the information from sale order lines to invoice/move lines. - the modules *account_cutoff_prepaid* and *account_cutoff_accrual_dates* in the [account-closing OCA projct](https://github.com/OCA/account-closing): these modules allow easy computation of prepaid expenses, prepaid revenues, accrued expense and accrued revenue using start/end dates. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_invoice_report_view_tree |
account.invoice.report | field | Inherits account.account_invoice_report_view_tree | |
product_template_form_view |
add.must.have.dates.on.product.template.form | product.template | group | Inherits account.product_template_form_view |
view_move_form |
start_end_dates.view_move_form | account.move | xpath | Inherits account.view_move_form |
view_move_line_form |
start_end_dates.view_move_line_form | account.move.line | field | Inherits account.view_move_line_form |
view_move_line_tree |
start_end_dates.view_move_line_tree | account.move.line | field | Inherits account.view_move_line_tree |
end_date
Date
readonly=True
start_date
Date
readonly=True
No public methods.
end_date
Date
index=True
must_have_dates
Boolean
related='product_id.must_have_dates'
start_date
Date
index=True
No public methods.
must_have_dates
Boolean
help='If this option is active, the user will have to enter a Start Date and an End Date on the invoice lines that have this product.'
string='Must Have Start/End Dates'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-closing |
| GIT | |
| GIT | https://github.com/OCA/account-closing.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-closing/tree/18.0/account_invoice_start_end_dates |
| VERSION | |
| VERSION | 1.3.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Alexis de Lattre, Weblate, OCA-git-bot, oca-ci, Tobias Zehntner |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-closing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:17 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - html_editor - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module adds the fields *Start Date* and *End Date* on invoice/move lines. It also adds an option *Must Have Start/End Dates* on the product form (in the *Accounting* tab) ; if you enable this option, you will get an error message if you try to post an invoice/move that constains such a product on one of its lines and doesn't have start/end dates on that line. If you use this module, you may also be interested in several other modules: - the module *sale_start_end_dates* from the [sale-workflow OCA project](https://github.com/OCA/sale-workflow): this module adds the fields *Start Date* and *End Date* on sale order lines and copies the information from sale order lines to invoice/move lines. - the modules *account_cutoff_prepaid* and *account_cutoff_accrual_dates* in the [account-closing OCA projct](https://github.com/OCA/account-closing): these modules allow easy computation of prepaid expenses, prepaid revenues, accrued expense and accrued revenue using start/end dates. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_invoice_report_view_tree |
account.invoice.report | field | Inherits account.account_invoice_report_view_tree | |
product_template_form_view |
add.must.have.dates.on.product.template.form | product.template | group | Inherits account.product_template_form_view |
view_move_form |
start_end_dates.view_move_form | account.move | xpath | Inherits account.view_move_form |
view_move_line_form |
start_end_dates.view_move_line_form | account.move.line | field | Inherits account.view_move_line_form |
view_move_line_tree |
start_end_dates.view_move_line_tree | account.move.line | field | Inherits account.view_move_line_tree |
end_date
Date
readonly=True
start_date
Date
readonly=True
No public methods.
end_date
Date
index=True
args: 'Line End Date'
must_have_dates
Boolean
related='product_id.must_have_dates'
start_date
Date
index=True
args: 'Line Start Date'
No public methods.
must_have_dates
Boolean
help='If this option is active, the user will have to enter a Start Date and an End Date on the invoice lines that have this product.'
string='Must Have Start/End Dates'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-closing |
| GIT | |
| GIT | https://github.com/OCA/account-closing.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-closing/tree/17.0/account_invoice_start_end_dates |
| VERSION | |
| VERSION | 1.4.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Alexis de Lattre, Weblate, OCA-git-bot, Quentin Groulard, oca-ci, Henry Backman, thaolt |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-closing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:09 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module adds the fields *Start Date* and *End Date* on invoice/move lines. It also adds an option *Must Have Start/End Dates* on the product form (in the *Accounting* tab) ; if you enable this option, you will get an error message if you try to post an invoice/move that constains such a product on one of its lines and doesn't have start/end dates on that line. If you use this module, you may also be interested in several other modules: - the module *sale_start_end_dates* from the [sale-workflow OCA project](https://github.com/OCA/sale-workflow): this module adds the fields *Start Date* and *End Date* on sale order lines and copies the information from sale order lines to invoice/move lines. - the modules *account_cutoff_prepaid* and *account_cutoff_accrual_dates* in the [account-closing OCA projct](https://github.com/OCA/account-closing): these modules allow easy computation of prepaid expenses, prepaid revenues, accrued expense and accrued revenue using start/end dates. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_template_form_view |
add.must.have.dates.on.product.template.form | product.template | group | Inherits account.product_template_form_view |
view_move_form |
start_end_dates.view_move_form | account.move | xpath | Inherits account.view_move_form |
view_move_line_form |
start_end_dates.view_move_line_form | account.move.line | field | Inherits account.view_move_line_form |
view_move_line_tree |
start_end_dates.view_move_line_tree | account.move.line | field | Inherits account.view_move_line_tree |
No new fields.
Public methods (0)No public methods.
end_date
Date
index=True
must_have_dates
Boolean
related='product_id.must_have_dates'
start_date
Date
index=True
No public methods.
must_have_dates
Boolean
help='If this option is active, the user will have to enter a Start Date and an End Date on the invoice lines that have this product.'
string='Must Have Start/End Dates'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-closing |
| GIT | |
| GIT | https://github.com/OCA/account-closing.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-closing/tree/16.0/account_invoice_start_end_dates |
| VERSION | |
| VERSION | 1.5.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Alexis de Lattre, Sébastien Alix, Weblate, OCA-git-bot, Maxime Franco, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-closing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_template_form_view |
add.must.have.dates.on.product.template.form | product.template | group | Inherits account.product_template_form_view |
view_move_form |
start_end_dates.view_move_form | account.move | xpath | Inherits account.view_move_form |
view_move_line_form |
start_end_dates.view_move_line_form | account.move.line | field | Inherits account.view_move_line_form |
view_move_line_tree |
account.move.line.tree | account.move.line | field | Inherits account.view_move_line_tree |
No new fields.
Public methods (0)No public methods.
end_date
Date
index=True
must_have_dates
Boolean
related='product_id.must_have_dates'
start_date
Date
index=True
No public methods.
must_have_dates
Boolean
help='If this option is active, the user will have to enter a Start Date and an End Date on the invoice lines that have this product.'
string='Must Have Start/End Dates'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-closing |
| GIT | |
| GIT | https://github.com/OCA/account-closing.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-closing/tree/15.0/account_invoice_start_end_dates |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, OCA Transbot, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-closing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:41 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_template_form_view |
add.must.have.dates.on.product.template.form | product.template | group | Inherits account.product_template_form_view |
view_move_form |
start_end_dates.view_move_form | account.move | xpath | Inherits account.view_move_form |
view_move_line_form |
start_end_dates.view_move_line_form | account.move.line | field | Inherits account.view_move_line_form |
No new fields.
Public methods (0)No public methods.
end_date
Date
index=True
must_have_dates
Boolean
related='product_id.must_have_dates'
start_date
Date
index=True
No public methods.
must_have_dates
Boolean
help='If this option is active, the user will have to enter a Start Date and an End Date on the invoice/move lines that have this product.'
string='Must Have Start/End Dates'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-closing |
| GIT | |
| GIT | https://github.com/OCA/account-closing.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-closing/tree/14.0/account_invoice_start_end_dates |
| VERSION | |
| VERSION | 1.3.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, OCA Transbot, oca-travis, Weblate, OCA-git-bot, oca-git-bot, matthieu.saison |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-closing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:10 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_template_form_view |
add.must.have.dates.on.product.template.form | product.template | group | Inherits account.product_template_form_view |
view_move_form |
start_end_dates.view_move_form | account.move | xpath | Inherits account.view_move_form |
view_move_line_form |
start_end_dates.view_move_line_form | account.move.line | field | Inherits account.view_move_line_form |
view_move_line_tree |
account.move.line.tree | account.move.line | field | Inherits account.view_move_line_tree |
view_move_line_tree_grouped |
account.move.line | field | Inherits account.view_move_line_tree_grouped |
No new fields.
Public methods (0)No public methods.
end_date
Date
index=True
must_have_dates
Boolean
related='product_id.must_have_dates'
start_date
Date
index=True
No public methods.
must_have_dates
Boolean
help='If this option is active, the user will have to enter a Start Date and an End Date on the invoice/move lines that have this product.'
string='Must Have Start/End Dates'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-closing |
| GIT | |
| GIT | https://github.com/OCA/account-closing.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-closing/tree/13.0/account_invoice_start_end_dates |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Alexis de Lattre, GitHub, OCA Transbot, oca-travis, Weblate, OCA-git-bot, OriolVForgeFlow |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-closing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_template_form_view |
add.must.have.dates.on.product.template.form | product.template | group | Inherits account.product_template_form_view |
view_move_form |
start_end_dates.view_move_form | account.move | xpath | Inherits account.view_move_form |
view_move_line_form |
start_end_dates.view_move_line_form | account.move.line | field | Inherits account.view_move_line_form |
No new fields.
Public methods (1)action_post(self)
end_date
Date
index=True
start_date
Date
index=True
No public methods.
must_have_dates
Boolean
help='If this option is active, the user will have to enter a Start Date and an End Date on the invoice lines that have this product.'
string='Must Have Start and End Dates'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-closing |
| GIT | |
| GIT | https://github.com/OCA/account-closing.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-closing/tree/12.0/account_invoice_start_end_dates |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, Pedro M. Baeza, GitHub, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-closing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:24 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - decimal_precision - bus - web_tour - uom - analytic - portal - http_routing - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
invoice_form |
prepaid.cutoff.invoice_form | account.invoice | xpath | Inherits account.invoice_form |
invoice_supplier_form |
prepaid.cutoff.invoice_supplier_form | account.invoice | xpath | Inherits account.invoice_supplier_form |
product_template_form_view |
add.must.have.dates.on.product.template.form | product.template | group | Inherits account.product_template_form_view |
view_invoice_line_form |
prepaid.cutoff.invoice_line_form | account.invoice.line | xpath | Inherits account.view_invoice_line_form |
view_invoice_line_tree |
prepaid.cutoff.invoice_line_tree | account.invoice.line | field | Inherits account.view_invoice_line_tree |
view_move_form |
prepaid.cutoff.start.end.date.view_move_form | account.move | xpath | Inherits account.view_move_form |
view_move_line_form |
invoice.start.end.dates.view_move_line_form | account.move.line | field | Inherits account.view_move_line_form |
No new fields.
Public methods (4)action_move_create(self)
inv_line_characteristic_hashcode(self, invoice_line)
invoice_line_move_line_get(self)
line_get_convert(self, line, part)
end_date
Date
must_have_dates
Boolean
readonly=True
related='product_id.must_have_dates'
start_date
Date
No public methods.
end_date
Date
index=True
start_date
Date
index=True
No public methods.
must_have_dates
Boolean
help='If this option is active, the user will have to enter a Start Date and an End Date on the invoice lines that have this product.'
string='Must Have Start and End Dates'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-closing |
| GIT | |
| GIT | https://github.com/OCA/account-closing.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-closing/tree/11.0/account_invoice_start_end_dates |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Weblate, OCA-git-bot, mpanarin, oleksandrpaziuk |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-closing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:24:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - decimal_precision - bus - web_tour - analytic - web_planner - portal - http_routing |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
invoice_form |
prepaid.cutoff.invoice_form | account.invoice | xpath | Inherits account.invoice_form |
invoice_supplier_form |
prepaid.cutoff.invoice_supplier_form | account.invoice | xpath | Inherits account.invoice_supplier_form |
product_template_form_view |
add.must.have.dates.on.product.template.form | product.template | group | Inherits account.product_template_form_view |
view_invoice_line_form |
prepaid.cutoff.invoice_line_form | account.invoice.line | xpath | Inherits account.view_invoice_line_form |
view_invoice_line_tree |
prepaid.cutoff.invoice_line_tree | account.invoice.line | field | Inherits account.view_invoice_line_tree |
view_move_form |
prepaid.cutoff.start.end.date.view_move_form | account.move | xpath | Inherits account.view_move_form |
view_move_line_form |
invoice.start.end.dates.view_move_line_form | account.move.line | field | Inherits account.view_move_line_form |
No new fields.
Public methods (4)action_move_create(self)
inv_line_characteristic_hashcode(self, invoice_line)
invoice_line_move_line_get(self)
line_get_convert(self, line, part)
end_date
Date
must_have_dates
Boolean
readonly=True
related='product_id.must_have_dates'
start_date
Date
No public methods.
end_date
Date
index=True
args: 'End Date'
start_date
Date
index=True
args: 'Start Date'
No public methods.
must_have_dates
Boolean
help='If this option is active, the user will have to enter a Start Date and an End Date on the invoice lines that have this product.'
string='Must Have Start and End Dates'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-closing |
| GIT | |
| GIT | https://github.com/OCA/account-closing.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-closing/tree/10.0/account_invoice_start_end_dates |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, GitHub, OCA Transbot, Adrien Peiffer (ACSONE), oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | http://www.akretion.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:20:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - web_tour - report - analytic - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
invoice_form |
prepaid.cutoff.invoice_form | account.invoice | xpath | Inherits account.invoice_form |
invoice_supplier_form |
prepaid.cutoff.invoice_supplier_form | account.invoice | xpath | Inherits account.invoice_supplier_form |
product_template_form_view |
add.must.have.dates.on.product.template.form | product.template | group | Inherits account.product_template_form_view |
view_invoice_line_form |
prepaid.cutoff.invoice_line_form | account.invoice.line | field | Inherits account.view_invoice_line_form |
view_invoice_line_tree |
prepaid.cutoff.invoice_line_tree | account.invoice.line | field | Inherits account.view_invoice_line_tree |
view_move_form |
prepaid.cutoff.start.end.date.view_move_form | account.move | xpath | Inherits account.view_move_form |
view_move_line_form |
invoice.start.end.dates.view_move_line_form | account.move.line | field | Inherits account.view_move_line_form |
view_move_line_form2 |
invoice.start.end.dates.view_move_line_form2 | account.move.line | field | Inherits account.view_move_line_form2 |
No new fields.
Public methods (4)action_move_create(self)
inv_line_characteristic_hashcode(self, invoice_line)
invoice_line_move_line_get(self)
line_get_convert(self, line, part)
end_date
Date
must_have_dates
Boolean
readonly=True
related='product_id.must_have_dates'
store=True
start_date
Date
No public methods.
end_date
Date
index=True
args: 'End Date'
start_date
Date
index=True
args: 'Start Date'
No public methods.
must_have_dates
Boolean
help='If this option is active, the user will have to enter a Start Date and an End Date on the invoice lines that have this product.'
string='Must Have Start and End Dates'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-closing |
| GIT | |
| GIT | https://github.com/OCA/account-closing.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-closing/tree/9.0/account_invoice_start_end_dates |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, OCA Transbot, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | http://www.akretion.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:24 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - report - analytic - web_tip - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
invoice_form |
prepaid.cutoff.invoice_form | account.invoice | xpath | Inherits account.invoice_form |
invoice_supplier_form |
prepaid.cutoff.invoice_supplier_form | account.invoice | xpath | Inherits account.invoice_supplier_form |
product_template_form_view |
add.must.have.dates.on.product.template.form | product.template | group | Inherits account.product_template_form_view |
view_invoice_line_form |
prepaid.cutoff.invoice_line_form | account.invoice.line | xpath | Inherits account.view_invoice_line_form |
view_invoice_line_tree |
prepaid.cutoff.invoice_line_tree | account.invoice.line | field | Inherits account.view_invoice_line_tree |
view_move_form |
prepaid.cutoff.start.end.date.view_move_form | account.move | xpath | Inherits account.view_move_form |
view_move_line_form |
invoice.start.end.dates.view_move_line_form | account.move.line | field | Inherits account.view_move_line_form |
view_move_line_form2 |
invoice.start.end.dates.view_move_line_form2 | account.move.line | field | Inherits account.view_move_line_form2 |
No new fields.
Public methods (4)action_move_create(self)
inv_line_characteristic_hashcode(self, invoice_line)
invoice_line_move_line_get(self)
line_get_convert(self, line, part)
end_date
Date
must_have_dates
Boolean
readonly=True
related='product_id.must_have_dates'
start_date
Date
No public methods.
end_date
Date
index=True
args: 'End Date'
start_date
Date
index=True
args: 'Start Date'
No public methods.
must_have_dates
Boolean
help='If this option is active, the user will have to enter a Start Date and an End Date on the invoice lines that have this product.'
string='Must Have Start and End Dates'
No public methods.