Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions account_billing/README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association

===============
Billing Process
===============
Expand All @@ -7,13 +11,13 @@ Billing Process
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:92c644c45d119de640798ae4ef9b43eb634e6b78de5811a1ac6c5f3d647499f0
!! source digest: sha256:50d733e0ce5080841df88469b4939fc61943ac75ba37cb787877b142628c7554
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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
.. |badge2| image:: https://img.shields.io/badge/license-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%2Faccount--invoicing-lightgray.png?logo=github
Expand Down Expand Up @@ -79,10 +83,10 @@ Authors
Contributors
------------

- Kitti U. <kittiu@ecosoft.co.th>
- Saran Lim. <saranl@ecosoft.co.th>
- Rattapong Chokmasermkul <rattapongc@ecosoft.co.th>
- Komsan Somwong <komsan.s@ecosoft.co.th>
- Kitti U. <kittiu@ecosoft.co.th>
- Saran Lim. <saranl@ecosoft.co.th>
- Rattapong Chokmasermkul <rattapongc@ecosoft.co.th>
- Komsan Somwong <komsan.s@ecosoft.co.th>

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion account_billing/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Billing Process",
"summary": "Group invoice as billing before payment",
"version": "18.0.1.1.1",
"version": "18.0.1.3.0",
"author": "Ecosoft, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/account-invoicing",
Expand Down
14 changes: 14 additions & 0 deletions account_billing/i18n/account_billing.pot
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ msgstr ""
msgid "# of Invoices"
msgstr ""

#. module: account_billing
#. odoo-python
#: code:addons/account_billing/models/account_billing.py:0
msgid "%s"
msgstr ""

#. module: account_billing
#: model:ir.actions.report,print_report_name:account_billing.report_account_billing
msgid ""
Expand Down Expand Up @@ -171,6 +177,8 @@ msgid "Billing Line"
msgstr ""

#. module: account_billing
#: model:ir.model.fields,field_description:account_billing.field_account_bank_statement_line__billing_line_ids
#: model:ir.model.fields,field_description:account_billing.field_account_move__billing_line_ids
#: model_terms:ir.ui.view,arch_db:account_billing.view_account_billing_form
msgid "Billing Lines"
msgstr ""
Expand All @@ -195,6 +203,12 @@ msgstr ""
msgid "Billing is reset to draft"
msgstr ""

#. module: account_billing
#: model:ir.model.fields,help:account_billing.field_account_bank_statement_line__billing_line_ids
#: model:ir.model.fields,help:account_billing.field_account_move__billing_line_ids
msgid "Billing lines that reference this invoice"
msgstr ""

#. module: account_billing
#: model:ir.model.fields,field_description:account_billing.field_account_bank_statement_line__billing_ids
#: model:ir.model.fields,field_description:account_billing.field_account_move__billing_ids
Expand Down
Loading
Loading