diff --git a/l10n_us_account_profile/README.rst b/l10n_us_account_profile/README.rst index b9d52785..7e782342 100644 --- a/l10n_us_account_profile/README.rst +++ b/l10n_us_account_profile/README.rst @@ -54,13 +54,14 @@ Contributors ------------ * Maxime Chambreuil +* Serpent Consulting Services Pvt. Ltd. Funders ------- The development of this module has been financially supported by: -* Ursa Information Systems +* Open Source Integrators Maintainer ---------- diff --git a/l10n_us_account_profile/__init__.py b/l10n_us_account_profile/__init__.py index f83ec26e..d9d1f13d 100644 --- a/l10n_us_account_profile/__init__.py +++ b/l10n_us_account_profile/__init__.py @@ -1,4 +1 @@ -# -*- coding: utf-8 -*- -# Copyright 2017 Ursa Information Systems # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). - diff --git a/l10n_us_account_profile/__manifest__.py b/l10n_us_account_profile/__manifest__.py index 3432757c..7f3618e8 100644 --- a/l10n_us_account_profile/__manifest__.py +++ b/l10n_us_account_profile/__manifest__.py @@ -1,16 +1,14 @@ -# -*- coding: utf-8 -*- -# Copyright 2017 Ursa Information Systems +# Copyright (C) 2019 Open Source Integrators +# # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "US Accounting", "summary": "Additional features to manage US accounting in Odoo", - "version": "10.0.0.0.2", + "version": "11.0.1.0.0", "category": "Accounting", - "website": "http://www.ursainfosystems.com", - "author": "Ursa Information Systems, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/l10n-usa", + "author": "Open Source Integrators, Odoo Community Association (OCA)", "license": "AGPL-3", - "application": True, - "installable": True, "depends": [ "account_due_list", "account_payment_batch_process", @@ -22,4 +20,6 @@ "partner_aging", "partner_daytopay", ], + "application": True, + "installable": True, } diff --git a/l10n_us_account_profile/readme/CONTRIBUTORS.rst b/l10n_us_account_profile/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000..68e782f9 --- /dev/null +++ b/l10n_us_account_profile/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Maxime Chambreuil +* Serpent Consulting Services Pvt. Ltd. diff --git a/l10n_us_account_profile/readme/DESCRIPTION.rst b/l10n_us_account_profile/readme/DESCRIPTION.rst new file mode 100644 index 00000000..8cdbaa7a --- /dev/null +++ b/l10n_us_account_profile/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module provides all the dependencies, data, parameters and configuration panel to have Odoo as an accounting software ready for US accountants and equivalent to local solutions like Quickbooks. diff --git a/oca_dependencies.txt b/oca_dependencies.txt index fe7b4710..18d3afe8 100644 --- a/oca_dependencies.txt +++ b/oca_dependencies.txt @@ -1,3 +1,7 @@ # list the OCA project dependencies, one per line # add a github url if you need a forked version mis-builder +account-financial-tools +account-invoice-reporting +account-payment +server-tools