Browse Source

Jan 24 [UPDT] : Version Updated

pull/243/head
AjmalCybro 2 years ago
parent
commit
b25044e45e
  1. 8
      base_account_budget/README.rst
  2. 4
      base_account_budget/__manifest__.py

8
base_account_budget/README.rst

@ -1,16 +1,16 @@
Odoo 15 Budgets Management
Odoo 16 Budgets Management
==========================
* Budgets Management system for Odoo 15 Community edition
* Budgets Management system for Odoo 16 Community edition
Installation
============
- www.odoo.com/documentation/15.0/setup/install.html
- www.odoo.com/documentation/16.0/setup/install.html
- Install our custom addon
License
-------
General Public License, Version 3 (LGPL v3).
(https://www.odoo.com/documentation/user/13.0/legal/licenses/licenses.html)
(https://www.odoo.com/documentation/user/16.0/legal/licenses/licenses.html)
Company
-------

4
base_account_budget/__manifest__.py

@ -20,9 +20,9 @@
#
#############################################################################
{
'name': 'Odoo 15 Budget Management',
'name': 'Odoo 16 Budget Management',
'version': '16.0.1.0.0',
'summary': """ Budget Management for Odoo 15 Community Edition. """,
'summary': """ Budget Management for Odoo 16 Community Edition. """,
'description': """ This module allows accountants to manage analytic and budgets.
Once the Budgets are defined (in Accounting/Accounting/Budgets), the Project Managers

Loading…
Cancel
Save