Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][MIG] account_move_update_analytic #650

Open
wants to merge 29 commits into
base: 17.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
22ba3a0
[ADD] module account_move_update_analytic
remi-filament Nov 16, 2022
dd984df
[UPD] changes from Shide
remi-filament Dec 1, 2022
0daed78
[MIG] account_move_update_analytic: Migration to 15.0
Shide Dec 15, 2022
166930b
[UPD] Update account_move_update_analytic.pot
Dec 15, 2022
d5c252a
[UPD] README.rst
OCA-git-bot Dec 15, 2022
8c24134
account_move_update_analytic 15.0.1.0.1
OCA-git-bot Dec 15, 2022
d0261e5
Update translation files
weblate Dec 15, 2022
3c593b3
[IMP] account_move_update_analytic: hide button column when not posted
norlinhenrik Jan 29, 2023
b861f91
[IMP] account_move_update_analytic: default new = current
norlinhenrik Jan 29, 2023
1bfa8d7
account_move_update_analytic 15.0.1.1.0
OCA-git-bot Feb 23, 2023
4de892f
[MIG] account_move_update_analytic to v16
hbrunn May 24, 2023
d0d50cb
fixup! [MIG] account_move_update_analytic to v16
hbrunn Jul 31, 2023
4cd9ba2
[UPD] Update account_move_update_analytic.pot
Sep 20, 2023
701ec55
oca-github-bot post-merge updates
OCA-git-bot Sep 20, 2023
a8d963a
Update translation files
weblate Sep 20, 2023
8c654aa
Added translation using Weblate (Spanish)
Ivorra78 Sep 21, 2023
c0a8ecc
Translated using Weblate (Spanish)
Ivorra78 Sep 21, 2023
e8557ac
Added translation using Weblate (Portuguese (Brazil))
adrianojprado Oct 13, 2023
1d847eb
Translated using Weblate (Portuguese (Brazil))
adrianojprado Oct 13, 2023
873d332
Translated using Weblate (Portuguese (Brazil))
adrianojprado Oct 28, 2023
f0d0aca
[FIX] account_move_update_analytic: Switch button text to icon
Shide Sep 21, 2023
052e583
[UPD] Update account_move_update_analytic.pot
Jan 9, 2024
c8f35c7
[BOT] post-merge updates
OCA-git-bot Jan 9, 2024
4cdaf14
Update translation files
weblate Jan 9, 2024
a97ef87
Added translation using Weblate (Italian)
mymage Feb 22, 2024
0c115a3
Translated using Weblate (Italian)
mymage Feb 23, 2024
96f54fc
Translated using Weblate (Italian)
mymage Feb 23, 2024
8ae3721
[IMP] account_move_update_analytic: pre-commit auto fixes
Apr 25, 2024
59883af
[MIG] account_move_update_analytic: Migration to 17.0
Apr 25, 2024
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
113 changes: 113 additions & 0 deletions account_move_update_analytic/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
============================
Account move update analytic
============================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:90fe6b71afa6e529b7bdcec7779a30b31a24f6f5e7822b4834cff8e860c8b8a9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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%2Faccount--analytic-lightgray.png?logo=github
:target: https://github.com/OCA/account-analytic/tree/17.0/account_move_update_analytic
:alt: OCA/account-analytic
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/account-analytic-17-0/account-analytic-17-0-account_move_update_analytic
: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/account-analytic&target_branch=17.0
:alt: Try me on Runboat

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

This module allows users to update the analytic distribution on journal
items.

**Table of contents**

.. contents::
:local:

Usage
=====

1. First of all, make sure that your respective user has the specific
Analytic Accounting role.
2. In a posted move and from customer invoices and vendor bills, go to
the move line you want to update, and click on 'Update analytic' to
open the wizard. (You also have the button directly on account move
lines).
3. Current analytic account and tags are shown, you can select another
one then click on Confirm
4. Analytic lines will be dropped from current analytic account and
recreated on new analytic distribution.

|image1|

|image2|

.. |image1| image:: https://raw.githubusercontent.com/OCA/account-analytic/17.0/account_move_update_analytic/static/description/update_from_invoice.png
.. |image2| image:: https://raw.githubusercontent.com/OCA/account-analytic/17.0/account_move_update_analytic/static/description/update_from_journals.png

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-analytic/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/account-analytic/issues/new?body=module:%20account_move_update_analytic%0Aversion:%2017.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
-------

* Le Filament
* Moduon

Contributors
------------

