Skip to content

Commit

Permalink
Merge branch '15.0' into 15.0-upd-openapi_and_button
Browse files Browse the repository at this point in the history
  • Loading branch information
dhongu authored Mar 28, 2024
2 parents e38556c + 719039e commit 3b8e06b
Show file tree
Hide file tree
Showing 9 changed files with 579 additions and 0 deletions.
63 changes: 63 additions & 0 deletions l10n_ro_einvoice_download/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
====================
Invoice Files Export
====================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:8d3e4dab17b9e81a82ea9d5b941994f471f56d374d1b59aadefdf82101c1f989
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-dhongu%2Fl10n--romania-lightgray.png?logo=github
:target: https://github.com/dhongu/l10n-romania/tree/15.0/l10n_ro_einvoice_download
:alt: dhongu/l10n-romania

|badge1| |badge2| |badge3|


**Table of contents**

.. contents::
:local:

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/dhongu/l10n-romania/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/dhongu/l10n-romania/issues/new?body=module:%20l10n_ro_einvoice_download%0Aversion:%2015.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
~~~~~~~

* Terrabit
* Voicu Stefan

Maintainers
~~~~~~~~~~~

.. |maintainer-VoicuStefan2001| image:: https://github.com/VoicuStefan2001.png?size=40px
:target: https://github.com/VoicuStefan2001
:alt: VoicuStefan2001

Current maintainer:

|maintainer-VoicuStefan2001|

This module is part of the `dhongu/l10n-romania <https://github.com/dhongu/l10n-romania/tree/15.0/l10n_ro_einvoice_download>`_ project on GitHub.

You are welcome to contribute.
1 change: 1 addition & 0 deletions l10n_ro_einvoice_download/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import wizard
13 changes: 13 additions & 0 deletions l10n_ro_einvoice_download/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "Invoice Files Export",
"summary": "A zip with files form invoices",
"version": "15.0.0.0.1",
"author": "Terrabit, Voicu Stefan, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-romania",
"license": "AGPL-3",
"category": "Generic Modules",
"depends": ["account", "l10n_ro_account_edi_ubl"],
"data": ["security/ir.model.access.csv", "wizard/export_invoice_files_view.xml"],
"development_status": "Beta",
"maintainers": ["VoicuStefan2001"],
}
Empty file.
2 changes: 2 additions & 0 deletions l10n_ro_einvoice_download/security/ir.model.access.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
l10n_ro_einvoice_download.access_invoice_files_export,access_invoice_files_export,l10n_ro_einvoice_download.model_invoice_files_export,base.group_user,1,1,1,1
Loading

0 comments on commit 3b8e06b

Please sign in to comment.