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
77 changes: 77 additions & 0 deletions purchase_order_mass_cancel/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
==========================
Purchase Order Mass Cancel
==========================

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

.. |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/14.0/purchase_order_mass_cancel
: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-14-0/purchase-workflow-14-0-purchase_order_mass_cancel
: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/purchase-workflow&target_branch=14.0
:alt: Try me on Runboat

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

This module allows you to cancel multiple purchase orders at once using a single action.
This action is only available in the purchase list view.

**Table of contents**

.. contents::
:local:

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 to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/purchase-workflow/issues/new?body=module:%20purchase_order_mass_cancel%0Aversion:%2014.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
~~~~~~~

* Akretion

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

* Mathieu Delva <[email protected]>

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/14.0/purchase_order_mass_cancel>`_ 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 purchase_order_mass_cancel/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import wizard
17 changes: 17 additions & 0 deletions purchase_order_mass_cancel/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright 2025 Akretion (https://www.akretion.com).
# @author Mathieu DELVA <[email protected]>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Purchase Order Mass Cancel",
"summary": "",
"version": "14.0.1.0.0",
"category": "Purchase",
"website": "https://github.com/OCA/purchase-workflow",
"author": "Akretion, Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": ["purchase"],
"data": [
"security/ir.model.access.csv",
"wizard/purchase_order_mass_cancel.xml",
],
}
77 changes: 77 additions & 0 deletions purchase_order_mass_cancel/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * purchase_order_mass_cancel
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-12-09 11:34+0000\n"
"PO-Revision-Date: 2025-12-09 11:34+0000\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: purchase_order_mass_cancel
#: model_terms:ir.ui.view,arch_db:purchase_order_mass_cancel.purchase_order_mass_cancel_form
msgid "Cancel"
msgstr "Annuler"

#. module: purchase_order_mass_cancel
#: model_terms:ir.ui.view,arch_db:purchase_order_mass_cancel.purchase_order_mass_cancel_form
msgid "Confirm"
msgstr "Confimer"

#. module: purchase_order_mass_cancel
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__create_uid
msgid "Created by"
msgstr ""

#. module: purchase_order_mass_cancel
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__create_date
msgid "Created on"
msgstr ""

#. module: purchase_order_mass_cancel
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__display_name
msgid "Display Name"
msgstr ""

#. module: purchase_order_mass_cancel
#: model_terms:ir.ui.view,arch_db:purchase_order_mass_cancel.purchase_order_mass_cancel_form
msgid "Do you want to cancel all these purchase orders?"
msgstr "Souhaitez-vous annuler toutes ces commandes ?"

#. module: purchase_order_mass_cancel
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__id
msgid "ID"
msgstr ""

#. module: purchase_order_mass_cancel
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel____last_update
msgid "Last Modified on"
msgstr ""

#. module: purchase_order_mass_cancel
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__write_uid
msgid "Last Updated by"
msgstr ""

#. module: purchase_order_mass_cancel
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__write_date
msgid "Last Updated on"
msgstr ""

#. module: purchase_order_mass_cancel
#: model:ir.actions.act_window,name:purchase_order_mass_cancel.purchase_order_mass_cancel_action
#: model_terms:ir.ui.view,arch_db:purchase_order_mass_cancel.purchase_order_mass_cancel_form
msgid "Mass Cancel"
msgstr "Annulation en masse"

#. module: purchase_order_mass_cancel
#: model:ir.model,name:purchase_order_mass_cancel.model_purchase_order_mass_cancel
msgid "Wirzad Cancel PO"
msgstr ""
77 changes: 77 additions & 0 deletions purchase_order_mass_cancel/i18n/purchase_order_mass_cancel.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * purchase_order_mass_cancel
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-12-09 11:34+0000\n"
"PO-Revision-Date: 2025-12-09 11:34+0000\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: purchase_order_mass_cancel
#: model_terms:ir.ui.view,arch_db:purchase_order_mass_cancel.purchase_order_mass_cancel_form
msgid "Cancel"
msgstr ""

#. module: purchase_order_mass_cancel
#: model_terms:ir.ui.view,arch_db:purchase_order_mass_cancel.purchase_order_mass_cancel_form
msgid "Confirm"
msgstr ""

#. module: purchase_order_mass_cancel
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__create_uid
msgid "Created by"
msgstr ""

#. module: purchase_order_mass_cancel
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__create_date
msgid "Created on"
msgstr ""

#. module: purchase_order_mass_cancel
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__display_name
msgid "Display Name"
msgstr ""

#. module: purchase_order_mass_cancel
#: model_terms:ir.ui.view,arch_db:purchase_order_mass_cancel.purchase_order_mass_cancel_form
msgid "Do you want to cancel all these purchase orders?"
msgstr ""

#. module: purchase_order_mass_cancel
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__id
msgid "ID"
msgstr ""

#. module: purchase_order_mass_cancel
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel____last_update
msgid "Last Modified on"
msgstr ""

#. module: purchase_order_mass_cancel
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__write_uid
msgid "Last Updated by"
msgstr ""

#. module: purchase_order_mass_cancel
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__write_date
msgid "Last Updated on"
msgstr ""

#. module: purchase_order_mass_cancel
#: model:ir.actions.act_window,name:purchase_order_mass_cancel.purchase_order_mass_cancel_action
#: model_terms:ir.ui.view,arch_db:purchase_order_mass_cancel.purchase_order_mass_cancel_form
msgid "Mass Cancel"
msgstr ""

#. module: purchase_order_mass_cancel
#: model:ir.model,name:purchase_order_mass_cancel.model_purchase_order_mass_cancel
msgid "Wirzad Cancel PO"
msgstr ""
1 change: 1 addition & 0 deletions purchase_order_mass_cancel/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Mathieu Delva <[email protected]>
2 changes: 2 additions & 0 deletions purchase_order_mass_cancel/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This module allows you to cancel multiple purchase orders at once using a single action.
This action is only available in the purchase list view.
2 changes: 2 additions & 0 deletions purchase_order_mass_cancel/security/ir.model.access.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_purchase_order_mass_cancel,purchase.order.mass.cancel,model_purchase_order_mass_cancel,purchase.group_purchase_user,1,1,1,1
Loading