diff --git a/l10n_us_account_profile/README.rst b/l10n_us_account_profile/README.rst new file mode 100644 index 00000000..7e782342 --- /dev/null +++ b/l10n_us_account_profile/README.rst @@ -0,0 +1,79 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +===================== +US Accounting Profile +===================== + +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. + +Installation +============ + +* No specific installation required. + +Configuration +============= + +* No specific configuration required. + +Usage +===== + +To use this module, you need to: + +#. Go to Accounting + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/203/10.0 + +Known issues / Roadmap +====================== + +* See https://github.com/OCA/l10n-usa/issues/5 + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smash it by providing detailed and welcomed feedback. + +Credits +======= + +Images +------ + +* Odoo Community Association: `Icon `_. + +Contributors +------------ + +* Maxime Chambreuil +* Serpent Consulting Services Pvt. Ltd. + +Funders +------- + +The development of this module has been financially supported by: + +* Open Source Integrators + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. diff --git a/l10n_us_account_profile/__init__.py b/l10n_us_account_profile/__init__.py new file mode 100644 index 00000000..d9d1f13d --- /dev/null +++ b/l10n_us_account_profile/__init__.py @@ -0,0 +1 @@ +# 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 new file mode 100644 index 00000000..a492796e --- /dev/null +++ b/l10n_us_account_profile/__manifest__.py @@ -0,0 +1,26 @@ +# 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": "11.0.1.0.0", + "category": "Accounting", + "website": "https://github.com/OCA/l10n-usa", + "author": "Open Source Integrators, Odoo Community Association (OCA)", + "license": "AGPL-3", + "depends": [ + "account_banking_reconciliation", + "account_due_list", + "account_payment_batch_process", + "account_payment_credit_card", + "account_reversal", + "l10n_us", + "l10n_us_check_writing_address", + "l10n_us_form_1099", + "partner_aging", + "partner_time_to_pay", + ], + "application": True, + "installable": True, +} diff --git a/l10n_us_account_profile/i18n/l10n_us_account_profile.pot b/l10n_us_account_profile/i18n/l10n_us_account_profile.pot new file mode 100644 index 00000000..b662aad9 --- /dev/null +++ b/l10n_us_account_profile/i18n/l10n_us_account_profile.pot @@ -0,0 +1,14 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + 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/l10n_us_account_profile/static/description/icon.png b/l10n_us_account_profile/static/description/icon.png new file mode 100644 index 00000000..3a0328b5 Binary files /dev/null and b/l10n_us_account_profile/static/description/icon.png differ diff --git a/l10n_us_gaap/data/account_chart_template_data.xml b/l10n_us_gaap/data/account_chart_template_data.xml index 1da62e04..b1125280 100644 --- a/l10n_us_gaap/data/account_chart_template_data.xml +++ b/l10n_us_gaap/data/account_chart_template_data.xml @@ -12,7 +12,6 @@ US GAAP Chart of Accounts - 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