Skip to content

Commit

Permalink
Merge PR #598 into 13.0
Browse files Browse the repository at this point in the history
Signed-off-by brian10048
  • Loading branch information
OCA-git-bot committed Feb 12, 2021
2 parents be731ea + 327d32b commit baec233
Show file tree
Hide file tree
Showing 31 changed files with 1,935 additions and 0 deletions.
112 changes: 112 additions & 0 deletions fieldservice_account/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
==========================
Field Service - Accounting
==========================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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%2Ffield--service-lightgray.png?logo=github
:target: https://github.com/OCA/field-service/tree/12.0/fieldservice_account
:alt: OCA/field-service
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/field-service-12-0/field-service-12-0-fieldservice_account
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/264/12.0
:alt: Try me on Runbot

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

This module adds the ability to link field service orders to invoices.

**Table of contents**

.. contents::
:local:

Installation
============

No special installation instructions

Configuration
=============

No special configuration instructions.

Usage
=====

No specific usage instructions.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/field-service/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/field-service/issues/new?body=module:%20fieldservice_account%0Aversion:%2012.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
~~~~~~~

* Open Source Integrators

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

* Michael Allen <mallen@opensourceintegrators.com>
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
* Rapha??l Reverdy <raphael.reverdy@akretion.com>
* Brian McMaster <brian@mcmpest.com>

Other credits
~~~~~~~~~~~~~

The development of this module has been financially supported by:

* Open Source Integrators <https://opensourceintegrators.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-osimallen| image:: https://github.com/osimallen.png?size=40px
:target: https://github.com/osimallen
:alt: osimallen
.. |maintainer-brian10048| image:: https://github.com/brian10048.png?size=40px
:target: https://github.com/brian10048
:alt: brian10048
.. |maintainer-bodedra| image:: https://github.com/bodedra.png?size=40px
:target: https://github.com/bodedra
:alt: bodedra

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

|maintainer-osimallen| |maintainer-brian10048| |maintainer-bodedra|

This module is part of the `OCA/field-service <https://github.com/OCA/field-service/tree/12.0/fieldservice_account>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions fieldservice_account/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Copyright (C) 2018 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import models
20 changes: 20 additions & 0 deletions fieldservice_account/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright (C) 2018 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Field Service - Accounting",
"summary": "Track invoices linked to Field Service orders",
"version": "13.0.2.0.0",
"category": "Field Service",
"author": "Open Source Integrators, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/field-service",
"depends": ["fieldservice", "account"],
"data": [
"security/ir.model.access.csv",
"views/account_move.xml",
"views/fsm_order.xml",
],
"license": "AGPL-3",
"development_status": "Beta",
"maintainers": ["osimallen", "brian10048", "bodedra"],
}
107 changes: 107 additions & 0 deletions fieldservice_account/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * fieldservice_account
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2019-11-26 17:58+0000\n"
"Last-Translator: Maria Sparenberg <maria.sparenberg@gmx.net>\n"
"Language-Team: none\n"
"Language: de\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 3.8\n"

#. module: fieldservice_account
#: model:ir.model.fields,field_description:fieldservice_account.field_account_invoice_line__fsm_order_id
msgid "FSM Order"
msgstr "Field-Service-Auftrag"

#. module: fieldservice_account
#: model:ir.model.fields,field_description:fieldservice_account.field_account_invoice__fsm_order_count
#, fuzzy
#| msgid "FSM Order"
msgid "FSM Order Count"
msgstr "Field-Service-Auftrag"

#. module: fieldservice_account
#: model:ir.model.fields,field_description:fieldservice_account.field_account_invoice__fsm_order_ids
#: model_terms:ir.ui.view,arch_db:fieldservice_account.account_invoice_form
#: model_terms:ir.ui.view,arch_db:fieldservice_account.invoice_search_view_fso
#, fuzzy
#| msgid "FSM Order"
msgid "FSM Orders"
msgstr "Field-Service-Auftrag"

#. module: fieldservice_account
#: model:ir.model,name:fieldservice_account.model_fsm_order
msgid "Field Service Order"
msgstr "Field-Service-Auftrag"

#. module: fieldservice_account
#: model_terms:ir.ui.view,arch_db:fieldservice_account.vendor_bill_form_view_fso
#, fuzzy
#| msgid "Field Service Order"
msgid "Field Service Orders"
msgstr "Field-Service-Auftrag"

#. module: fieldservice_account
#: model:ir.model,name:fieldservice_account.model_account_invoice
msgid "Invoice"
msgstr ""

#. module: fieldservice_account
#: model:ir.model.fields,field_description:fieldservice_account.field_fsm_order__invoice_count
msgid "Invoice Count"
msgstr ""

#. module: fieldservice_account
#: model:ir.model,name:fieldservice_account.model_account_invoice_line
msgid "Invoice Line"
msgstr ""

#. module: fieldservice_account
#: model:ir.model.fields,field_description:fieldservice_account.field_fsm_order__invoice_ids
#: model_terms:ir.ui.view,arch_db:fieldservice_account.view_fsm_order_form_inherit_account
msgid "Invoices/Bills"
msgstr ""

#~ msgid "Analytic Account"
#~ msgstr "Kostenstelle"

#~ msgid "Analytic Line"
#~ msgstr "Kostenstellenbuchung"

#~ msgid "Confirm"
#~ msgstr "Bestätigen"

#~ msgid "Contact"
#~ msgstr "Kontakt"

#~ msgid "Create Invoice"
#~ msgstr "Rechnung erstellen"

#~ msgid "Customer"
#~ msgstr "Kunde"

#~ msgid "Draft"
#~ msgstr "Entwurf"

#~ msgid "Duration"
#~ msgstr "Dauer"

#~ msgid "Employee"
#~ msgstr "Mitarbeiter"

#~ msgid "Field Service Location"
#~ msgstr "Field-Service-Ort"

#~ msgid "Field Service Worker"
#~ msgstr "Service-Mitarbeiter"

#~ msgid "Service Orders"
#~ msgstr "Service-Aufträge"
Loading

0 comments on commit baec233

Please sign in to comment.