Skip to content

Commit

Permalink
[16.0][MIG] pms_l10n_es_sii
Browse files Browse the repository at this point in the history
  • Loading branch information
syci committed Oct 14, 2024
1 parent 341f03b commit ec41d0d
Show file tree
Hide file tree
Showing 12 changed files with 567 additions and 0 deletions.
84 changes: 84 additions & 0 deletions pms_l10n_es_sii/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
========================
PMS AEAT SII Integration
========================

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

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

Set the pms various contact like anonymous SII aeat

**Table of contents**

.. contents::
:local:

Usage
=====

Nothing to do

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/pms/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/pms/issues/new?body=module:%20pms_l10n_es_sii%0Aversion:%2016.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
~~~~~~~

* Commit [Sun]

Contributors
~~~~~~~~~~~~

* `Commit [Sun] <https://www.commitsun.com>`:

* Dario Lodeiros
* Mario Montes <[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/pms <https://github.com/OCA/pms/tree/16.0/pms_l10n_es_sii>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions pms_l10n_es_sii/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# License AGPL-3 - See https://www.gnu.org/licenses/agpl-3.0.html
17 changes: 17 additions & 0 deletions pms_l10n_es_sii/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright 2009-2020 Noviat.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "PMS AEAT SII Integration",
"author": "Commit [Sun], Odoo Community Association (OCA)",
"website": "https://github.com/OCA/pms",
"category": "Generic Modules/Property Management System",
"version": "16.0.1.1.0",
"license": "AGPL-3",
"depends": [
"l10n_es_aeat_sii_oca",
"pms",
],
"data": ["data/pms_data.xml"],
"installable": True,
}
7 changes: 7 additions & 0 deletions pms_l10n_es_sii/data/pms_data.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">
<!-- default partner simplified invoices -->
<record id="pms.various_pms_partner" model="res.partner">
<field name="aeat_anonymous_cash_customer">True</field>
</record>
</odoo>
13 changes: 13 additions & 0 deletions pms_l10n_es_sii/i18n/pms_l10n_es_sii.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
#
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"
4 changes: 4 additions & 0 deletions pms_l10n_es_sii/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* `Commit [Sun] <https://www.commitsun.com>`:

* Dario Lodeiros
* Mario Montes <[email protected]>
1 change: 1 addition & 0 deletions pms_l10n_es_sii/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Set the pms various contact like anonymous SII aeat
1 change: 1 addition & 0 deletions pms_l10n_es_sii/readme/USAGE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Nothing to do
Binary file added pms_l10n_es_sii/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 ec41d0d

Please sign in to comment.