-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by brian10048
- Loading branch information
Showing
41 changed files
with
2,361 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
=================================== | ||
Field Service - Analytic 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/15.0/fieldservice_account_analytic | ||
: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-15-0/field-service-15-0-fieldservice_account_analytic | ||
: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/15.0 | ||
:alt: Try me on Runbot | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module adds the ability to track your analytic accounts on field | ||
service orders. | ||
It also adds the option to track the billing partner for field service | ||
locations and orders. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Installation | ||
============ | ||
|
||
No special installation instructions | ||
|
||
Configuration | ||
============= | ||
|
||
To configure this module, you need to: | ||
|
||
* Go to Field Service > Master Data > Locations | ||
* Create or select a location and set their analytic account | ||
|
||
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_analytic%0Aversion:%2015.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> | ||
* Brian McMaster <brian@mcmpest.com> | ||
* Freni Patel <fpatel@opensourceintegrators.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/15.0/fieldservice_account_analytic>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Copyright (C) 2018 Open Source Integrators | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
from . import models | ||
from . import wizard | ||
from .init_hook import pre_init_hook |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Copyright (C) 2018 Open Source Integrators | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
{ | ||
"name": "Field Service - Analytic Accounting", | ||
"summary": """Track analytic accounts on Field Service locations | ||
and orders""", | ||
"version": "16.0.1.0.0", | ||
"category": "Field Service", | ||
"author": "Open Source Integrators, Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/field-service", | ||
"depends": [ | ||
"fieldservice_account", | ||
"analytic", | ||
"product", | ||
], | ||
"data": [ | ||
"data/ir_rule.xml", | ||
"security/ir.model.access.csv", | ||
"report/fsm_order_report_template.xml", | ||
"views/fsm_location.xml", | ||
"views/fsm_order.xml", | ||
"views/res_config_settings.xml", | ||
], | ||
"demo": [ | ||
"demo/fsm_location.xml", | ||
], | ||
"pre_init_hook": "pre_init_hook", | ||
"license": "AGPL-3", | ||
"development_status": "Beta", | ||
"maintainers": [ | ||
"osimallen", | ||
"brian10048", | ||
"bodedra", | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<odoo> | ||
<record id="analytic_account_fsm_manager" model="ir.rule"> | ||
<field name="name">account.analytic.line.fsm.manager</field> | ||
<field name="model_id" ref="model_account_analytic_line" /> | ||
<field name="global" eval="False" /> | ||
<field name="domain_force">[(1, '=', 1)]</field> | ||
<field name="groups" eval="[(4, ref('fieldservice.group_fsm_manager'))]" /> | ||
<field name="perm_read" eval="True" /> | ||
<field name="perm_write" eval="True" /> | ||
<field name="perm_create" eval="True" /> | ||
<field name="perm_unlink" eval="True" /> | ||
</record> | ||
<record id="analytic_account_fsm_dispatcher" model="ir.rule"> | ||
<field name="name">account.analytic.line.fsm.dispatcher</field> | ||
<field name="model_id" ref="model_account_analytic_line" /> | ||
<field name="global" eval="False" /> | ||
<field name="domain_force">[(1, '=', 1)]</field> | ||
<field name="groups" eval="[(4, ref('fieldservice.group_fsm_dispatcher'))]" /> | ||
<field name="perm_read" eval="True" /> | ||
<field name="perm_write" eval="True" /> | ||
<field name="perm_create" eval="True" /> | ||
<field name="perm_unlink" eval="True" /> | ||
</record> | ||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<odoo> | ||
<!-- fsm.location --> | ||
<record id="fieldservice.test_location" model="fsm.location"> | ||
<field name="customer_id" eval="ref('fieldservice.test_loc_partner')" /> | ||
</record> | ||
<!-- Other locations --> | ||
<record id="fieldservice.location_1" model="fsm.location"> | ||
<field name="customer_id" eval="ref('fieldservice.location_partner_1')" /> | ||
</record> | ||
<record id="fieldservice.location_2" model="fsm.location"> | ||
<field name="customer_id" eval="ref('fieldservice.location_partner_2')" /> | ||
</record> | ||
<record id="fieldservice.location_3" model="fsm.location"> | ||
<field name="customer_id" eval="ref('fieldservice.location_partner_3')" /> | ||
</record> | ||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,137 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * fieldservice_account_analytic | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 12.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2020-01-17 06:13+0000\n" | ||
"Last-Translator: Nelson Ramírez Sánchez <info@konos.cl>\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 3.10\n" | ||
|
||
#. module: fieldservice_account_analytic | ||
#: model_terms:ir.ui.view,arch_db:fieldservice_account_analytic.fsm_location_form_view_analytic | ||
#: model_terms:ir.ui.view,arch_db:fieldservice_account_analytic.fsm_order_form_analytic | ||
msgid "Accounting" | ||
msgstr "Contabilidad" | ||
|
||
#. module: fieldservice_account_analytic | ||
#: model:ir.model.fields,field_description:fieldservice_account_analytic.field_fsm_location__analytic_account_id | ||
msgid "Analytic Account" | ||
msgstr "Cuenta Analítica" | ||
|
||
#. module: fieldservice_account_analytic | ||
#: model:ir.model,name:fieldservice_account_analytic.model_account_analytic_line | ||
msgid "Analytic Line" | ||
msgstr "Linea Analitica" | ||
|
||
#. module: fieldservice_account_analytic | ||
#: model:ir.model.fields.selection,name:fieldservice_account_analytic.selection__fsm_order__bill_to__contact | ||
msgid "Bill Contact" | ||
msgstr "Contacto de Facturación" | ||
|
||
#. module: fieldservice_account_analytic | ||
#: model:ir.model.fields.selection,name:fieldservice_account_analytic.selection__fsm_order__bill_to__location | ||
msgid "Bill Location" | ||
msgstr "Dirección de Facturación" | ||
|
||
#. module: fieldservice_account_analytic | ||
#: model:ir.model.fields,field_description:fieldservice_account_analytic.field_fsm_order__bill_to | ||
msgid "Bill To" | ||
msgstr "" | ||
|
||
#. module: fieldservice_account_analytic | ||
#: model:ir.model.fields,field_description:fieldservice_account_analytic.field_fsm_location__customer_id | ||
msgid "Billed Customer" | ||
msgstr "Facturado a Cliente" | ||
|
||
#. module: fieldservice_account_analytic | ||
#: model:ir.model,name:fieldservice_account_analytic.model_res_company | ||
msgid "Companies" | ||
msgstr "" | ||
|
||
#. module: fieldservice_account_analytic | ||
#: model:ir.model,name:fieldservice_account_analytic.model_res_config_settings | ||
msgid "Config Settings" | ||
msgstr "" | ||
|
||
#. module: fieldservice_account_analytic | ||
#: model:ir.model,name:fieldservice_account_analytic.model_res_partner | ||
#: model:ir.model.fields,field_description:fieldservice_account_analytic.field_fsm_order__customer_id | ||
msgid "Contact" | ||
msgstr "Contacto" | ||
|
||
#. module: fieldservice_account_analytic | ||
#: model_terms:ir.ui.view,arch_db:fieldservice_account_analytic.fsm_location_search_view_analytic | ||
msgid "Customer" | ||
msgstr "Cliente" | ||
|
||
#. module: fieldservice_account_analytic | ||
#: model:ir.model.fields,field_description:fieldservice_account_analytic.field_account_analytic_line__fsm_order_id | ||
msgid "FSM Order" | ||
msgstr "Pedido FSM" | ||
|
||
#. module: fieldservice_account_analytic | ||
#: model:ir.model,name:fieldservice_account_analytic.model_fsm_wizard | ||
msgid "FSM Record Conversion" | ||
msgstr "Conversión de Registro FSM" | ||
|
||
#. module: fieldservice_account_analytic | ||
#: model:ir.model,name:fieldservice_account_analytic.model_fsm_location | ||
msgid "Field Service Location" | ||
msgstr "Ubicación del Servicio de Campo" | ||
|
||
#. module: fieldservice_account_analytic | ||
#: model:ir.model,name:fieldservice_account_analytic.model_fsm_order | ||
msgid "Field Service Order" | ||
msgstr "Orden de Servicio de Campo" | ||
|
||
#. module: fieldservice_account_analytic | ||
#: model:ir.model.fields,field_description:fieldservice_account_analytic.field_res_company__fsm_filter_location_by_contact | ||
#: model:ir.model.fields,field_description:fieldservice_account_analytic.field_res_config_settings__fsm_filter_location_by_contact | ||
#: model_terms:ir.ui.view,arch_db:fieldservice_account_analytic.res_config_settings_view_form_filter | ||
msgid "Filter Contacts with Location" | ||
msgstr "" | ||
|
||
#. module: fieldservice_account_analytic | ||
#: model_terms:ir.ui.view,arch_db:fieldservice_account_analytic.res_config_settings_view_form_filter | ||
msgid "Filter the Location on an FSM Order by the Contact" | ||
msgstr "" | ||
|
||
#. module: fieldservice_account_analytic | ||
#: model:ir.model,name:fieldservice_account_analytic.model_account_move_line | ||
msgid "Journal Item" | ||
msgstr "" | ||
|
||
#. module: fieldservice_account_analytic | ||
#: code:addons/fieldservice_account_analytic/models/account_move.py:0 | ||
#: code:addons/fieldservice_account_analytic/models/analytic_account.py:0 | ||
#, python-format | ||
msgid "No analytic account set on the order's Location." | ||
msgstr "No hay una cuenta analítica establecida en la ubicación del pedido." | ||
|
||
#. module: fieldservice_account_analytic | ||
#: model:ir.model.fields,field_description:fieldservice_account_analytic.field_account_analytic_line__product_id | ||
msgid "Time Type" | ||
msgstr "Tipo de Tiempo" | ||
|
||
#. module: fieldservice_account_analytic | ||
#: model:ir.model.fields,field_description:fieldservice_account_analytic.field_fsm_order__total_cost | ||
msgid "Total Cost" | ||
msgstr "Coste Total" | ||
|
||
#~ msgid "Bill to" | ||
#~ msgstr "Facturar a" | ||
|
||
#~ msgid "Invoice Line" | ||
#~ msgstr "Línea de factura" | ||
|
||
#~ msgid "Field Service Location Person Info" | ||
#~ msgstr "Servicio de campo Ubicación Información de la persona" |
Oops, something went wrong.