Skip to content

Commit

Permalink
Merge pull request #43 from CristianoMafraJunior/16.0-mig-l10n_br_acc…
Browse files Browse the repository at this point in the history
…ount_due_date_usability

[16.0][MIG] l10n_br_account_due_date_usability: Migration to 16.0
  • Loading branch information
antoniospneto authored Feb 4, 2025
2 parents 10c8a4c + 5af82bf commit bce71a1
Show file tree
Hide file tree
Showing 7 changed files with 508 additions and 0 deletions.
64 changes: 64 additions & 0 deletions l10n_br_account_due_date_usability/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
===============
Due Date Format
===============

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:e070215aa1d16c3f3444402d9cf548a18f100416f78a072d71863bb9a41f5af6
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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-Engenere%2Fengenere--addons-lightgray.png?logo=github
:target: https://github.com/Engenere/engenere-addons/tree/16.0/l10n_br_account_due_date_usability
:alt: Engenere/engenere-addons

|badge1| |badge2| |badge3|

Este módulo altera o formato da data de faturamento para padrão
dd/mm/aaaa

**Table of contents**

.. contents::
:local:

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

Bugs are tracked on `GitHub Issues <https://github.com/Engenere/engenere-addons/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/Engenere/engenere-addons/issues/new?body=module:%20l10n_br_account_due_date_usability%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
-------

* Engenere

Maintainers
-----------

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

Current maintainer:

|maintainer-cristianomafrajunior|

This module is part of the `Engenere/engenere-addons <https://github.com/Engenere/engenere-addons/tree/16.0/l10n_br_account_due_date_usability>`_ project on GitHub.

You are welcome to contribute.
Empty file.
16 changes: 16 additions & 0 deletions l10n_br_account_due_date_usability/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Due Date Format",
"summary": "Change in the due date format to the standard dd/mm/yyyy",
"license": "AGPL-3",
"author": "Engenere",
"maintainers": ["cristianomafrajunior"],
"website": "https://github.com/Engenere/engenere-addons",
"version": "16.0.1.0.0",
"depends": [
"l10n_br_account",
],
"data": [
"views/due_date_views.xml",
],
"installable": True,
}
3 changes: 3 additions & 0 deletions l10n_br_account_due_date_usability/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
1 change: 1 addition & 0 deletions l10n_br_account_due_date_usability/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Este módulo altera o formato da data de faturamento para padrão dd/mm/aaaa
Loading

0 comments on commit bce71a1

Please sign in to comment.