From 2f4efab57ff4b9cf095fddac5efc78439f54586d Mon Sep 17 00:00:00 2001 From: Murtuza Saleh Date: Mon, 27 May 2019 16:50:59 +0530 Subject: [PATCH] [11.0][MIG] l10n_us_account_profile --- l10n_us_account_profile/README.rst | 3 ++- l10n_us_account_profile/__init__.py | 3 --- l10n_us_account_profile/__manifest__.py | 17 +++++++++-------- l10n_us_account_profile/readme/CONTRIBUTORS.rst | 2 ++ l10n_us_account_profile/readme/DESCRIPTION.rst | 1 + oca_dependencies.txt | 1 + 6 files changed, 15 insertions(+), 12 deletions(-) create mode 100644 l10n_us_account_profile/readme/CONTRIBUTORS.rst create mode 100644 l10n_us_account_profile/readme/DESCRIPTION.rst 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..a492796e 100644 --- a/l10n_us_account_profile/__manifest__.py +++ b/l10n_us_account_profile/__manifest__.py @@ -1,17 +1,16 @@ -# -*- 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_banking_reconciliation", "account_due_list", "account_payment_batch_process", "account_payment_credit_card", @@ -20,6 +19,8 @@ "l10n_us_check_writing_address", "l10n_us_form_1099", "partner_aging", - "partner_daytopay", + "partner_time_to_pay", ], + "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 ecee896f..3893be38 100644 --- a/oca_dependencies.txt +++ b/oca_dependencies.txt @@ -1,5 +1,6 @@ account-financial-tools account-invoice-reporting account-payment +account-reconcile mis-builder server-tools