diff --git a/README.md b/README.md index b976e54..9339042 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Available addons addon | version | summary --- | --- | --- [account_cutoff_start_end_dates](account_cutoff_start_end_dates/) | 3.0.1.1.0| Cutoffs based on start/end dates -[account_invoice_start_end_dates](account_invoice_start_end_dates/) | 3.0.1.1.0| Adds start/end dates on invoice/move lines +[account_invoice_start_end_dates](account_invoice_start_end_dates/) | 3.0.1.2.0| Adds start/end dates on invoice/move lines [account_cutoff_base](account_cutoff_base/) | 3.0.1.1.0| Base module for Account Cut-offs [account_cutoff_accrual_subscription](account_cutoff_accrual_subscription/) | 3.0.1.0.0| Accrued expenses based on subscriptions [account_cutoff_picking](account_cutoff_picking/) | 3.0.1.1.1| Accrued and prepaid expense/revenue from pickings diff --git a/account_invoice_start_end_dates/COPYRIGHT b/account_invoice_start_end_dates/COPYRIGHT index b690845..0a9b235 100644 --- a/account_invoice_start_end_dates/COPYRIGHT +++ b/account_invoice_start_end_dates/COPYRIGHT @@ -4,6 +4,7 @@ Most of the files are Copyright 2013-2016 Akretion, Alexis de Lattre Copyright 2013-2020 Akretion France (http://www.akretion.com/) Copyright 2013-2021 Akretion France (http://www.akretion.com/) + Copyright 2013-2022 Akretion France (http://www.akretion.com/) Copyright 2016-2020 Akretion France (http://www.akretion.com/) Copyright 2016-2021 Akretion France (http://www.akretion.com/) Copyright 2018-2021 Camptocamp diff --git a/account_invoice_start_end_dates/README.rst b/account_invoice_start_end_dates/README.rst index 2d752d3..1617b2d 100644 --- a/account_invoice_start_end_dates/README.rst +++ b/account_invoice_start_end_dates/README.rst @@ -7,7 +7,7 @@ Account Invoice Start End Dates !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:fd8f3cbe2bc320dc37d284f33eefb6bb6366c3bd033d31d96e9710a863257ca2 + !! source digest: sha256:dd6a33b799cb468661a820187815f98960d943cad8acabb6a43b25471e068ef9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -40,15 +40,15 @@ 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 `__: 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 `__: these modules - allow easy computation of prepaid expenses, prepaid revenues, accrued - expense and accrued revenue using start/end dates. +- the module *sale_start_end_dates* from the `sale-workflow OCA + project `__: 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 `__: these modules + allow easy computation of prepaid expenses, prepaid revenues, accrued + expense and accrued revenue using start/end dates. **Table of contents** @@ -76,11 +76,11 @@ Authors Contributors ------------ -- Alexis de Lattre -- Jeroen Evens -- `Trobz `__: +- Alexis de Lattre +- Jeroen Evens +- `Trobz `__: - - Thao Le thaolt@trobz.com + - Thao Le thaolt@trobz.com Other credits ------------- diff --git a/account_invoice_start_end_dates/__manifest__.py b/account_invoice_start_end_dates/__manifest__.py index 0dfb769..ade9075 100644 --- a/account_invoice_start_end_dates/__manifest__.py +++ b/account_invoice_start_end_dates/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Account Invoice Start End Dates", - "version": "3.0.1.1.0", + "version": "3.0.1.2.0", "category": "Accounting & Finance", "license": "AGPL-3", "summary": "Adds start/end dates on invoice/move lines", @@ -13,7 +13,11 @@ "maintainers": ["alexis-via"], "website": "https://gitlab.com/flectra-community/account-closing", "depends": ["account"], - "data": ["views/account_move.xml", "views/product_template.xml"], + "data": [ + "views/account_move.xml", + "views/account_move_line.xml", + "views/product_template.xml", + ], "demo": ["demo/product_demo.xml"], "installable": True, } diff --git a/account_invoice_start_end_dates/static/description/index.html b/account_invoice_start_end_dates/static/description/index.html index 91900d8..e30b304 100644 --- a/account_invoice_start_end_dates/static/description/index.html +++ b/account_invoice_start_end_dates/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:fd8f3cbe2bc320dc37d284f33eefb6bb6366c3bd033d31d96e9710a863257ca2 +!! source digest: sha256:dd6a33b799cb468661a820187815f98960d943cad8acabb6a43b25471e068ef9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/account-closing Translate me on Weblate Try me on Runboat

This module adds the fields Start Date and End Date on invoice/move @@ -437,7 +438,9 @@ by Camptocamp.

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

diff --git a/account_invoice_start_end_dates/views/account_move.xml b/account_invoice_start_end_dates/views/account_move.xml index fbac7dc..024a72b 100644 --- a/account_invoice_start_end_dates/views/account_move.xml +++ b/account_invoice_start_end_dates/views/account_move.xml @@ -1,34 +1,10 @@ - - start_end_dates.view_move_line_form - account.move.line - - - - - - - - - - - start_end_dates.view_move_line_tree - account.move.line - - - - - - - - - start_end_dates.view_move_form account.move diff --git a/account_invoice_start_end_dates/views/account_move_line.xml b/account_invoice_start_end_dates/views/account_move_line.xml new file mode 100644 index 0000000..d5150fe --- /dev/null +++ b/account_invoice_start_end_dates/views/account_move_line.xml @@ -0,0 +1,32 @@ + + + + + start_end_dates.view_move_line_form + account.move.line + + + + + + + + + + + start_end_dates.view_move_line_tree + account.move.line + + + + + + + + + +