Skip to content

Commit

Permalink
[UPD] update contributors and requirement for test
Browse files Browse the repository at this point in the history
  • Loading branch information
trisdoan committed Jun 29, 2024
1 parent ace7266 commit c7499c6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion shipment_advice/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ Contributors
* Simone Orsi <[email protected]>
* `Trobz <https://trobz.com>`_:
* Dung Tran <[email protected]>

* Tuan Tran <[email protected]>
* Tri Doan <[email protected]>
Design
~~~~~~

Expand Down
3 changes: 2 additions & 1 deletion shipment_advice/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* Simone Orsi <[email protected]>
* `Trobz <https://trobz.com>`_:
* Dung Tran <[email protected]>

* Tuan Tran <[email protected]>
* Tri Doan <[email protected]>
Design
~~~~~~

Expand Down
1 change: 1 addition & 0 deletions shipment_advice_cash_on_delivery/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* Jacques-Etienne Baudoux <[email protected]>
* Souheil Bejaoui <[email protected]>
* Tuan Tran <[email protected]>
* Tri Doan <[email protected]>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from odoo import Command

from odoo.addons.base.tests.common import DISABLED_MAIL_CONTEXT
from odoo.addons.queue_job.tests.common import trap_jobs
from odoo.addons.shipment_advice.tests.common import Common

Expand All @@ -12,6 +13,7 @@ class TestShipmentAdviceCashOnDelivery(Common):
@classmethod
def setUpClass(cls):
super().setUpClass()
cls.env = cls.env["base"].with_context(**DISABLED_MAIL_CONTEXT).env
cls.uom_kg = cls.env.ref("uom.product_uom_kgm")
cls.product = cls.env["product.product"].create(
{
Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
openupgradelib
vcrpy-unittest
odoo-addon-partner-invoicing-mode-cash-on-delivery @ git+https://github.com/OCA/account-invoicing@refs/pull/1736/head#subdirectory=setup/partner_invoicing_mode_cash_on_delivery

0 comments on commit c7499c6

Please sign in to comment.