- Rémi - Le Filament <remi-filament>
- Eduardo de Miguel ([Moduon](https://www.moduon.team/))
- Rafael Blasco ([Moduon](https://www.moduon.team/))
- Mario Luis ([Binhex](https://www.binhex.cloud/))

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-remi-filament| image:: https://github.com/remi-filament.png?size=40px
:target: https://github.com/remi-filament
:alt: remi-filament
.. |maintainer-Shide| image:: https://github.com/Shide.png?size=40px
:target: https://github.com/Shide
:alt: Shide

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

|maintainer-remi-filament| |maintainer-Shide|

This module is part of the `OCA/account-analytic <https://github.com/OCA/account-analytic/tree/17.0/account_move_update_analytic>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions account_move_update_analytic/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import wizards
21 changes: 21 additions & 0 deletions account_move_update_analytic/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 2022 Le Filament
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

{
"name": "Account move update analytic",
"version": "17.0.1.0.0",
"category": "Accounting & Finance",
"summary": "This module allows the user to update analytic on posted moves",
"author": "Le Filament, Moduon, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-analytic",
"license": "AGPL-3",
"depends": ["account"],
"data": [
"security/ir.model.access.csv",
"wizards/account_move_update_analytic_view.xml",
"views/account_move_view.xml",
"views/account_move_line_view.xml",
],
"installable": True,
"maintainers": ["remi-filament", "Shide"],
}
120 changes: 120 additions & 0 deletions account_move_update_analytic/i18n/account_move_update_analytic.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_update_analytic
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__account_id
msgid "Account"
msgstr ""

#. module: account_move_update_analytic
#: model:ir.model,name:account_move_update_analytic.model_account_move_update_analytic_wizard
msgid "Account Move Update Analytic Account Wizard"
msgstr ""

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__analytic_precision
msgid "Analytic Precision"
msgstr ""

#. module: account_move_update_analytic
#: model_terms:ir.ui.view,arch_db:account_move_update_analytic.view_account_move_update_analytic_account
msgid "Cancel"
msgstr ""

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__company_id
msgid "Company"
msgstr ""

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__create_uid
msgid "Created by"
msgstr ""

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__create_date
msgid "Created on"
msgstr ""

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__current_analytic_distribution
msgid "Current Analytic Distribution"
msgstr ""

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__display_name
msgid "Display Name"
msgstr ""

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__id
msgid "ID"
msgstr ""

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__line_id
msgid "Invoice line"
msgstr ""

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard____last_update
msgid "Last Modified on"
msgstr ""

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__write_uid
msgid "Last Updated by"
msgstr ""

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__write_date
msgid "Last Updated on"
msgstr ""

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__analytic_distribution
msgid "New Analytic Distribution"
msgstr ""

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__product_id
msgid "Product"
msgstr ""

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__move_type
msgid "Type"
msgstr ""

#. module: account_move_update_analytic
#: model_terms:ir.ui.view,arch_db:account_move_update_analytic.view_account_move_update_analytic_account
msgid "Update Analytic Distribution"
msgstr ""

#. module: account_move_update_analytic
#: model:ir.actions.act_window,name:account_move_update_analytic.action_view_account_move_update_analytic
msgid "Update Analytic for selected Account Moves"
msgstr ""

#. module: account_move_update_analytic
#: model_terms:ir.ui.view,arch_db:account_move_update_analytic.account_move_form_view
#: model_terms:ir.ui.view,arch_db:account_move_update_analytic.account_move_line_tree_view
msgid "Update analytic distribution"
msgstr ""

#. module: account_move_update_analytic
#: model_terms:ir.ui.view,arch_db:account_move_update_analytic.view_account_move_update_analytic_account
msgid "Update analytic lines"
msgstr ""
124 changes: 124 additions & 0 deletions account_move_update_analytic/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_update_analytic
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-09 07:18+0000\n"
"PO-Revision-Date: 2024-01-09 08:20+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.4\n"

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__account_id
msgid "Account"
msgstr "Cuenta"

#. module: account_move_update_analytic
#: model:ir.model,name:account_move_update_analytic.model_account_move_update_analytic_wizard
msgid "Account Move Update Analytic Account Wizard"
msgstr "Asistente de actualización de movimiento de cuentas analíticas"

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__analytic_precision
msgid "Analytic Precision"
msgstr "Precisión Analítica"

#. module: account_move_update_analytic
#: model_terms:ir.ui.view,arch_db:account_move_update_analytic.view_account_move_update_analytic_account
msgid "Cancel"
msgstr "Cancelar"

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__company_id
msgid "Company"
msgstr "Compañía"

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__create_uid
msgid "Created by"
msgstr "Creado por"

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__create_date
msgid "Created on"
msgstr "Creado el"

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__current_analytic_distribution
msgid "Current Analytic Distribution"
msgstr "Distribución analítica actual"

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__display_name
msgid "Display Name"
msgstr "Mostrar nombre"

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__id
msgid "ID"
msgstr "ID (identificación)"

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__line_id
msgid "Invoice line"
msgstr "Línea de factura"

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard____last_update
msgid "Last Modified on"
msgstr "Última Modificación el"

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__write_uid
msgid "Last Updated by"
msgstr "Última Actualzacíón por"

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__write_date
msgid "Last Updated on"
msgstr "Última Actualización el"

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__analytic_distribution
msgid "New Analytic Distribution"
msgstr "Nueva distribución analítica"

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__product_id
msgid "Product"
msgstr "Producto"

#. module: account_move_update_analytic
#: model:ir.model.fields,field_description:account_move_update_analytic.field_account_move_update_analytic_wizard__move_type
msgid "Type"
msgstr "Tipo"

#. module: account_move_update_analytic
#: model_terms:ir.ui.view,arch_db:account_move_update_analytic.view_account_move_update_analytic_account
msgid "Update Analytic Distribution"
msgstr "Actualizar distribución analítica"

#. module: account_move_update_analytic
#: model:ir.actions.act_window,name:account_move_update_analytic.action_view_account_move_update_analytic
msgid "Update Analytic for selected Account Moves"
msgstr "Actualización analítica para los movimientos de cuenta seleccionados"

#. module: account_move_update_analytic
#: model_terms:ir.ui.view,arch_db:account_move_update_analytic.account_move_form_view
#: model_terms:ir.ui.view,arch_db:account_move_update_analytic.account_move_line_tree_view
msgid "Update analytic distribution"
msgstr "Actualizar distribución analítica"

#. module: account_move_update_analytic
#: model_terms:ir.ui.view,arch_db:account_move_update_analytic.view_account_move_update_analytic_account
msgid "Update analytic lines"
msgstr "Actualización de las líneas analíticas"
Loading
Loading