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

[16.0][MIG] purchase_order_line_sequence: Migration to 16.0 #1961

Merged
merged 34 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
98ff4cc
[IMP] renamed the module name.
SerpentCS Sep 26, 2016
04b202d
[ADD] added dependencies and sequences
SerpentCS Sep 28, 2016
4010328
[IMP] test cases
serpentcs-dev1 Mar 6, 2017
4fd6a11
[ADD] purchase_order_line_sequence v10
serpentcs-dev1 Jun 30, 2017
90efffc
[ADD] Missing dependency
jpoa Mar 15, 2018
08c52f8
[FIX] Bug in the logic of the module
jpoa Mar 26, 2018
8538b9f
[FIX] Assure sequence of stock moves are the same as of po lines
MiquelRForgeFlow Jul 26, 2018
d363ba5
[FIX] Correct a test. Products are in purchase_method 'receive'
MiquelRForgeFlow Jul 26, 2018
d88c2f6
[UPD] Update purchase_order_line_sequence.pot
oca-travis Jul 30, 2018
7aab262
[FIX] Make module compatible with other reporting modules
MiquelRForgeFlow Sep 20, 2018
5ac231c
[MIG] purchase_order_line_sequence to version 12
bjeficent Nov 26, 2018
d4304db
[UPD] Update purchase_order_line_sequence.pot
oca-travis Mar 11, 2020
06a1ad2
[UPD] README.rst
OCA-git-bot Mar 11, 2020
7b0b77a
[ADD] icon.png
OCA-git-bot Mar 11, 2020
e76588a
Update translation files
oca-transbot Mar 11, 2020
cfb172f
[FIX]purchase_order_line_sequence. Do not update move sequence in mov…
AaronHForgeFlow Dec 18, 2019
8a53140
purchase_order_line_sequence 12.0.1.0.1
OCA-git-bot Apr 14, 2020
82aa30e
Update translation files
oca-transbot Aug 16, 2020
0185464
Translated using Weblate (French)
SandieFavre Aug 28, 2020
70ea90b
[IMP] purchase_order_line_sequence: black, isort, prettier
cjallais Feb 3, 2021
6166e5b
[MIG] purchase_order_line_sequence: Migration to 14.0
cjallais Jan 7, 2021
597f3c0
[UPD] Update purchase_order_line_sequence.pot
oca-travis Jul 4, 2021
50529e0
[UPD] README.rst
OCA-git-bot Jul 4, 2021
5be7cf1
[IMP] purchase_order_line_sequence: delete unused file
MiquelRForgeFlow Apr 5, 2022
044ddcc
Added translation using Weblate (German)
manengel May 6, 2022
fc7b29e
[REM] purchase_order_line_sequence: Not needed anymore
rousseldenis Jul 6, 2022
ffd8a5a
[FIX] Adding tags to unittests for purchase_deposit and purchase_orde…
mt-software-de Sep 19, 2022
5fd2fa5
Added translation using Weblate (Spanish)
JHernandezConinpe May 29, 2023
08dced6
Translated using Weblate (Spanish)
JHernandezConinpe May 29, 2023
95d3f7f
[IMP] purchase_order_line_sequence: use correct sequence in moves whe…
OriolMForgeFlow Jun 27, 2023
2d13609
[IMP] purchase_order_line_sequence: pre-commit stuff
AungKoKoLin1997 Aug 1, 2023
8917980
[IMP] purchase_order_line_sequence: module refactor, new sequence fie…
OriolMForgeFlow Jun 30, 2023
1160c11
[MIG] purchase_order_line_sequence: Migration to 16.0
AungKoKoLin1997 Aug 1, 2023
6a6ef4f
[IMP] purchase_order_line_sequence: Show only PO related sequence in …
SergiCForgeFlow Aug 31, 2023
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
93 changes: 93 additions & 0 deletions purchase_order_line_sequence/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
============================
Purchase Order Line Sequence
============================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! 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%2Fpurchase--workflow-lightgray.png?logo=github
:target: https://github.com/OCA/purchase-workflow/tree/16.0/purchase_order_line_sequence
:alt: OCA/purchase-workflow
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_order_line_sequence
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/142/16.0
:alt: Try me on Runbot

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


The sequence in PO line is propagated to the Stock moves. The sequence number
appears in the PO form view and in the report.

**Table of contents**

.. contents::
:local:

Usage
=====


