-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e9ab4d
commit 2a7d7bc
Showing
44 changed files
with
6,292 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
======================= | ||
Mexico - CFDI - Account | ||
======================= | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:2e60f46ad388c442b0f36cbdd867daac7ec124739b03c9d5b728190a4402aae9 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Beta | ||
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png | ||
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html | ||
:alt: License: LGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--mexico-lightgray.png?logo=github | ||
:target: https://github.com/OCA/l10n-mexico/tree/17.0/l10n_mx_cfdi_account | ||
:alt: OCA/l10n-mexico | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/l10n-mexico-17-0/l10n-mexico-17-0-l10n_mx_cfdi_account | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-mexico&target_branch=17.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
l10n_mx_cfdi_account | ||
-------------------- | ||
|
||
This module provides electronic invoicing for Mexico using l10n_mx_cfdi | ||
module | ||
|
||
Features | ||
~~~~~~~~ | ||
|
||
- Generation of electronic invoices compliant with the CFDI 4.0 | ||
standard. | ||
- Customization of fiscal documents according to user needs. | ||
- Centralized management of electronic invoices within Odoo. | ||
- Tracking and recording of issued and received fiscal documents. | ||
|
||
System Requirements | ||
~~~~~~~~~~~~~~~~~~~ | ||
|
||
- Odoo 17.0 | ||
- Pre-configuration of fiscal and company data in Odoo. | ||
|
||
Installation | ||
~~~~~~~~~~~~ | ||
|
||
1. Log in to Odoo as an administrator and navigate to the applications | ||
section. | ||
2. Search for "l10n_mx_cfdi_account" and click install. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Usage | ||
===== | ||
|
||
Usage | ||
~~~~~ | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-mexico/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/l10n-mexico/issues/new?body=module:%20l10n_mx_cfdi_account%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
------- | ||
|
||
* Alexis López Zubieta <alexis.lopez@augetec.com> (Auge TEC) | ||
|
||
Contributors | ||
------------ | ||
|
||
- Alexis López Zubieta <alexis.lopez@augetec.com> | ||
- Maxime Chambreuil <mchambreuil@opensourceintegrators.com> | ||
|
||
Maintainers | ||
----------- | ||
|
||
This module is maintained by the OCA. | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
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. | ||
|
||
This module is part of the `OCA/l10n-mexico <https://github.com/OCA/l10n-mexico/tree/17.0/l10n_mx_cfdi_account>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
from . import models | ||
from . import wizards |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "Mexico - CFDI - Account", | ||
"summary": "Mexico CFDI Account Integration", | ||
"author": "Alexis López Zubieta <alexis.lopez@augetec.com> (Auge TEC), " | ||
"Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/l10n-mexico", | ||
"license": "LGPL-3", | ||
"category": "Accounting", | ||
"version": "17.0.1.0.0", | ||
"depends": ["l10n_mx_cfdi"], | ||
"data": [ | ||
"security/ir.model.access.csv", | ||
"views/account_move.xml", | ||
"views/account_payment_register.xml", | ||
"views/account_payment.xml", | ||
"views/res_config_settings.xml", | ||
"wizards/document_cancel_form.xml", | ||
"wizards/create_cfdi_publico_en_general.xml", | ||
"wizards/account_invoice_send_views.xml", | ||
"wizards/download_cfdi_files_wizard.xml", | ||
"reports/report_external_layouts.xml", | ||
"reports/report_invoice.xml", | ||
"reports/report_payment.xml", | ||
], | ||
} |
Oops, something went wrong.