Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
AungKoKoLin1997 committed Nov 13, 2024
1 parent 9fc7824 commit b922c11
Show file tree
Hide file tree
Showing 12 changed files with 580 additions and 216 deletions.
71 changes: 71 additions & 0 deletions l10n_jp_summary_invoice/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
==================
JP Summary Invoice
==================

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

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

This module adds a summary invoice report to the Account Billing.

**Table of contents**

.. contents::
:local:

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

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

* Quartile

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-japan <https://github.com/OCA/l10n-japan/tree/16.0/l10n_jp_summary_invoice>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 0 additions & 1 deletion l10n_jp_summary_invoice/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
from . import models
3 changes: 1 addition & 2 deletions l10n_jp_summary_invoice/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
"version": "16.0.1.0.0",
"category": "l10n",
"author": "Quartile, Odoo Community Association (OCA)",
"website": "https://www.quartile.co",
"website": "https://github.com/OCA/l10n-japan",
"license": "AGPL-3",
"depends": [
"account_billing",
],
"data": [
"reports/report.xml",
"reports/report_summary_invoice.xml",
"views/account_billing_views.xml",
],
"installable": True,
}
1 change: 0 additions & 1 deletion l10n_jp_summary_invoice/models/__init__.py

This file was deleted.

138 changes: 0 additions & 138 deletions l10n_jp_summary_invoice/models/account_billing.py

This file was deleted.

1 change: 1 addition & 0 deletions l10n_jp_summary_invoice/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This module adds a summary invoice report to the Account Billing.
2 changes: 1 addition & 1 deletion l10n_jp_summary_invoice/reports/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<field name="report_name">l10n_jp_summary_invoice.report_summary_invoice</field>
<field name="report_type">qweb-pdf</field>
<field name="report_file">l10n_jp_summary_invoice.report_summary_invoice</field>
<field name="binding_model_id" ref="model_account_billing" />
<field name="binding_model_id" ref="account_billing.model_account_billing" />
<field name="binding_type">report</field>
<field
name="print_report_name"
Expand Down
Loading

0 comments on commit b922c11

Please sign in to comment.