Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][MIG] date_range_account: Migration to 17.0 #865

Merged
merged 24 commits into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
86 changes: 86 additions & 0 deletions date_range_account/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
==================
Date Range Account
==================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:328414bd34211795c33c3bfbac9451ba80f870bc28897f156c9183b3eb996343
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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%2Fserver--ux-lightgray.png?logo=github
:target: https://github.com/OCA/server-ux/tree/17.0/date_range_account
:alt: OCA/server-ux
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/server-ux-17-0/server-ux-17-0-date_range_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/server-ux&target_branch=17.0
:alt: Try me on Runboat

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

This is a small glue module between **date_range** and **account**. It
allows the *Accounting Manager* to access the *Date Range* menu entry
under *Invoicing > Configuration > Date Range*.

**Table of contents**

.. contents::
:local:

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

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

* Akretion

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

- Alexis de Lattre <alexis.delattre@akretion.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.

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

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-alexis-via|

This module is part of the `OCA/server-ux <https://github.com/OCA/server-ux/tree/17.0/date_range_account>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Empty file added date_range_account/__init__.py
Empty file.
21 changes: 21 additions & 0 deletions date_range_account/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 2021 Akretion France (http://www.akretion.com/)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Date Range Account",
"version": "17.0.1.0.0",
"category": "Accounting",
"license": "AGPL-3",
"summary": "Add Date Range menu entry in Invoicing app",
"author": "Akretion,Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"website": "https://github.com/OCA/server-ux",
"depends": ["account", "date_range"],
"data": [
"views/date_range.xml",
"security/ir.model.access.csv",
],
"installable": True,
"auto_install": True,
}
30 changes: 30 additions & 0 deletions date_range_account/i18n/date_range_account.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * date_range_account
#
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: date_range_account
#: model:ir.ui.menu,name:date_range_account.menu_date_range_type
msgid "Date Range Types"
msgstr ""

#. module: date_range_account
#: model:ir.ui.menu,name:date_range_account.menu_date_range
#: model:ir.ui.menu,name:date_range_account.menu_date_range_root
msgid "Date Ranges"
msgstr ""

#. module: date_range_account
#: model:ir.ui.menu,name:date_range_account.menu_date_range_generator
msgid "Generate Date Ranges"
msgstr ""
36 changes: 36 additions & 0 deletions date_range_account/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * date_range_account
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-05-18 09:05+0000\n"
"Last-Translator: alvaro-domatix <alvaro@domatix.com>\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.3.2\n"

#. module: date_range_account
#: model:ir.ui.menu,name:date_range_account.menu_date_range_type
msgid "Date Range Types"
msgstr "Tipos de rango de fechas"

#. module: date_range_account
#: model:ir.ui.menu,name:date_range_account.menu_date_range
#: model:ir.ui.menu,name:date_range_account.menu_date_range_root
msgid "Date Ranges"
msgstr "Rangos de fecha"

#. module: date_range_account
#: model:ir.ui.menu,name:date_range_account.menu_date_range_generator
msgid "Generate Date Ranges"
msgstr "Generar rangos de fechas"

#~ msgid "Date ranges"
#~ msgstr "Rangos de fecha"
36 changes: 36 additions & 0 deletions date_range_account/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * date_range_account
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-11-03 20:38+0000\n"
"Last-Translator: Alexis de Lattre <alexis@via.ecp.fr>\n"
"Language-Team: none\n"
"Language: fr\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: date_range_account
#: model:ir.ui.menu,name:date_range_account.menu_date_range_type
msgid "Date Range Types"
msgstr "Types de plages de dates"

#. module: date_range_account
#: model:ir.ui.menu,name:date_range_account.menu_date_range
#: model:ir.ui.menu,name:date_range_account.menu_date_range_root
msgid "Date Ranges"
msgstr "Plages de dates"

#. module: date_range_account
#: model:ir.ui.menu,name:date_range_account.menu_date_range_generator
msgid "Generate Date Ranges"
msgstr "Générer les plages de dates"

#~ msgid "Date ranges"
#~ msgstr "Plages de dates"
33 changes: 33 additions & 0 deletions date_range_account/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * date_range_account
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-12-29 15:19+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: none\n"
"Language: it\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: date_range_account
#: model:ir.ui.menu,name:date_range_account.menu_date_range_type
msgid "Date Range Types"
msgstr "Tipi di intervallo data"

#. module: date_range_account
#: model:ir.ui.menu,name:date_range_account.menu_date_range
#: model:ir.ui.menu,name:date_range_account.menu_date_range_root
msgid "Date Ranges"
msgstr "Intervalli data"

#. module: date_range_account
#: model:ir.ui.menu,name:date_range_account.menu_date_range_generator
msgid "Generate Date Ranges"
msgstr "Generazione intervalli data"
33 changes: 33 additions & 0 deletions date_range_account/i18n/nl.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * date_range_account
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-11-21 09:35+0000\n"
"Last-Translator: Yung-Wa <yw.ng@onestein.nl>\n"
"Language-Team: none\n"
"Language: nl\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: date_range_account
#: model:ir.ui.menu,name:date_range_account.menu_date_range_type
msgid "Date Range Types"
msgstr "Datumbereik typen"

#. module: date_range_account
#: model:ir.ui.menu,name:date_range_account.menu_date_range
#: model:ir.ui.menu,name:date_range_account.menu_date_range_root
msgid "Date Ranges"
msgstr "Datumbereiken"

#. module: date_range_account
#: model:ir.ui.menu,name:date_range_account.menu_date_range_generator
msgid "Generate Date Ranges"
msgstr "Datumbereiken genereren"
3 changes: 3 additions & 0 deletions date_range_account/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
4 changes: 4 additions & 0 deletions date_range_account/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Alexis de Lattre \<<alexis.delattre@akretion.com>\>

- [APSL](https://apsl.tech):
- Miquel Pascual \<<mpascual@apsl.net>\>
3 changes: 3 additions & 0 deletions date_range_account/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This is a small glue module between **date_range** and **account**. It
allows the *Accounting Manager* to access the *Date Range* menu entry
under *Invoicing \> Configuration \> Date Range*.
4 changes: 4 additions & 0 deletions date_range_account/security/ir.model.access.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_date_range_account_manager,Full access on date.range to account manager,date_range.model_date_range,account.group_account_manager,1,1,1,1
access_date_range_type_account_manager,Full access on date.range.type to account manager,date_range.model_date_range_type,account.group_account_manager,1,1,1,1
access_date_range_generator_account_manager,Full access on date.range.generator wizard to account manager,date_range.model_date_range_generator,account.group_account_manager,1,1,1,1
Binary file added date_range_account/static/description/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.