diff --git a/README.md b/README.md index 52ce02547..ecd245b9a 100644 --- a/README.md +++ b/README.md @@ -39,18 +39,18 @@ addon | version | maintainers | summary [account_invoice_constraint_chronology](account_invoice_constraint_chronology/) | 15.0.1.0.1 | | Account Invoice Constraint Chronology [account_journal_general_sequence](account_journal_general_sequence/) | 15.0.1.1.0 | [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Add configurable sequence to account moves, per journal [account_journal_lock_date](account_journal_lock_date/) | 15.0.1.0.1 | | Lock each journal independently -[account_lock_date_update](account_lock_date_update/) | 15.0.1.0.1 | | Allow an Account adviser to update locking date without having access to all technical settings +[account_lock_date_update](account_lock_date_update/) | 15.0.1.0.2 | | Allow an Account adviser to update locking date without having access to all technical settings [account_lock_to_date](account_lock_to_date/) | 15.0.1.0.0 | | Allows to set an account lock date in the future. -[account_maturity_date_default](account_maturity_date_default/) | 15.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Account Maturity Date Default +[account_maturity_date_default](account_maturity_date_default/) | 15.0.1.0.1 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Account Maturity Date Default [account_move_budget](account_move_budget/) | 15.0.1.0.0 | | Create Accounting Budgets [account_move_fiscal_month](account_move_fiscal_month/) | 15.0.1.0.0 | | Display the fiscal month on journal entries/item [account_move_fiscal_year](account_move_fiscal_year/) | 15.0.1.0.1 | | Display the fiscal year on journal entries/item -[account_move_force_removal](account_move_force_removal/) | 15.0.1.1.0 | | Allow force removal account moves +[account_move_force_removal](account_move_force_removal/) | 15.0.1.1.1 | | Allow force removal account moves [account_move_line_menu](account_move_line_menu/) | 15.0.1.0.0 | | Adds a Journal Items menu [account_move_line_purchase_info](account_move_line_purchase_info/) | 15.0.1.1.1 | | Introduces the purchase order line to the journal items [account_move_line_residual](account_move_line_residual/) | 15.0.1.0.1 | | Display residual amount in move line view [account_move_line_sale_info](account_move_line_sale_info/) | 15.0.1.0.3 | | Introduces the purchase order line to the journal items -[account_move_line_tax_editable](account_move_line_tax_editable/) | 15.0.1.0.1 | | Allows to edit taxes on non-posted account move lines +[account_move_line_tax_editable](account_move_line_tax_editable/) | 15.0.1.0.2 | | Allows to edit taxes on non-posted account move lines [account_move_name_sequence](account_move_name_sequence/) | 15.0.1.2.2 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![moylop260](https://github.com/moylop260.png?size=30px)](https://github.com/moylop260) [![frahikLV](https://github.com/frahikLV.png?size=30px)](https://github.com/frahikLV) | Generate journal entry number from sequence [account_move_print](account_move_print/) | 15.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Adds the option to print Journal Entries [account_move_template](account_move_template/) | 15.0.1.0.1 | | Templates for recurring Journal Entries diff --git a/account_lock_date_update/README.rst b/account_lock_date_update/README.rst index e78449354..42f2b312c 100644 --- a/account_lock_date_update/README.rst +++ b/account_lock_date_update/README.rst @@ -7,7 +7,7 @@ Account Lock Date Update !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:3eee16a054c58d885446be66033834ac7321fc62042dc780c798f67d3ec17ff0 + !! source digest: sha256:5a52e3fb0ec739c6e2fb2a65f99429fcea59b264f4d3d27fa68c9e3f466726c9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_lock_date_update/__manifest__.py b/account_lock_date_update/__manifest__.py index 23fb2601b..c6fd52015 100644 --- a/account_lock_date_update/__manifest__.py +++ b/account_lock_date_update/__manifest__.py @@ -6,7 +6,7 @@ "summary": """ Allow an Account adviser to update locking date without having access to all technical settings""", - "version": "15.0.1.0.1", + "version": "15.0.1.0.2", "license": "AGPL-3", "author": "ACSONE SA/NV, Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-financial-tools", diff --git a/account_lock_date_update/static/description/index.html b/account_lock_date_update/static/description/index.html index 57e19cf4e..7b9c6dc98 100644 --- a/account_lock_date_update/static/description/index.html +++ b/account_lock_date_update/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:3eee16a054c58d885446be66033834ac7321fc62042dc780c798f67d3ec17ff0 +!! source digest: sha256:5a52e3fb0ec739c6e2fb2a65f99429fcea59b264f4d3d27fa68c9e3f466726c9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Allow an Account adviser to update locking dates without having diff --git a/account_maturity_date_default/README.rst b/account_maturity_date_default/README.rst index c90d957d6..1c79cf240 100644 --- a/account_maturity_date_default/README.rst +++ b/account_maturity_date_default/README.rst @@ -7,7 +7,7 @@ Account Maturity Date Default !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7d90179df92bcd7b94eb007b1d34e7849aa8bacea3bed31cf6ec6f9d3dba856e + !! source digest: sha256:98e169dc8f7c421abc7d053caaa0cbdee4c342a88f438237711075ac47688d66 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_maturity_date_default/__manifest__.py b/account_maturity_date_default/__manifest__.py index 1f0afecd0..7b8e83f91 100644 --- a/account_maturity_date_default/__manifest__.py +++ b/account_maturity_date_default/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Account Maturity Date Default", - "version": "15.0.1.0.0", + "version": "15.0.1.0.1", "category": "Accounting", "author": "Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-financial-tools", diff --git a/account_maturity_date_default/static/description/index.html b/account_maturity_date_default/static/description/index.html index 76e87c0ff..0e54c3a96 100644 --- a/account_maturity_date_default/static/description/index.html +++ b/account_maturity_date_default/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:7d90179df92bcd7b94eb007b1d34e7849aa8bacea3bed31cf6ec6f9d3dba856e +!! source digest: sha256:98e169dc8f7c421abc7d053caaa0cbdee4c342a88f438237711075ac47688d66 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This addon defines as due date of the journal item the date of the journal diff --git a/account_move_force_removal/README.rst b/account_move_force_removal/README.rst index 6cc27fd11..a97c56c4e 100644 --- a/account_move_force_removal/README.rst +++ b/account_move_force_removal/README.rst @@ -7,7 +7,7 @@ Account Move Force Removal !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:f6e8d530dec10818fa936cd31c1c00fe4b1944959db1d96507c2cedb487111ab + !! source digest: sha256:83e33611b08d5b0bcea7b7e8980fe880d7c73cf6cc29af1e9025b1d696d2cb49 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_move_force_removal/__manifest__.py b/account_move_force_removal/__manifest__.py index b93f84220..ba8709b43 100644 --- a/account_move_force_removal/__manifest__.py +++ b/account_move_force_removal/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Account Move Force Removal", "summary": """Allow force removal account moves""", - "version": "15.0.1.1.0", + "version": "15.0.1.1.1", "category": "Account", "license": "AGPL-3", "website": "https://github.com/OCA/account-financial-tools", diff --git a/account_move_force_removal/static/description/index.html b/account_move_force_removal/static/description/index.html index feedd27ec..fdbcf3543 100644 --- a/account_move_force_removal/static/description/index.html +++ b/account_move_force_removal/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:f6e8d530dec10818fa936cd31c1c00fe4b1944959db1d96507c2cedb487111ab +!! source digest: sha256:83e33611b08d5b0bcea7b7e8980fe880d7c73cf6cc29af1e9025b1d696d2cb49 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows you to delete account moves, which is prevented in Odoo by default. diff --git a/account_move_line_tax_editable/README.rst b/account_move_line_tax_editable/README.rst index 0f2346d50..d82e8ea37 100644 --- a/account_move_line_tax_editable/README.rst +++ b/account_move_line_tax_editable/README.rst @@ -7,7 +7,7 @@ Account Move Line Tax Editable !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6cb9b321ec371de2b684861398703352e44dae30f7d2a2e38b22b19acc8754e3 + !! source digest: sha256:f22333a36d685b23502d722d1b7d7056bfe8d658895f26612c5c521de06e58fc !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_move_line_tax_editable/__manifest__.py b/account_move_line_tax_editable/__manifest__.py index eceffe222..db1307078 100644 --- a/account_move_line_tax_editable/__manifest__.py +++ b/account_move_line_tax_editable/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Account Move Line Tax Editable", "summary": "Allows to edit taxes on non-posted account move lines", - "version": "15.0.1.0.1", + "version": "15.0.1.0.2", "license": "AGPL-3", "author": "ACSONE SA/NV, Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-financial-tools", diff --git a/account_move_line_tax_editable/static/description/index.html b/account_move_line_tax_editable/static/description/index.html index 1025874cb..3de9d8ef5 100644 --- a/account_move_line_tax_editable/static/description/index.html +++ b/account_move_line_tax_editable/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:6cb9b321ec371de2b684861398703352e44dae30f7d2a2e38b22b19acc8754e3 +!! source digest: sha256:f22333a36d685b23502d722d1b7d7056bfe8d658895f26612c5c521de06e58fc !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Allows to edit taxes on account move lines.