Skip to content

Commit

Permalink
Merge PR #3578 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed May 16, 2024
2 parents 9453328 + 783543d commit 882da87
Show file tree
Hide file tree
Showing 13 changed files with 646 additions and 0 deletions.
79 changes: 79 additions & 0 deletions l10n_es_atc/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
========
ATC Menú
========

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:be859f6812e0d2031f78d4feb8049e8aae9fb07bfdf935daffa68fff7a06bd97
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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-OCA%2Fl10n--spain-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-spain/tree/17.0/l10n_es_atc
:alt: OCA/l10n-spain
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/l10n-spain-17-0/l10n-spain-17-0-l10n_es_atc
: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-spain&target_branch=17.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

Módulo base para modelos de la Agencia Tributaria Canaria.

**Table of contents**

.. contents::
:local:

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-spain/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-spain/issues/new?body=module:%20l10n_es_atc%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
-------

* Binhex System Solutions

Contributors
------------

- Nicolás Ramos <[email protected]>
- `APSL-Nagarro <https://apsl.tech>`__:

- Miquel Pascual <[email protected]>

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-spain <https://github.com/OCA/l10n-spain/tree/17.0/l10n_es_atc>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Empty file added l10n_es_atc/__init__.py
Empty file.
19 changes: 19 additions & 0 deletions l10n_es_atc/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 2023 Binhex - Nicolás Ramos (http://binhex.es)

{
"name": "ATC Menú",
"summary": "Modulo 'glue' de la AEAT para el menú de la ATC",
"version": "17.0.1.0.0",
"author": "Binhex System Solutions," "Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/l10n-spain",
"category": "Accounting",
"depends": ["l10n_es_aeat"],
"data": [
"security/atc_security.xml",
"views/atc_menuitem.xml",
"data/atc_partner.xml",
],
"installable": True,
"auto_install": True,
}
21 changes: 21 additions & 0 deletions l10n_es_atc/data/atc_partner.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo noupdate="1">
<record id="res_partner_atc" model="res.partner">
<field name="name">Agencia Tributaria Canaria (ATC)</field>
<field name="company_id" />
<field name="is_company">1</field>
<field name="city">Las Palmas</field>
<field name="zip">35071</field>
<field name="country_id" ref="base.es" />
<field name="vat">ESQ3500461C</field>
<field name="street">Calle Prof. Agustín Millares Carló 22</field>
<field name="phone">928 30 69 16</field>
<field name="website">https://sede.gobiernodecanarias.org/</field>
<field
name="image_1920"
type="base64"
file="l10n_es_atc/static/description/icon.png"
/>
</record>
</odoo>
32 changes: 32 additions & 0 deletions l10n_es_atc/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * l10n_es_atc
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-02-08 22:34+0000\n"
"Last-Translator: Ivorra78 <[email protected]>\n"
"Language-Team: none\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: l10n_es_atc
#: model:ir.ui.menu,name:l10n_es_atc.menu_l10n_es_atc_config
msgid "ATC"
msgstr "ATC"

#. module: l10n_es_atc
#: model:res.groups,name:l10n_es_atc.group_account_atc
msgid "ATC manager"
msgstr "Gerente de ATC"

#. module: l10n_es_atc
#: model:ir.ui.menu,name:l10n_es_atc.menu_root_atc
msgid "Declaraciones ATC"
msgstr "Declaraciones ATC"
29 changes: 29 additions & 0 deletions l10n_es_atc/i18n/l10n_es_atc.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * l10n_es_atc
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.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"

#. module: l10n_es_atc
#: model:ir.ui.menu,name:l10n_es_atc.menu_l10n_es_atc_config
msgid "ATC"
msgstr ""

#. module: l10n_es_atc
#: model:res.groups,name:l10n_es_atc.group_account_atc
msgid "ATC manager"
msgstr ""

#. module: l10n_es_atc
#: model:ir.ui.menu,name:l10n_es_atc.menu_root_atc
msgid "Declaraciones ATC"
msgstr ""
3 changes: 3 additions & 0 deletions l10n_es_atc/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
3 changes: 3 additions & 0 deletions l10n_es_atc/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Nicolás Ramos \<<[email protected]>\>
- [APSL-Nagarro](https://apsl.tech):
- Miquel Pascual \<<[email protected]>\>
1 change: 1 addition & 0 deletions l10n_es_atc/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Módulo base para modelos de la Agencia Tributaria Canaria.
12 changes: 12 additions & 0 deletions l10n_es_atc/security/atc_security.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo noupdate="1">
<record model="res.groups" id="group_account_atc">
<field name="name">ATC manager</field>
<field name="category_id" ref="base.module_category_hidden" />
<field
name="users"
eval="[(4, ref('base.user_root')), (4, ref('base.user_admin'))]"
/>
</record>
</odoo>
Binary file added l10n_es_atc/static/description/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 882da87

Please sign in to comment.