Skip to content

Commit

Permalink
[11.0][MIG] l10n_us_account_profile
Browse files Browse the repository at this point in the history
  • Loading branch information
murtuzasaleh committed Jul 9, 2019
1 parent 7e66c9e commit 2f4efab
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
3 changes: 2 additions & 1 deletion l10n_us_account_profile/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,14 @@ Contributors
------------

* Maxime Chambreuil <mchambreuil@ursainfosystems.com>
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>

Funders
-------

The development of this module has been financially supported by:

* Ursa Information Systems <http://www.ursainfosystems.com>
* Open Source Integrators <https://www.opensourceintegrators.com>

Maintainer
----------
Expand Down
3 changes: 0 additions & 3 deletions l10n_us_account_profile/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# -*- coding: utf-8 -*-
# Copyright 2017 Ursa Information Systems <http://www.ursainfosystems.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

17 changes: 9 additions & 8 deletions l10n_us_account_profile/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# -*- coding: utf-8 -*-
# Copyright 2017 Ursa Information Systems <http://www.ursainfosystems.com>
# Copyright (C) 2019 Open Source Integrators
# <https://www.opensourceintegrators.com>
# 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",
Expand All @@ -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,
}
2 changes: 2 additions & 0 deletions l10n_us_account_profile/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Maxime Chambreuil <mchambreuil@ursainfosystems.com>
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
1 change: 1 addition & 0 deletions l10n_us_account_profile/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions oca_dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
account-financial-tools
account-invoice-reporting
account-payment
account-reconcile
mis-builder
server-tools

0 comments on commit 2f4efab

Please sign in to comment.