Skip to content

Commit a6e2947

Browse files
committed
[14.0][ADD] purchase_order_mass_cancel
1 parent 6cd6f2a commit a6e2947

16 files changed

Lines changed: 755 additions & 0 deletions

File tree

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
==========================
2+
Purchase Order Mass Cancel
3+
==========================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:5507b7f819df38c41805df241c43d73c33cf6897a52153549b75ab909ae52097
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github
20+
:target: https://github.com/OCA/purchase-workflow/tree/14.0/purchase_order_mass_cancel
21+
:alt: OCA/purchase-workflow
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/purchase-workflow-14-0/purchase-workflow-14-0-purchase_order_mass_cancel
24+
:alt: Translate me on Weblate
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/purchase-workflow&target_branch=14.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
This module allows you to cancel multiple purchase orders at once using a single action.
32+
This action is only available in the purchase list view.
33+
34+
**Table of contents**
35+
36+
.. contents::
37+
:local:
38+
39+
Bug Tracker
40+
===========
41+
42+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/purchase-workflow/issues>`_.
43+
In case of trouble, please check there if your issue has already been reported.
44+
If you spotted it first, help us to smash it by providing a detailed and welcomed
45+
`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**>`_.
46+
47+
Do not contact contributors directly about support or help with technical issues.
48+
49+
Credits
50+
=======
51+
52+
Authors
53+
~~~~~~~
54+
55+
* Akretion
56+
57+
Contributors
58+
~~~~~~~~~~~~
59+
60+
* Mathieu Delva <mathieu.delva@akretion.com>
61+
62+
Maintainers
63+
~~~~~~~~~~~
64+
65+
This module is maintained by the OCA.
66+
67+
.. image:: https://odoo-community.org/logo.png
68+
:alt: Odoo Community Association
69+
:target: https://odoo-community.org
70+
71+
OCA, or the Odoo Community Association, is a nonprofit organization whose
72+
mission is to support the collaborative development of Odoo features and
73+
promote its widespread use.
74+
75+
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.
76+
77+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import wizard
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Copyright 2025 Akretion (https://www.akretion.com).
2+
# @author Mathieu DELVA <mathieu.delva@akretion.com>
3+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
4+
{
5+
"name": "Purchase Order Mass Cancel",
6+
"summary": "",
7+
"version": "14.0.1.0.0",
8+
"category": "Purchase",
9+
"website": "https://github.com/OCA/purchase-workflow",
10+
"author": "Akretion, Odoo Community Association (OCA)",
11+
"license": "AGPL-3",
12+
"depends": ["purchase"],
13+
"data": [
14+
"security/ir.model.access.csv",
15+
"wizard/purchase_order_mass_cancel.xml",
16+
],
17+
}
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * purchase_order_mass_cancel
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 14.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"POT-Creation-Date: 2025-12-09 11:34+0000\n"
10+
"PO-Revision-Date: 2025-12-09 11:34+0000\n"
11+
"Last-Translator: \n"
12+
"Language-Team: \n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: \n"
17+
18+
#. module: purchase_order_mass_cancel
19+
#: model_terms:ir.ui.view,arch_db:purchase_order_mass_cancel.purchase_order_mass_cancel_form
20+
msgid "Cancel"
21+
msgstr "Annuler"
22+
23+
#. module: purchase_order_mass_cancel
24+
#: model_terms:ir.ui.view,arch_db:purchase_order_mass_cancel.purchase_order_mass_cancel_form
25+
msgid "Confirm"
26+
msgstr "Confimer"
27+
28+
#. module: purchase_order_mass_cancel
29+
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__create_uid
30+
msgid "Created by"
31+
msgstr ""
32+
33+
#. module: purchase_order_mass_cancel
34+
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__create_date
35+
msgid "Created on"
36+
msgstr ""
37+
38+
#. module: purchase_order_mass_cancel
39+
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__display_name
40+
msgid "Display Name"
41+
msgstr ""
42+
43+
#. module: purchase_order_mass_cancel
44+
#: model_terms:ir.ui.view,arch_db:purchase_order_mass_cancel.purchase_order_mass_cancel_form
45+
msgid "Do you want to cancel all these purchase orders?"
46+
msgstr "Souhaitez-vous annuler toutes ces commandes ?"
47+
48+
#. module: purchase_order_mass_cancel
49+
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__id
50+
msgid "ID"
51+
msgstr ""
52+
53+
#. module: purchase_order_mass_cancel
54+
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel____last_update
55+
msgid "Last Modified on"
56+
msgstr ""
57+
58+
#. module: purchase_order_mass_cancel
59+
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__write_uid
60+
msgid "Last Updated by"
61+
msgstr ""
62+
63+
#. module: purchase_order_mass_cancel
64+
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__write_date
65+
msgid "Last Updated on"
66+
msgstr ""
67+
68+
#. module: purchase_order_mass_cancel
69+
#: model:ir.actions.act_window,name:purchase_order_mass_cancel.purchase_order_mass_cancel_action
70+
#: model_terms:ir.ui.view,arch_db:purchase_order_mass_cancel.purchase_order_mass_cancel_form
71+
msgid "Mass Cancel"
72+
msgstr "Annulation en masse"
73+
74+
#. module: purchase_order_mass_cancel
75+
#: model:ir.model,name:purchase_order_mass_cancel.model_purchase_order_mass_cancel
76+
msgid "Wirzad Cancel PO"
77+
msgstr ""
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * purchase_order_mass_cancel
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 14.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"POT-Creation-Date: 2025-12-09 11:34+0000\n"
10+
"PO-Revision-Date: 2025-12-09 11:34+0000\n"
11+
"Last-Translator: \n"
12+
"Language-Team: \n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: \n"
17+
18+
#. module: purchase_order_mass_cancel
19+
#: model_terms:ir.ui.view,arch_db:purchase_order_mass_cancel.purchase_order_mass_cancel_form
20+
msgid "Cancel"
21+
msgstr ""
22+
23+
#. module: purchase_order_mass_cancel
24+
#: model_terms:ir.ui.view,arch_db:purchase_order_mass_cancel.purchase_order_mass_cancel_form
25+
msgid "Confirm"
26+
msgstr ""
27+
28+
#. module: purchase_order_mass_cancel
29+
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__create_uid
30+
msgid "Created by"
31+
msgstr ""
32+
33+
#. module: purchase_order_mass_cancel
34+
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__create_date
35+
msgid "Created on"
36+
msgstr ""
37+
38+
#. module: purchase_order_mass_cancel
39+
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__display_name
40+
msgid "Display Name"
41+
msgstr ""
42+
43+
#. module: purchase_order_mass_cancel
44+
#: model_terms:ir.ui.view,arch_db:purchase_order_mass_cancel.purchase_order_mass_cancel_form
45+
msgid "Do you want to cancel all these purchase orders?"
46+
msgstr ""
47+
48+
#. module: purchase_order_mass_cancel
49+
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__id
50+
msgid "ID"
51+
msgstr ""
52+
53+
#. module: purchase_order_mass_cancel
54+
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel____last_update
55+
msgid "Last Modified on"
56+
msgstr ""
57+
58+
#. module: purchase_order_mass_cancel
59+
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__write_uid
60+
msgid "Last Updated by"
61+
msgstr ""
62+
63+
#. module: purchase_order_mass_cancel
64+
#: model:ir.model.fields,field_description:purchase_order_mass_cancel.field_purchase_order_mass_cancel__write_date
65+
msgid "Last Updated on"
66+
msgstr ""
67+
68+
#. module: purchase_order_mass_cancel
69+
#: model:ir.actions.act_window,name:purchase_order_mass_cancel.purchase_order_mass_cancel_action
70+
#: model_terms:ir.ui.view,arch_db:purchase_order_mass_cancel.purchase_order_mass_cancel_form
71+
msgid "Mass Cancel"
72+
msgstr ""
73+
74+
#. module: purchase_order_mass_cancel
75+
#: model:ir.model,name:purchase_order_mass_cancel.model_purchase_order_mass_cancel
76+
msgid "Wirzad Cancel PO"
77+
msgstr ""
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* Mathieu Delva <mathieu.delva@akretion.com>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This module allows you to cancel multiple purchase orders at once using a single action.
2+
This action is only available in the purchase list view.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
2+
access_purchase_order_mass_cancel,purchase.order.mass.cancel,model_purchase_order_mass_cancel,purchase.group_purchase_user,1,1,1,1

0 commit comments

Comments
 (0)