This module depends on the following module(s) :
* stock_picking_line_sequence (https://github.com/OCA/stock-logistics-workflow/)

Known issues / Roadmap
======================


In standard odoo is possible to sort the purchase order lines and those are propagated to the invoice lines

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

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

* Camptocamp
* ForgeFlow
* Serpent CS

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

* Cécile Jallais <cjallais@archeti.com>
* Damien Crier <damien.crier@camptocamp.com>
* ForgeFlow S.L. <contact@forgeflow.com>
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.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.

This module is part of the `OCA/purchase-workflow <https://github.com/OCA/purchase-workflow/tree/16.0/purchase_order_line_sequence>`_ 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 purchase_order_line_sequence/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

from . import models
31 changes: 31 additions & 0 deletions purchase_order_line_sequence/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Copyright 2017 Camptocamp SA - Damien Crier, Alexandre Fayolle
# Copyright 2017 ForgeFlow S.L.
# Copyright 2017 Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

{
"name": "Purchase Order Line Sequence",
"summary": "Adds sequence to PO lines and propagates it to"
"Invoice lines and Stock Moves",
"version": "16.0.1.0.0",
"category": "Purchase Management",
"author": "Camptocamp, "
"ForgeFlow, "
"Serpent CS, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/purchase-workflow",
"depends": [
"purchase_stock",
"stock_picking_line_sequence",
],
"data": [
"views/purchase_view.xml",
"views/report_purchaseorder.xml",
"views/report_purchasequotation.xml",
"views/account_move_view.xml",
"views/report_invoice.xml",
],
"installable": True,
"auto_install": False,
"license": "AGPL-3",
}
74 changes: 74 additions & 0 deletions purchase_order_line_sequence/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * purchase_order_line_sequence
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\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"

#. module: purchase_order_line_sequence
#: model_terms:ir.ui.view,arch_db:purchase_order_line_sequence.report_purchase_order_sequence_qweb
#: model_terms:ir.ui.view,arch_db:purchase_order_line_sequence.report_purchase_quote_sequence_qweb
msgid "<strong>Sequence</strong>"
msgstr ""

#. module: purchase_order_line_sequence
#: model:ir.model.fields,field_description:purchase_order_line_sequence.field_purchase_order__display_name
#: model:ir.model.fields,field_description:purchase_order_line_sequence.field_purchase_order_line__display_name
msgid "Display Name"
msgstr ""

#. module: purchase_order_line_sequence
#: model:ir.model.fields,help:purchase_order_line_sequence.field_purchase_order_line__sequence2
msgid "Displays the sequence of the line in the purchase order."
msgstr ""

#. module: purchase_order_line_sequence
#: model:ir.model.fields,help:purchase_order_line_sequence.field_purchase_order_line__sequence
msgid "Gives the sequence of the line when displaying the purchase order."
msgstr ""

#. module: purchase_order_line_sequence
#: model:ir.model.fields,field_description:purchase_order_line_sequence.field_purchase_order_line__sequence
msgid "Hidden Sequence"
msgstr ""

#. module: purchase_order_line_sequence
#: model:ir.model.fields,field_description:purchase_order_line_sequence.field_purchase_order__id
#: model:ir.model.fields,field_description:purchase_order_line_sequence.field_purchase_order_line__id
msgid "ID"
msgstr ""

#. module: purchase_order_line_sequence
#: model:ir.model.fields,field_description:purchase_order_line_sequence.field_purchase_order____last_update
#: model:ir.model.fields,field_description:purchase_order_line_sequence.field_purchase_order_line____last_update
msgid "Last Modified on"
msgstr ""

#. module: purchase_order_line_sequence
#: model:ir.model.fields,field_description:purchase_order_line_sequence.field_purchase_order__max_line_sequence
msgid "Max sequence in lines"
msgstr ""

#. module: purchase_order_line_sequence
#: model:ir.model,name:purchase_order_line_sequence.model_purchase_order
msgid "Purchase Order"
msgstr ""

#. module: purchase_order_line_sequence
#: model:ir.model,name:purchase_order_line_sequence.model_purchase_order_line
msgid "Purchase Order Line"
msgstr ""

#. module: purchase_order_line_sequence
#: model:ir.model.fields,field_description:purchase_order_line_sequence.field_purchase_order_line__sequence2
msgid "Sequence"
msgstr ""
76 changes: 76 additions & 0 deletions purchase_order_line_sequence/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * purchase_order_line_sequence
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-05-29 19:08+0000\n"
"Last-Translator: JHernandezConinpe <jhernandez@coninpe.es>\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 4.17\n"

#. module: purchase_order_line_sequence
#: model_terms:ir.ui.view,arch_db:purchase_order_line_sequence.report_purchase_order_sequence_qweb
#: model_terms:ir.ui.view,arch_db:purchase_order_line_sequence.report_purchase_quote_sequence_qweb
msgid "<strong>Sequence</strong>"
msgstr "<strong>Número de línea</strong>"

#. module: purchase_order_line_sequence
#: model:ir.model.fields,field_description:purchase_order_line_sequence.field_purchase_order__display_name
#: model:ir.model.fields,field_description:purchase_order_line_sequence.field_purchase_order_line__display_name
msgid "Display Name"
msgstr "Nombre mostrado"

#. module: purchase_order_line_sequence
#: model:ir.model.fields,help:purchase_order_line_sequence.field_purchase_order_line__sequence2
msgid "Displays the sequence of the line in the purchase order."
msgstr "Muestra la secuencia de la línea en el pedido de compra."

#. module: purchase_order_line_sequence
#: model:ir.model.fields,help:purchase_order_line_sequence.field_purchase_order_line__sequence
msgid "Gives the sequence of the line when displaying the purchase order."
msgstr "Indica la secuencia de la línea al visualizar el pedido de compra."

#. module: purchase_order_line_sequence
#: model:ir.model.fields,field_description:purchase_order_line_sequence.field_purchase_order_line__sequence
msgid "Hidden Sequence"
msgstr "Secuencia oculta"

#. module: purchase_order_line_sequence
#: model:ir.model.fields,field_description:purchase_order_line_sequence.field_purchase_order__id
#: model:ir.model.fields,field_description:purchase_order_line_sequence.field_purchase_order_line__id
msgid "ID"
msgstr "ID"

#. module: purchase_order_line_sequence
#: model:ir.model.fields,field_description:purchase_order_line_sequence.field_purchase_order____last_update
#: model:ir.model.fields,field_description:purchase_order_line_sequence.field_purchase_order_line____last_update
msgid "Last Modified on"
msgstr "Última modificación"

#. module: purchase_order_line_sequence
#: model:ir.model.fields,field_description:purchase_order_line_sequence.field_purchase_order__max_line_sequence
msgid "Max sequence in lines"
msgstr "Secuencia máxima en líneas"

#. module: purchase_order_line_sequence
#: model:ir.model,name:purchase_order_line_sequence.model_purchase_order
msgid "Purchase Order"
msgstr "Pedido de compra"

#. module: purchase_order_line_sequence
#: model:ir.model,name:purchase_order_line_sequence.model_purchase_order_line
msgid "Purchase Order Line"
msgstr "Línea de pedido de compra"

#. module: purchase_order_line_sequence
#: model:ir.model.fields,field_description:purchase_order_line_sequence.field_purchase_order_line__sequence2
msgid "Sequence"
msgstr "Número de línea"
67 changes: 67 additions & 0 deletions purchase_order_line_sequence/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * purchase_order_reorder_lines
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-10 13:13+0000\n"
"PO-Revision-Date: 2020-08-28 17:00+0000\n"
"Last-Translator: Sandie FAVRE <sandie.favre@grap.coop>\n"
"Language-Team: \n"
"Language: fr\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: purchase_order_line_sequence
#: model_terms:ir.ui.view,arch_db:purchase_order_line_sequence.report_purchase_order_sequence_qweb
#: model_terms:ir.ui.view,arch_db:purchase_order_line_sequence.report_purchase_quote_sequence_qweb
msgid "<strong>Sequence</strong>"
msgstr "Séquence"

#. module: purchase_order_line_sequence
#: model:ir.model.fields,help:purchase_order_line_sequence.field_purchase_order_line__sequence2
msgid "Displays the sequence of the line in the purchase order."
msgstr "Affiche la séquence de la ligne dans l'ordre d'achat."

#. module: purchase_order_line_sequence
#: model:ir.model.fields,help:purchase_order_line_sequence.field_purchase_order_line__sequence
msgid "Gives the sequence of the line when displaying the purchase order."
msgstr "Donne la séquence de la ligne lors de l'affichage du bon de commande."

#. module: purchase_order_line_sequence
#: model:ir.model.fields,field_description:purchase_order_line_sequence.field_purchase_order_line__sequence
msgid "Hidden Sequence"
msgstr "Séquence masquée"

#. module: purchase_order_line_sequence
#: model:ir.model,name:purchase_order_line_sequence.model_account_invoice_line
msgid "Invoice Line"
msgstr "Ligne de facture"

#. module: purchase_order_line_sequence
#: model:ir.model.fields,field_description:purchase_order_line_sequence.field_purchase_order__max_line_sequence
msgid "Max sequence in lines"
msgstr ""

#. module: purchase_order_line_sequence
#: model:ir.model,name:purchase_order_line_sequence.model_purchase_order
msgid "Purchase Order"
msgstr "Bon de commande"

#. module: purchase_order_line_sequence
#: model:ir.model,name:purchase_order_line_sequence.model_purchase_order_line
msgid "Purchase Order Line"
msgstr "Ligne de bon de commande"

#. module: purchase_order_line_sequence
#: model:ir.model.fields,field_description:purchase_order_line_sequence.field_purchase_order_line__sequence2
msgid "Sequence"
msgstr "Séquence"

#~ msgid "Purchase Order Line Make Invoice"
#~ msgstr "Créer la facture des lignes de commande d'achat"
Loading
Loading